Html Css Color HEX #D800DB Deep Magenta

📋 copy color: '#D800DB'

red 216 ◦ green 0 ◦ blue 219

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

Shades of Deep Magenta #D800DB

Tints of Deep Magenta #D800DB

RGB

 RED value IS 216 (84.77% from 255) = 49.66%

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

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

R = 49.66%
G = 0%
B = 50.34%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D800DB (or 0xD800DB) is known color: Deep Magenta. HEX triplet: D8, 00 and DB. RGB value is (216,0,219). Sum of RGB (Red+Green+Blue) = 216+0+219=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 0 (0.39% from 255 or 0% 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 #D800DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D800DB is #27FF24. Grayscale: #585858. Windows color (decimal): -2621221 or 14352600. OLE color: 14352600.

HSL color Cylindrical-coordinate representation of color #D800DB: hue angle of 299.18º 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 #D800DB is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 0 219 -
CMYK 0.01 1 0 0.14
HSL 299.18º 1% 0.43% -
HSV(B) 299.18º 1% 0.86% -
XYZ 41.11 19.71 68.66 -
YUV 89.55 201.06 218.19 -
System Red Green Blue C M Y K H S L
Decimal 216 0 219 0.01 1 0 0.14 299.18 1 0.43
Hex D8 0 DB 1 64 0 E 12B 64 2B
Octal 330 0 333 1 144 0 16 453 144 53
Binary 11011000 0 11011011 1 1100100 0 1110 100101011 1100100 101011

Color Harmonies of #D800DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D800DB

Black with #D800DB

Text Example


Text Example

White with #D800DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D800DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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