Html Css Color HEX #DC02CA Deep Magenta

📋 copy color: '#DC02CA'

red 220 ◦ green 2 ◦ blue 202

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

Shades of Deep Magenta #DC02CA

Tints of Deep Magenta #DC02CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.64%

R = 51.89%
G = 0.47%
B = 47.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC02CA (or 0xDC02CA) is known color: Deep Magenta. HEX triplet: DC, 02 and CA. RGB value is (220,2,202). Sum of RGB (Red+Green+Blue) = 220+2+202=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 2 (1.17% from 255 or 0.47% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC02CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC02CA is #23FD35. Grayscale: #595959. Windows color (decimal): -2358582 or 13239004. OLE color: 13239004.

HSL color Cylindrical-coordinate representation of color #DC02CA: hue angle of 304.95º 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 #DC02CA is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 2 202 -
CMYK 0 0.99 0.08 0.14
HSL 304.95º 0.98% 0.44% -
HSV(B) 304.95º 0.99% 0.86% -
XYZ 40.2 19.52 57.53 -
YUV 89.98 191.22 220.74 -
System Red Green Blue C M Y K H S L
Decimal 220 2 202 0 0.99 0.08 0.14 304.95 0.98 0.44
Hex DC 2 CA 0 63 8 E 131 62 2C
Octal 334 2 312 0 143 10 16 461 142 54
Binary 11011100 10 11001010 0 1100011 1000 1110 100110001 1100010 101100

Color Harmonies of #DC02CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC02CA

Black with #DC02CA

Text Example


Text Example

White with #DC02CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC02CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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