Html Css Color HEX #D602DB Deep Magenta

📋 copy color: '#D602DB'

red 214 ◦ green 2 ◦ blue 219

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

Shades of Deep Magenta #D602DB

Tints of Deep Magenta #D602DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.34%

R = 49.2%
G = 0.46%
B = 50.34%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D602DB (or 0xD602DB) is known color: Deep Magenta. HEX triplet: D6, 02 and DB. RGB value is (214,2,219). Sum of RGB (Red+Green+Blue) = 214+2+219=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 2 (1.17% from 255 or 0.46% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #D602DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D602DB is #29FD24. Grayscale: #595959. Windows color (decimal): -2751781 or 14353110. OLE color: 14353110.

HSL color Cylindrical-coordinate representation of color #D602DB: hue angle of 298.62º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D602DB is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 2 219 -
CMYK 0.02 0.99 0 0.14
HSL 298.62º 0.98% 0.43% -
HSV(B) 298.62º 0.99% 0.86% -
XYZ 40.54 19.45 68.64 -
YUV 90.13 200.74 216.36 -
System Red Green Blue C M Y K H S L
Decimal 214 2 219 0.02 0.99 0 0.14 298.62 0.98 0.43
Hex D6 2 DB 2 63 0 E 12B 62 2B
Octal 326 2 333 2 143 0 16 453 142 53
Binary 11010110 10 11011011 10 1100011 0 1110 100101011 1100010 101011

Color Harmonies of #D602DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D602DB

Black with #D602DB

Text Example


Text Example

White with #D602DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D602DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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