Html Css Color HEX #D605DB Deep Magenta

📋 copy color: '#D605DB'

red 214 ◦ green 5 ◦ blue 219

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

Shades of Deep Magenta #D605DB

Tints of Deep Magenta #D605DB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.14%

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

R = 48.86%
G = 1.14%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D605DB (or 0xD605DB) is known color: Deep Magenta. HEX triplet: D6, 05 and DB. RGB value is (214,5,219). Sum of RGB (Red+Green+Blue) = 214+5+219=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 5 (2.34% from 255 or 1.14% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #D605DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D605DB is #29FA24. Grayscale: #5B5B5B. Windows color (decimal): -2751013 or 14353878. OLE color: 14353878.

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

Color convert

RGB 214 5 219 -
CMYK 0.02 0.98 0 0.14
HSL 298.6º 0.96% 0.44% -
HSV(B) 298.6º 0.98% 0.86% -
XYZ 40.57 19.52 68.65 -
YUV 91.89 199.74 215.1 -
System Red Green Blue C M Y K H S L
Decimal 214 5 219 0.02 0.98 0 0.14 298.6 0.96 0.44
Hex D6 5 DB 2 62 0 E 12B 60 2C
Octal 326 5 333 2 142 0 16 453 140 54
Binary 11010110 101 11011011 10 1100010 0 1110 100101011 1100000 101100

Color Harmonies of #D605DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D605DB

Black with #D605DB

Text Example


Text Example

White with #D605DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D605DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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