Html Css Color HEX #D80EC2 Deep Magenta

📋 copy color: '#D80EC2'

red 216 ◦ green 14 ◦ blue 194

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

Shades of Deep Magenta #D80EC2

Tints of Deep Magenta #D80EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.75%

R = 50.94%
G = 3.3%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D80EC2 (or 0xD80EC2) is known color: Deep Magenta. HEX triplet: D8, 0E and C2. RGB value is (216,14,194). Sum of RGB (Red+Green+Blue) = 216+14+194=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 14 (5.86% from 255 or 3.30% from 424); Blue value is 194 (76.17% from 255 or 45.75% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D80EC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80EC2 is #27F13D. Grayscale: #5E5E5E. Windows color (decimal): -2617662 or 12717784. OLE color: 12717784.

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

Color convert

RGB 216 14 194 -
CMYK 0 0.94 0.10 0.15
HSL 306.53º 0.88% 0.45% -
HSV(B) 306.53º 0.94% 0.85% -
XYZ 38.21 18.81 52.66 -
YUV 94.92 183.92 214.36 -
System Red Green Blue C M Y K H S L
Decimal 216 14 194 0 0.94 0.10 0.15 306.53 0.88 0.45
Hex D8 E C2 0 5E A F 133 58 2D
Octal 330 16 302 0 136 12 17 463 130 55
Binary 11011000 1110 11000010 0 1011110 1010 1111 100110011 1011000 101101

Color Harmonies of #D80EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80EC2

Black with #D80EC2

Text Example


Text Example

White with #D80EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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