Html Css Color HEX #D001DB Deep Magenta

📋 copy color: '#D001DB'

red 208 ◦ green 1 ◦ blue 219

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

Shades of Deep Magenta #D001DB

Tints of Deep Magenta #D001DB

RGB

 RED value IS 208 (81.64% from 255) = 48.6%

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 48.6%
G = 0.23%
B = 51.17%

CMYK

 C value IS 0.05

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D001DB (or 0xD001DB) is known color: Deep Magenta. HEX triplet: D0, 01 and DB. RGB value is (208,1,219). Sum of RGB (Red+Green+Blue) = 208+1+219=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 1 (0.78% from 255 or 0.23% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #D001DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D001DB is #2FFE24. Grayscale: #575757. Windows color (decimal): -3145253 or 14352848. OLE color: 14352848.

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

Color convert

RGB 208 1 219 -
CMYK 0.05 1.00 0 0.14
HSL 296.97º 0.99% 0.43% -
HSV(B) 296.97º 1% 0.86% -
XYZ 38.81 18.55 68.55 -
YUV 87.75 202.08 213.77 -
System Red Green Blue C M Y K H S L
Decimal 208 1 219 0.05 1.00 0 0.14 296.97 0.99 0.43
Hex D0 1 DB 5 64 0 E 129 63 2B
Octal 320 1 333 5 144 0 16 451 143 53
Binary 11010000 1 11011011 101 1100100 0 1110 100101001 1100011 101011

Color Harmonies of #D001DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D001DB

Black with #D001DB

Text Example


Text Example

White with #D001DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D001DB; }

 p { color: rgb(208,1,219); }

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

background-color css

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

 a { background-color: rgb(208,1,219); }

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

border-color css

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

 span { border-color: rgb(208,1,219); }

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