Html Css Color HEX #D541C5 Fuchsia

📋 copy color: '#D541C5'

red 213 ◦ green 65 ◦ blue 197

#D541C5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #D541C5

Tints of Fuchsia #D541C5

RGB

 RED value IS 213 (83.59% from 255) = 44.84%

 GREEN value IS 65 (25.78% from 255) = 13.68%

 BLUE value IS 197 (77.34% from 255) = 41.47%

R = 44.84%
G = 13.68%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D541C5 (or 0xD541C5) is known color: Fuchsia. HEX triplet: D5, 41 and C5. RGB value is (213,65,197). Sum of RGB (Red+Green+Blue) = 213+65+197=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 65 (25.78% from 255 or 13.68% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D541C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D541C5 is #2ABE3A. Grayscale: #7B7B7B. Windows color (decimal): -2801211 or 12927445. OLE color: 12927445.

HSL color Cylindrical-coordinate representation of color #D541C5: hue angle of 306.49º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D541C5 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 65 197 -
CMYK 0 0.69 0.08 0.16
HSL 306.49º 0.64% 0.55% -
HSV(B) 306.49º 0.69% 0.84% -
XYZ 39.41 21.96 54.98 -
YUV 124.3 169.03 191.27 -
System Red Green Blue C M Y K H S L
Decimal 213 65 197 0 0.69 0.08 0.16 306.49 0.64 0.55
Hex D5 41 C5 0 45 8 10 132 40 37
Octal 325 101 305 0 105 10 20 462 100 67
Binary 11010101 1000001 11000101 0 1000101 1000 10000 100110010 1000000 110111

Color Harmonies of #D541C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D541C5

Black with #D541C5

Text Example


Text Example

White with #D541C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D541C5; }

 p { color: rgb(213,65,197); }

 H1.HeaderClassName
 {
   color: #D541C5;
 }
 .AnyTagClassName
 {
   color: #D541C5;
 }
</style>

background-color css

<style>
 a { background-color: #D541C5; }

 a { background-color: rgb(213,65,197); }

 div.DivClassName
 {
   background-color: #D541C5;
 }
 .BgClassName
 {
   background-color: #D541C5;
 }
</style>

border-color css

<style>
 span { border-color: #D541C5; }

 span { border-color: rgb(213,65,197); }

 td.TdClassName
 {
   border-color: #D541C5;
 }
 .TagClassName
 {
   border-color: #D541C5;
 }
</style>