Html Css Color HEX #DB0EDD Deep Magenta

📋 copy color: '#DB0EDD'

red 219 ◦ green 14 ◦ blue 221

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

Shades of Deep Magenta #DB0EDD

Tints of Deep Magenta #DB0EDD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.08%

 BLUE value IS 221 (86.72% from 255) = 48.68%

R = 48.24%
G = 3.08%
B = 48.68%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB0EDD (or 0xDB0EDD) is known color: Deep Magenta. HEX triplet: DB, 0E and DD. RGB value is (219,14,221). Sum of RGB (Red+Green+Blue) = 219+14+221=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 14 (5.86% from 255 or 3.08% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB0EDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0EDD is #24F122. Grayscale: #626262. Windows color (decimal): -2421027 or 14487259. OLE color: 14487259.

HSL color Cylindrical-coordinate representation of color #DB0EDD: hue angle of 299.42º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0EDD is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 14 221 -
CMYK 0.01 0.94 0 0.13
HSL 299.42º 0.88% 0.46% -
HSV(B) 299.42º 0.94% 0.87% -
XYZ 42.42 20.59 70.15 -
YUV 98.89 196.92 213.67 -
System Red Green Blue C M Y K H S L
Decimal 219 14 221 0.01 0.94 0 0.13 299.42 0.88 0.46
Hex DB E DD 1 5E 0 D 12B 58 2E
Octal 333 16 335 1 136 0 15 453 130 56
Binary 11011011 1110 11011101 1 1011110 0 1101 100101011 1011000 101110

Color Harmonies of #DB0EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0EDD

Black with #DB0EDD

Text Example


Text Example

White with #DB0EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0EDD; }

 p { color: rgb(219,14,221); }

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

background-color css

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

 a { background-color: rgb(219,14,221); }

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

border-color css

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

 span { border-color: rgb(219,14,221); }

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