Html Css Color HEX #DC00D9 Deep Magenta

📋 copy color: '#DC00D9'

red 220 ◦ green 0 ◦ blue 217

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

Shades of Deep Magenta #DC00D9

Tints of Deep Magenta #DC00D9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 217 (85.16% from 255) = 49.66%

R = 50.34%
G = 0%
B = 49.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC00D9 (or 0xDC00D9) is known color: Deep Magenta. HEX triplet: DC, 00 and D9. RGB value is (220,0,217). Sum of RGB (Red+Green+Blue) = 220+0+217=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 0 (0.39% from 255 or 0% from 437); Blue value is 217 (85.16% from 255 or 49.66% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC00D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC00D9 is #23FF26. Grayscale: #595959. Windows color (decimal): -2359079 or 14221532. OLE color: 14221532.

HSL color Cylindrical-coordinate representation of color #DC00D9: hue angle of 300.82º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC00D9 is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 0 217 -
CMYK 0 1 0.01 0.14
HSL 300.82º 1% 0.43% -
HSV(B) 300.82º 1% 0.86% -
XYZ 42.04 20.23 67.33 -
YUV 90.52 199.39 220.36 -
System Red Green Blue C M Y K H S L
Decimal 220 0 217 0 1 0.01 0.14 300.82 1 0.43
Hex DC 0 D9 0 64 1 E 12D 64 2B
Octal 334 0 331 0 144 1 16 455 144 53
Binary 11011100 0 11011001 0 1100100 1 1110 100101101 1100100 101011

Color Harmonies of #DC00D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC00D9

Black with #DC00D9

Text Example


Text Example

White with #DC00D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC00D9; }

 p { color: rgb(220,0,217); }

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

background-color css

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

 a { background-color: rgb(220,0,217); }

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

border-color css

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

 span { border-color: rgb(220,0,217); }

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