Html Css Color HEX #D80A8E Medium Violet Red

📋 copy color: '#D80A8E'

red 216 ◦ green 10 ◦ blue 142

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

Shades of Medium Violet Red #D80A8E

Tints of Medium Violet Red #D80A8E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.72%

 BLUE value IS 142 (55.86% from 255) = 38.59%

R = 58.7%
G = 2.72%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D80A8E (or 0xD80A8E) is known color: Medium Violet Red. HEX triplet: D8, 0A and 8E. RGB value is (216,10,142). Sum of RGB (Red+Green+Blue) = 216+10+142=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 10 (4.30% from 255 or 2.72% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80A8E is #27F571. Grayscale: #565656. Windows color (decimal): -2618738 or 9308888. OLE color: 9308888.

HSL color Cylindrical-coordinate representation of color #D80A8E: hue angle of 321.55º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80A8E is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 10 142 -
CMYK 0 0.95 0.34 0.15
HSL 321.55º 0.91% 0.44% -
HSV(B) 321.55º 0.95% 0.85% -
XYZ 33.31 16.77 27.07 -
YUV 86.64 159.25 220.27 -
System Red Green Blue C M Y K H S L
Decimal 216 10 142 0 0.95 0.34 0.15 321.55 0.91 0.44
Hex D8 A 8E 0 5F 22 F 142 5B 2C
Octal 330 12 216 0 137 42 17 502 133 54
Binary 11011000 1010 10001110 0 1011111 100010 1111 101000010 1011011 101100

Color Harmonies of #D80A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80A8E

Black with #D80A8E

Text Example


Text Example

White with #D80A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80A8E; }

 p { color: rgb(216,10,142); }

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

background-color css

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

 a { background-color: rgb(216,10,142); }

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

border-color css

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

 span { border-color: rgb(216,10,142); }

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