Html Css Color HEX #D002CB Deep Magenta

📋 copy color: '#D002CB'

red 208 ◦ green 2 ◦ blue 203

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

Shades of Deep Magenta #D002CB

Tints of Deep Magenta #D002CB

RGB

 RED value IS 208 (81.64% from 255) = 50.36%

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

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

R = 50.36%
G = 0.48%
B = 49.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D002CB (or 0xD002CB) is known color: Deep Magenta. HEX triplet: D0, 02 and CB. RGB value is (208,2,203). Sum of RGB (Red+Green+Blue) = 208+2+203=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D002CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D002CB is #2FFD34. Grayscale: #555555. Windows color (decimal): -3145013 or 13304528. OLE color: 13304528.

HSL color Cylindrical-coordinate representation of color #D002CB: hue angle of 301.46º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D002CB is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 2 203 -
CMYK 0 0.99 0.02 0.18
HSL 301.46º 0.98% 0.41% -
HSV(B) 301.46º 0.99% 0.82% -
XYZ 36.81 17.77 57.99 -
YUV 86.51 193.75 214.66 -
System Red Green Blue C M Y K H S L
Decimal 208 2 203 0 0.99 0.02 0.18 301.46 0.98 0.41
Hex D0 2 CB 0 63 2 12 12D 62 29
Octal 320 2 313 0 143 2 22 455 142 51
Binary 11010000 10 11001011 0 1100011 10 10010 100101101 1100010 101001

Color Harmonies of #D002CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D002CB

Black with #D002CB

Text Example


Text Example

White with #D002CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D002CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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