Html Css Color HEX #D600DB Deep Magenta

📋 copy color: '#D600DB'

red 214 ◦ green 0 ◦ blue 219

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

Shades of Deep Magenta #D600DB

Tints of Deep Magenta #D600DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.42%
G = 0%
B = 50.58%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D600DB (or 0xD600DB) is known color: Deep Magenta. HEX triplet: D6, 00 and DB. RGB value is (214,0,219). Sum of RGB (Red+Green+Blue) = 214+0+219=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 0 (0.39% from 255 or 0% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #D600DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D600DB is #29FF24. Grayscale: #585858. Windows color (decimal): -2752293 or 14352598. OLE color: 14352598.

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

Color convert

RGB 214 0 219 -
CMYK 0.02 1 0 0.14
HSL 298.63º 1% 0.43% -
HSV(B) 298.63º 1% 0.86% -
XYZ 40.52 19.41 68.63 -
YUV 88.95 201.4 217.19 -
System Red Green Blue C M Y K H S L
Decimal 214 0 219 0.02 1 0 0.14 298.63 1 0.43
Hex D6 0 DB 2 64 0 E 12B 64 2B
Octal 326 0 333 2 144 0 16 453 144 53
Binary 11010110 0 11011011 10 1100100 0 1110 100101011 1100100 101011

Color Harmonies of #D600DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D600DB

Black with #D600DB

Text Example


Text Example

White with #D600DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D600DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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