Html Css Color HEX #D602D1 Deep Magenta

📋 copy color: '#D602D1'

red 214 ◦ green 2 ◦ blue 209

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

Shades of Deep Magenta #D602D1

Tints of Deep Magenta #D602D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 49.18%

R = 50.35%
G = 0.47%
B = 49.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D602D1 (or 0xD602D1) is known color: Deep Magenta. HEX triplet: D6, 02 and D1. RGB value is (214,2,209). Sum of RGB (Red+Green+Blue) = 214+2+209=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 2 (1.17% from 255 or 0.47% from 425); Blue value is 209 (82.03% from 255 or 49.18% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D602D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D602D1 is #29FD2E. Grayscale: #585858. Windows color (decimal): -2751791 or 13697750. OLE color: 13697750.

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

Color convert

RGB 214 2 209 -
CMYK 0 0.99 0.02 0.16
HSL 301.42º 0.98% 0.42% -
HSV(B) 301.42º 0.99% 0.84% -
XYZ 39.26 18.94 61.91 -
YUV 88.99 195.74 217.17 -
System Red Green Blue C M Y K H S L
Decimal 214 2 209 0 0.99 0.02 0.16 301.42 0.98 0.42
Hex D6 2 D1 0 63 2 10 12D 62 2A
Octal 326 2 321 0 143 2 20 455 142 52
Binary 11010110 10 11010001 0 1100011 10 10000 100101101 1100010 101010

Color Harmonies of #D602D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D602D1

Black with #D602D1

Text Example


Text Example

White with #D602D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D602D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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