Html Css Color HEX #D002CA Deep Magenta

📋 copy color: '#D002CA'

red 208 ◦ green 2 ◦ blue 202

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

Shades of Deep Magenta #D002CA

Tints of Deep Magenta #D002CA

RGB

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

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

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

R = 50.49%
G = 0.49%
B = 49.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D002CA (or 0xD002CA) is known color: Deep Magenta. HEX triplet: D0, 02 and CA. RGB value is (208,2,202). Sum of RGB (Red+Green+Blue) = 208+2+202=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 2 (1.17% from 255 or 0.49% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D002CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D002CA is #2FFD35. Grayscale: #555555. Windows color (decimal): -3145014 or 13238992. OLE color: 13238992.

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

Color convert

RGB 208 2 202 -
CMYK 0 0.99 0.03 0.18
HSL 301.75º 0.98% 0.41% -
HSV(B) 301.75º 0.99% 0.82% -
XYZ 36.69 17.72 57.36 -
YUV 86.39 193.25 214.74 -
System Red Green Blue C M Y K H S L
Decimal 208 2 202 0 0.99 0.03 0.18 301.75 0.98 0.41
Hex D0 2 CA 0 63 3 12 12E 62 29
Octal 320 2 312 0 143 3 22 456 142 51
Binary 11010000 10 11001010 0 1100011 11 10010 100101110 1100010 101001

Color Harmonies of #D002CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D002CA

Black with #D002CA

Text Example


Text Example

White with #D002CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D002CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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