Html Css Color HEX #DC4DB6 Fuchsia

📋 copy color: '#DC4DB6'

red 220 ◦ green 77 ◦ blue 182

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

Shades of Fuchsia #DC4DB6

Tints of Fuchsia #DC4DB6

RGB

 RED value IS 220 (86.33% from 255) = 45.93%

 GREEN value IS 77 (30.47% from 255) = 16.08%

 BLUE value IS 182 (71.48% from 255) = 38%

R = 45.93%
G = 16.08%
B = 38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DC4DB6 (or 0xDC4DB6) is known color: Fuchsia. HEX triplet: DC, 4D and B6. RGB value is (220,77,182). Sum of RGB (Red+Green+Blue) = 220+77+182=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 182 (71.48% from 255 or 38.00% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC4DB6 is #23B249. Grayscale: #838383. Windows color (decimal): -2339402 or 11947484. OLE color: 11947484.

HSL color Cylindrical-coordinate representation of color #DC4DB6: hue angle of 315.94º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC4DB6 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 77 182 -
CMYK 0 0.65 0.17 0.14
HSL 315.94º 0.67% 0.58% -
HSV(B) 315.94º 0.65% 0.86% -
XYZ 40.61 23.9 46.73 -
YUV 131.73 156.38 190.96 -
System Red Green Blue C M Y K H S L
Decimal 220 77 182 0 0.65 0.17 0.14 315.94 0.67 0.58
Hex DC 4D B6 0 41 11 E 13C 43 3A
Octal 334 115 266 0 101 21 16 474 103 72
Binary 11011100 1001101 10110110 0 1000001 10001 1110 100111100 1000011 111010

Color Harmonies of #DC4DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4DB6

Black with #DC4DB6

Text Example


Text Example

White with #DC4DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4DB6; }

 p { color: rgb(220,77,182); }

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

background-color css

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

 a { background-color: rgb(220,77,182); }

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

border-color css

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

 span { border-color: rgb(220,77,182); }

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