Html Css Color HEX #D80ED2 Deep Magenta

📋 copy color: '#D80ED2'

red 216 ◦ green 14 ◦ blue 210

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

Shades of Deep Magenta #D80ED2

Tints of Deep Magenta #D80ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 47.73%

R = 49.09%
G = 3.18%
B = 47.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D80ED2 (or 0xD80ED2) is known color: Deep Magenta. HEX triplet: D8, 0E and D2. RGB value is (216,14,210). Sum of RGB (Red+Green+Blue) = 216+14+210=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 14 (5.86% from 255 or 3.18% from 440); Blue value is 210 (82.42% from 255 or 47.73% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D80ED2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80ED2 is #27F12D. Grayscale: #606060. Windows color (decimal): -2617646 or 13766360. OLE color: 13766360.

HSL color Cylindrical-coordinate representation of color #D80ED2: hue angle of 301.78º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80ED2 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 14 210 -
CMYK 0 0.94 0.03 0.15
HSL 301.78º 0.88% 0.45% -
HSV(B) 301.78º 0.94% 0.85% -
XYZ 40.11 19.57 62.64 -
YUV 96.74 191.92 213.06 -
System Red Green Blue C M Y K H S L
Decimal 216 14 210 0 0.94 0.03 0.15 301.78 0.88 0.45
Hex D8 E D2 0 5E 3 F 12E 58 2D
Octal 330 16 322 0 136 3 17 456 130 55
Binary 11011000 1110 11010010 0 1011110 11 1111 100101110 1011000 101101

Color Harmonies of #D80ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80ED2

Black with #D80ED2

Text Example


Text Example

White with #D80ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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