Html Css Color HEX #DC02CC Deep Magenta

📋 copy color: '#DC02CC'

red 220 ◦ green 2 ◦ blue 204

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

Shades of Deep Magenta #DC02CC

Tints of Deep Magenta #DC02CC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.47%

 BLUE value IS 204 (80.08% from 255) = 47.89%

R = 51.64%
G = 0.47%
B = 47.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC02CC (or 0xDC02CC) is known color: Deep Magenta. HEX triplet: DC, 02 and CC. RGB value is (220,2,204). Sum of RGB (Red+Green+Blue) = 220+2+204=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 2 (1.17% from 255 or 0.47% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC02CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC02CC is #23FD33. Grayscale: #595959. Windows color (decimal): -2358580 or 13370076. OLE color: 13370076.

HSL color Cylindrical-coordinate representation of color #DC02CC: hue angle of 304.4º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC02CC is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 2 204 -
CMYK 0 0.99 0.07 0.14
HSL 304.4º 0.98% 0.44% -
HSV(B) 304.4º 0.99% 0.86% -
XYZ 40.44 19.62 58.78 -
YUV 90.21 192.22 220.57 -
System Red Green Blue C M Y K H S L
Decimal 220 2 204 0 0.99 0.07 0.14 304.4 0.98 0.44
Hex DC 2 CC 0 63 7 E 130 62 2C
Octal 334 2 314 0 143 7 16 460 142 54
Binary 11011100 10 11001100 0 1100011 111 1110 100110000 1100010 101100

Color Harmonies of #DC02CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC02CC

Black with #DC02CC

Text Example


Text Example

White with #DC02CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC02CC; }

 p { color: rgb(220,2,204); }

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

background-color css

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

 a { background-color: rgb(220,2,204); }

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

border-color css

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

 span { border-color: rgb(220,2,204); }

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