Html Css Color HEX #D80DC2 Deep Magenta

📋 copy color: '#D80DC2'

red 216 ◦ green 13 ◦ blue 194

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

Shades of Deep Magenta #D80DC2

Tints of Deep Magenta #D80DC2

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.07%

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

R = 51.06%
G = 3.07%
B = 45.86%

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

#D80DC2 (or 0xD80DC2) is known color: Deep Magenta. HEX triplet: D8, 0D and C2. RGB value is (216,13,194). Sum of RGB (Red+Green+Blue) = 216+13+194=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 13 (5.47% from 255 or 3.07% from 423); Blue value is 194 (76.17% from 255 or 45.86% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D80DC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80DC2 is #27F23D. Grayscale: #5D5D5D. Windows color (decimal): -2617918 or 12717528. OLE color: 12717528.

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

Color convert

RGB 216 13 194 -
CMYK 0 0.94 0.10 0.15
HSL 306.5º 0.89% 0.45% -
HSV(B) 306.5º 0.94% 0.85% -
XYZ 38.2 18.78 52.65 -
YUV 94.33 184.25 214.78 -
System Red Green Blue C M Y K H S L
Decimal 216 13 194 0 0.94 0.10 0.15 306.5 0.89 0.45
Hex D8 D C2 0 5E A F 133 59 2D
Octal 330 15 302 0 136 12 17 463 131 55
Binary 11011000 1101 11000010 0 1011110 1010 1111 100110011 1011001 101101

Color Harmonies of #D80DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80DC2

Black with #D80DC2

Text Example


Text Example

White with #D80DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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