Html Css Color HEX #D80A7B Medium Violet Red

📋 copy color: '#D80A7B'

red 216 ◦ green 10 ◦ blue 123

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

Shades of Medium Violet Red #D80A7B

Tints of Medium Violet Red #D80A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.24%

R = 61.89%
G = 2.87%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D80A7B (or 0xD80A7B) is known color: Medium Violet Red. HEX triplet: D8, 0A and 7B. RGB value is (216,10,123). Sum of RGB (Red+Green+Blue) = 216+10+123=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 10 (4.30% from 255 or 2.87% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80A7B is #27F584. Grayscale: #545454. Windows color (decimal): -2618757 or 8063704. OLE color: 8063704.

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

Color convert

RGB 216 10 123 -
CMYK 0 0.95 0.43 0.15
HSL 327.09º 0.91% 0.44% -
HSV(B) 327.09º 0.95% 0.85% -
XYZ 32 16.25 20.19 -
YUV 84.48 149.75 221.81 -
System Red Green Blue C M Y K H S L
Decimal 216 10 123 0 0.95 0.43 0.15 327.09 0.91 0.44
Hex D8 A 7B 0 5F 2B F 147 5B 2C
Octal 330 12 173 0 137 53 17 507 133 54
Binary 11011000 1010 1111011 0 1011111 101011 1111 101000111 1011011 101100

Color Harmonies of #D80A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80A7B

Black with #D80A7B

Text Example


Text Example

White with #D80A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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