Html Css Color HEX #D002C8 Deep Magenta

📋 copy color: '#D002C8'

red 208 ◦ green 2 ◦ blue 200

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

Shades of Deep Magenta #D002C8

Tints of Deep Magenta #D002C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 48.78%

R = 50.73%
G = 0.49%
B = 48.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D002C8 (or 0xD002C8) is known color: Deep Magenta. HEX triplet: D0, 02 and C8. RGB value is (208,2,200). Sum of RGB (Red+Green+Blue) = 208+2+200=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 2 (1.17% from 255 or 0.49% from 410); Blue value is 200 (78.52% from 255 or 48.78% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D002C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D002C8 is #2FFD37. Grayscale: #555555. Windows color (decimal): -3145016 or 13107920. OLE color: 13107920.

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

Color convert

RGB 208 2 200 -
CMYK 0 0.99 0.04 0.18
HSL 302.33º 0.98% 0.41% -
HSV(B) 302.33º 0.99% 0.82% -
XYZ 36.46 17.62 56.12 -
YUV 86.17 192.25 214.9 -
System Red Green Blue C M Y K H S L
Decimal 208 2 200 0 0.99 0.04 0.18 302.33 0.98 0.41
Hex D0 2 C8 0 63 4 12 12E 62 29
Octal 320 2 310 0 143 4 22 456 142 51
Binary 11010000 10 11001000 0 1100011 100 10010 100101110 1100010 101001

Color Harmonies of #D002C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D002C8

Black with #D002C8

Text Example


Text Example

White with #D002C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D002C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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