Html Css Color HEX #DB01DE Deep Magenta

📋 copy color: '#DB01DE'

red 219 ◦ green 1 ◦ blue 222

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

Shades of Deep Magenta #DB01DE

Tints of Deep Magenta #DB01DE

RGB

 RED value IS 219 (85.94% from 255) = 49.55%

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

 BLUE value IS 222 (87.11% from 255) = 50.23%

R = 49.55%
G = 0.23%
B = 50.23%

CMYK

 C value IS 0.01

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB01DE (or 0xDB01DE) is known color: Deep Magenta. HEX triplet: DB, 01 and DE. RGB value is (219,1,222). Sum of RGB (Red+Green+Blue) = 219+1+222=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 1 (0.78% from 255 or 0.23% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB01DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB01DE is #24FE21. Grayscale: #5A5A5A. Windows color (decimal): -2424354 or 14549467. OLE color: 14549467.

HSL color Cylindrical-coordinate representation of color #DB01DE: hue angle of 299.19º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB01DE is Cyan = 0.01, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 1 222 -
CMYK 0.01 1.00 0 0.13
HSL 299.19º 0.99% 0.44% -
HSV(B) 299.19º 1% 0.87% -
XYZ 42.41 20.36 70.8 -
YUV 91.38 201.72 219.03 -
System Red Green Blue C M Y K H S L
Decimal 219 1 222 0.01 1.00 0 0.13 299.19 0.99 0.44
Hex DB 1 DE 1 64 0 D 12B 63 2C
Octal 333 1 336 1 144 0 15 453 143 54
Binary 11011011 1 11011110 1 1100100 0 1101 100101011 1100011 101100

Color Harmonies of #DB01DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB01DE

Black with #DB01DE

Text Example


Text Example

White with #DB01DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB01DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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