Html Css Color HEX #D900DB Deep Magenta

📋 copy color: '#D900DB'

red 217 ◦ green 0 ◦ blue 219

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

Shades of Deep Magenta #D900DB

Tints of Deep Magenta #D900DB

RGB

 RED value IS 217 (85.16% from 255) = 49.77%

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

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

R = 49.77%
G = 0%
B = 50.23%

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

#D900DB (or 0xD900DB) is known color: Deep Magenta. HEX triplet: D9, 00 and DB. RGB value is (217,0,219). Sum of RGB (Red+Green+Blue) = 217+0+219=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 0 (0.39% from 255 or 0% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #D900DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D900DB is #26FF24. Grayscale: #595959. Windows color (decimal): -2555685 or 14352601. OLE color: 14352601.

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

Color convert

RGB 217 0 219 -
CMYK 0.01 1 0 0.14
HSL 299.45º 1% 0.43% -
HSV(B) 299.45º 1% 0.86% -
XYZ 41.4 19.87 68.67 -
YUV 89.85 200.89 218.69 -
System Red Green Blue C M Y K H S L
Decimal 217 0 219 0.01 1 0 0.14 299.45 1 0.43
Hex D9 0 DB 1 64 0 E 12B 64 2B
Octal 331 0 333 1 144 0 16 453 144 53
Binary 11011001 0 11011011 1 1100100 0 1110 100101011 1100100 101011

Color Harmonies of #D900DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D900DB

Black with #D900DB

Text Example


Text Example

White with #D900DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D900DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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