Html Css Color HEX #D80EDE Deep Magenta

📋 copy color: '#D80EDE'

red 216 ◦ green 14 ◦ blue 222

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

Shades of Deep Magenta #D80EDE

Tints of Deep Magenta #D80EDE

RGB

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

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

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

R = 47.79%
G = 3.1%
B = 49.12%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D80EDE (or 0xD80EDE) is known color: Deep Magenta. HEX triplet: D8, 0E and DE. RGB value is (216,14,222). Sum of RGB (Red+Green+Blue) = 216+14+222=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 14 (5.86% from 255 or 3.10% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #D80EDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80EDE is #27F121. Grayscale: #616161. Windows color (decimal): -2617634 or 14552792. OLE color: 14552792.

HSL color Cylindrical-coordinate representation of color #D80EDE: hue angle of 298.27º 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 #D80EDE is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 14 222 -
CMYK 0.03 0.94 0 0.13
HSL 298.27º 0.88% 0.46% -
HSV(B) 298.27º 0.94% 0.87% -
XYZ 41.66 20.19 70.81 -
YUV 98.11 197.92 212.09 -
System Red Green Blue C M Y K H S L
Decimal 216 14 222 0.03 0.94 0 0.13 298.27 0.88 0.46
Hex D8 E DE 3 5E 0 D 12A 58 2E
Octal 330 16 336 3 136 0 15 452 130 56
Binary 11011000 1110 11011110 11 1011110 0 1101 100101010 1011000 101110

Color Harmonies of #D80EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80EDE

Black with #D80EDE

Text Example


Text Example

White with #D80EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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