Html Css Color HEX #D80EDB Deep Magenta

📋 copy color: '#D80EDB'

red 216 ◦ green 14 ◦ blue 219

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

Shades of Deep Magenta #D80EDB

Tints of Deep Magenta #D80EDB

RGB

 RED value IS 216 (84.77% from 255) = 48.11%

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

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

R = 48.11%
G = 3.12%
B = 48.78%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D80EDB (or 0xD80EDB) is known color: Deep Magenta. HEX triplet: D8, 0E and DB. RGB value is (216,14,219). Sum of RGB (Red+Green+Blue) = 216+14+219=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 14 (5.86% from 255 or 3.12% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #D80EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80EDB is #27F124. Grayscale: #616161. Windows color (decimal): -2617637 or 14356184. OLE color: 14356184.

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

Color convert

RGB 216 14 219 -
CMYK 0.01 0.94 0 0.14
HSL 299.12º 0.88% 0.46% -
HSV(B) 299.12º 0.94% 0.86% -
XYZ 41.26 20.03 68.71 -
YUV 97.77 196.42 212.33 -
System Red Green Blue C M Y K H S L
Decimal 216 14 219 0.01 0.94 0 0.14 299.12 0.88 0.46
Hex D8 E DB 1 5E 0 E 12B 58 2E
Octal 330 16 333 1 136 0 16 453 130 56
Binary 11011000 1110 11011011 1 1011110 0 1110 100101011 1011000 101110

Color Harmonies of #D80EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80EDB

Black with #D80EDB

Text Example


Text Example

White with #D80EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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