Html Css Color HEX #DC16D9 Deep Magenta

📋 copy color: '#DC16D9'

red 220 ◦ green 22 ◦ blue 217

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

Shades of Deep Magenta #DC16D9

Tints of Deep Magenta #DC16D9

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.79%

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

R = 47.93%
G = 4.79%
B = 47.28%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC16D9 (or 0xDC16D9) is known color: Deep Magenta. HEX triplet: DC, 16 and D9. RGB value is (220,22,217). Sum of RGB (Red+Green+Blue) = 220+22+217=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 22 (8.98% from 255 or 4.79% from 459); Blue value is 217 (85.16% from 255 or 47.28% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC16D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC16D9 is #23E926. Grayscale: #666666. Windows color (decimal): -2353447 or 14227164. OLE color: 14227164.

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

Color convert

RGB 220 22 217 -
CMYK 0 0.9 0.01 0.14
HSL 300.91º 0.82% 0.47% -
HSV(B) 300.91º 0.9% 0.86% -
XYZ 42.33 20.8 67.43 -
YUV 103.43 192.1 211.14 -
System Red Green Blue C M Y K H S L
Decimal 220 22 217 0 0.9 0.01 0.14 300.91 0.82 0.47
Hex DC 16 D9 0 5A 1 E 12D 52 2F
Octal 334 26 331 0 132 1 16 455 122 57
Binary 11011100 10110 11011001 0 1011010 1 1110 100101101 1010010 101111

Color Harmonies of #DC16D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC16D9

Black with #DC16D9

Text Example


Text Example

White with #DC16D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC16D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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