Html Css Color HEX #D80A8A Medium Violet Red

📋 copy color: '#D80A8A'

red 216 ◦ green 10 ◦ blue 138

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

Shades of Medium Violet Red #D80A8A

Tints of Medium Violet Red #D80A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.91%

R = 59.34%
G = 2.75%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D80A8A (or 0xD80A8A) is known color: Medium Violet Red. HEX triplet: D8, 0A and 8A. RGB value is (216,10,138). Sum of RGB (Red+Green+Blue) = 216+10+138=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 10 (4.30% from 255 or 2.75% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80A8A is #27F575. Grayscale: #555555. Windows color (decimal): -2618742 or 9046744. OLE color: 9046744.

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

Color convert

RGB 216 10 138 -
CMYK 0 0.95 0.36 0.15
HSL 322.72º 0.91% 0.44% -
HSV(B) 322.72º 0.95% 0.85% -
XYZ 33.01 16.65 25.52 -
YUV 86.19 157.25 220.59 -
System Red Green Blue C M Y K H S L
Decimal 216 10 138 0 0.95 0.36 0.15 322.72 0.91 0.44
Hex D8 A 8A 0 5F 24 F 143 5B 2C
Octal 330 12 212 0 137 44 17 503 133 54
Binary 11011000 1010 10001010 0 1011111 100100 1111 101000011 1011011 101100

Color Harmonies of #D80A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80A8A

Black with #D80A8A

Text Example


Text Example

White with #D80A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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