Html Css Color HEX #D608DB Deep Magenta

📋 copy color: '#D608DB'

red 214 ◦ green 8 ◦ blue 219

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

Shades of Deep Magenta #D608DB

Tints of Deep Magenta #D608DB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.81%

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

R = 48.53%
G = 1.81%
B = 49.66%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D608DB (or 0xD608DB) is known color: Deep Magenta. HEX triplet: D6, 08 and DB. RGB value is (214,8,219). Sum of RGB (Red+Green+Blue) = 214+8+219=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 8 (3.52% from 255 or 1.81% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #D608DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D608DB is #29F724. Grayscale: #5D5D5D. Windows color (decimal): -2750245 or 14354646. OLE color: 14354646.

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

Color convert

RGB 214 8 219 -
CMYK 0.02 0.96 0 0.14
HSL 298.58º 0.93% 0.45% -
HSV(B) 298.58º 0.96% 0.86% -
XYZ 40.6 19.58 68.66 -
YUV 93.65 198.75 213.84 -
System Red Green Blue C M Y K H S L
Decimal 214 8 219 0.02 0.96 0 0.14 298.58 0.93 0.45
Hex D6 8 DB 2 60 0 E 12B 5D 2D
Octal 326 10 333 2 140 0 16 453 135 55
Binary 11010110 1000 11011011 10 1100000 0 1110 100101011 1011101 101101

Color Harmonies of #D608DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D608DB

Black with #D608DB

Text Example


Text Example

White with #D608DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D608DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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