Html Css Color HEX #D80EE0 Deep Magenta

📋 copy color: '#D80EE0'

red 216 ◦ green 14 ◦ blue 224

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

Shades of Deep Magenta #D80EE0

Tints of Deep Magenta #D80EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.34%

R = 47.58%
G = 3.08%
B = 49.34%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D80EE0 (or 0xD80EE0) is known color: Deep Magenta. HEX triplet: D8, 0E and E0. RGB value is (216,14,224). Sum of RGB (Red+Green+Blue) = 216+14+224=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 14 (5.86% from 255 or 3.08% from 454); Blue value is 224 (87.89% from 255 or 49.34% from 454); Max value from RGB is 224 - color contains mainly: blue. Hex color #D80EE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80EE0 is #27F11F. Grayscale: #616161. Windows color (decimal): -2617632 or 14683864. OLE color: 14683864.

HSL color Cylindrical-coordinate representation of color #D80EE0: hue angle of 297.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80EE0 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 216 14 224 -
CMYK 0.04 0.94 0 0.12
HSL 297.71º 0.88% 0.47% -
HSV(B) 297.71º 0.94% 0.88% -
XYZ 41.93 20.29 72.23 -
YUV 98.34 198.92 211.92 -
System Red Green Blue C M Y K H S L
Decimal 216 14 224 0.04 0.94 0 0.12 297.71 0.88 0.47
Hex D8 E E0 4 5E 0 C 12A 58 2F
Octal 330 16 340 4 136 0 14 452 130 57
Binary 11011000 1110 11100000 100 1011110 0 1100 100101010 1011000 101111

Color Harmonies of #D80EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80EE0

Black with #D80EE0

Text Example


Text Example

White with #D80EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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