Html Css Color HEX #DC02CB Deep Magenta

📋 copy color: '#DC02CB'

red 220 ◦ green 2 ◦ blue 203

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

Shades of Deep Magenta #DC02CB

Tints of Deep Magenta #DC02CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.76%

R = 51.76%
G = 0.47%
B = 47.76%

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

#DC02CB (or 0xDC02CB) is known color: Deep Magenta. HEX triplet: DC, 02 and CB. RGB value is (220,2,203). Sum of RGB (Red+Green+Blue) = 220+2+203=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 2 (1.17% from 255 or 0.47% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC02CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC02CB is #23FD34. Grayscale: #595959. Windows color (decimal): -2358581 or 13304540. OLE color: 13304540.

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

Color convert

RGB 220 2 203 -
CMYK 0 0.99 0.08 0.14
HSL 304.68º 0.98% 0.44% -
HSV(B) 304.68º 0.99% 0.86% -
XYZ 40.32 19.57 58.15 -
YUV 90.1 191.72 220.66 -
System Red Green Blue C M Y K H S L
Decimal 220 2 203 0 0.99 0.08 0.14 304.68 0.98 0.44
Hex DC 2 CB 0 63 8 E 131 62 2C
Octal 334 2 313 0 143 10 16 461 142 54
Binary 11011100 10 11001011 0 1100011 1000 1110 100110001 1100010 101100

Color Harmonies of #DC02CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC02CB

Black with #DC02CB

Text Example


Text Example

White with #DC02CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC02CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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