Html Css Color HEX #D002C7 Deep Magenta

📋 copy color: '#D002C7'

red 208 ◦ green 2 ◦ blue 199

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

Shades of Deep Magenta #D002C7

Tints of Deep Magenta #D002C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 48.66%

R = 50.86%
G = 0.49%
B = 48.66%

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

#D002C7 (or 0xD002C7) is known color: Deep Magenta. HEX triplet: D0, 02 and C7. RGB value is (208,2,199). Sum of RGB (Red+Green+Blue) = 208+2+199=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 2 (1.17% from 255 or 0.49% from 409); Blue value is 199 (78.12% from 255 or 48.66% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D002C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D002C7 is #2FFD38. Grayscale: #555555. Windows color (decimal): -3145017 or 13042384. OLE color: 13042384.

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

Color convert

RGB 208 2 199 -
CMYK 0 0.99 0.04 0.18
HSL 302.62º 0.98% 0.41% -
HSV(B) 302.62º 0.99% 0.82% -
XYZ 36.34 17.58 55.51 -
YUV 86.05 191.75 214.98 -
System Red Green Blue C M Y K H S L
Decimal 208 2 199 0 0.99 0.04 0.18 302.62 0.98 0.41
Hex D0 2 C7 0 63 4 12 12F 62 29
Octal 320 2 307 0 143 4 22 457 142 51
Binary 11010000 10 11000111 0 1100011 100 10010 100101111 1100010 101001

Color Harmonies of #D002C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D002C7

Black with #D002C7

Text Example


Text Example

White with #D002C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D002C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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