Html Css Color HEX #D002C5 Deep Magenta

📋 copy color: '#D002C5'

red 208 ◦ green 2 ◦ blue 197

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

Shades of Deep Magenta #D002C5

Tints of Deep Magenta #D002C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 48.4%

R = 51.11%
G = 0.49%
B = 48.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D002C5 (or 0xD002C5) is known color: Deep Magenta. HEX triplet: D0, 02 and C5. RGB value is (208,2,197). Sum of RGB (Red+Green+Blue) = 208+2+197=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 2 (1.17% from 255 or 0.49% from 407); Blue value is 197 (77.34% from 255 or 48.40% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D002C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D002C5 is #2FFD3A. Grayscale: #555555. Windows color (decimal): -3145019 or 12911312. OLE color: 12911312.

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

Color convert

RGB 208 2 197 -
CMYK 0 0.99 0.05 0.18
HSL 303.2º 0.98% 0.41% -
HSV(B) 303.2º 0.99% 0.82% -
XYZ 36.11 17.48 54.29 -
YUV 85.82 190.75 215.14 -
System Red Green Blue C M Y K H S L
Decimal 208 2 197 0 0.99 0.05 0.18 303.2 0.98 0.41
Hex D0 2 C5 0 63 5 12 12F 62 29
Octal 320 2 305 0 143 5 22 457 142 51
Binary 11010000 10 11000101 0 1100011 101 10010 100101111 1100010 101001

Color Harmonies of #D002C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D002C5

Black with #D002C5

Text Example


Text Example

White with #D002C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D002C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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