Html Css Color HEX #D602C9 Deep Magenta

📋 copy color: '#D602C9'

red 214 ◦ green 2 ◦ blue 201

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

Shades of Deep Magenta #D602C9

Tints of Deep Magenta #D602C9

RGB

 RED value IS 214 (83.98% from 255) = 51.32%

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

 BLUE value IS 201 (78.91% from 255) = 48.2%

R = 51.32%
G = 0.48%
B = 48.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D602C9 (or 0xD602C9) is known color: Deep Magenta. HEX triplet: D6, 02 and C9. RGB value is (214,2,201). Sum of RGB (Red+Green+Blue) = 214+2+201=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 2 (1.17% from 255 or 0.48% from 417); Blue value is 201 (78.91% from 255 or 48.20% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D602C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D602C9 is #29FD36. Grayscale: #575757. Windows color (decimal): -2751799 or 13173462. OLE color: 13173462.

HSL color Cylindrical-coordinate representation of color #D602C9: hue angle of 303.68º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D602C9 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 2 201 -
CMYK 0 0.99 0.06 0.16
HSL 303.68º 0.98% 0.42% -
HSV(B) 303.68º 0.99% 0.84% -
XYZ 38.3 18.56 56.82 -
YUV 88.07 191.74 217.82 -
System Red Green Blue C M Y K H S L
Decimal 214 2 201 0 0.99 0.06 0.16 303.68 0.98 0.42
Hex D6 2 C9 0 63 6 10 130 62 2A
Octal 326 2 311 0 143 6 20 460 142 52
Binary 11010110 10 11001001 0 1100011 110 10000 100110000 1100010 101010

Color Harmonies of #D602C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D602C9

Black with #D602C9

Text Example


Text Example

White with #D602C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D602C9; }

 p { color: rgb(214,2,201); }

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

background-color css

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

 a { background-color: rgb(214,2,201); }

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

border-color css

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

 span { border-color: rgb(214,2,201); }

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