Html Css Color HEX #D80A7A Medium Violet Red

📋 copy color: '#D80A7A'

red 216 ◦ green 10 ◦ blue 122

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

Shades of Medium Violet Red #D80A7A

Tints of Medium Violet Red #D80A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.06%

R = 62.07%
G = 2.87%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D80A7A (or 0xD80A7A) is known color: Medium Violet Red. HEX triplet: D8, 0A and 7A. RGB value is (216,10,122). Sum of RGB (Red+Green+Blue) = 216+10+122=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 10 (4.30% from 255 or 2.87% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80A7A is #27F585. Grayscale: #545454. Windows color (decimal): -2618758 or 7998168. OLE color: 7998168.

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

Color convert

RGB 216 10 122 -
CMYK 0 0.95 0.44 0.15
HSL 327.38º 0.91% 0.44% -
HSV(B) 327.38º 0.95% 0.85% -
XYZ 31.94 16.22 19.86 -
YUV 84.36 149.25 221.89 -
System Red Green Blue C M Y K H S L
Decimal 216 10 122 0 0.95 0.44 0.15 327.38 0.91 0.44
Hex D8 A 7A 0 5F 2C F 147 5B 2C
Octal 330 12 172 0 137 54 17 507 133 54
Binary 11011000 1010 1111010 0 1011111 101100 1111 101000111 1011011 101100

Color Harmonies of #D80A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80A7A

Black with #D80A7A

Text Example


Text Example

White with #D80A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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