Html Css Color HEX #D901DB Deep Magenta

📋 copy color: '#D901DB'

red 217 ◦ green 1 ◦ blue 219

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

Shades of Deep Magenta #D901DB

Tints of Deep Magenta #D901DB

RGB

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

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

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

R = 49.66%
G = 0.23%
B = 50.11%

CMYK

 C value IS 0.01

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D901DB (or 0xD901DB) is known color: Deep Magenta. HEX triplet: D9, 01 and DB. RGB value is (217,1,219). Sum of RGB (Red+Green+Blue) = 217+1+219=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 1 (0.78% from 255 or 0.23% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #D901DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D901DB is #26FE24. Grayscale: #595959. Windows color (decimal): -2555429 or 14352857. OLE color: 14352857.

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

Color convert

RGB 217 1 219 -
CMYK 0.01 1.00 0 0.14
HSL 299.45º 0.99% 0.43% -
HSV(B) 299.45º 1% 0.86% -
XYZ 41.41 19.89 68.67 -
YUV 90.44 200.56 218.27 -
System Red Green Blue C M Y K H S L
Decimal 217 1 219 0.01 1.00 0 0.14 299.45 0.99 0.43
Hex D9 1 DB 1 64 0 E 12B 63 2B
Octal 331 1 333 1 144 0 16 453 143 53
Binary 11011001 1 11011011 1 1100100 0 1110 100101011 1100011 101011

Color Harmonies of #D901DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D901DB

Black with #D901DB

Text Example


Text Example

White with #D901DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D901DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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