Html Css Color HEX #D80EDD Deep Magenta

📋 copy color: '#D80EDD'

red 216 ◦ green 14 ◦ blue 221

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

Shades of Deep Magenta #D80EDD

Tints of Deep Magenta #D80EDD

RGB

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

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

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

R = 47.89%
G = 3.1%
B = 49%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D80EDD (or 0xD80EDD) is known color: Deep Magenta. HEX triplet: D8, 0E and DD. RGB value is (216,14,221). Sum of RGB (Red+Green+Blue) = 216+14+221=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 14 (5.86% from 255 or 3.10% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #D80EDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80EDD is #27F122. Grayscale: #616161. Windows color (decimal): -2617635 or 14487256. OLE color: 14487256.

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

Color convert

RGB 216 14 221 -
CMYK 0.02 0.94 0 0.13
HSL 298.55º 0.88% 0.46% -
HSV(B) 298.55º 0.94% 0.87% -
XYZ 41.53 20.13 70.1 -
YUV 98 197.42 212.17 -
System Red Green Blue C M Y K H S L
Decimal 216 14 221 0.02 0.94 0 0.13 298.55 0.88 0.46
Hex D8 E DD 2 5E 0 D 12B 58 2E
Octal 330 16 335 2 136 0 15 453 130 56
Binary 11011000 1110 11011101 10 1011110 0 1101 100101011 1011000 101110

Color Harmonies of #D80EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80EDD

Black with #D80EDD

Text Example


Text Example

White with #D80EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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