Html Css Color HEX #D80B95 Medium Violet Red

📋 copy color: '#D80B95'

red 216 ◦ green 11 ◦ blue 149

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

Shades of Medium Violet Red #D80B95

Tints of Medium Violet Red #D80B95

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.93%

 BLUE value IS 149 (58.59% from 255) = 39.63%

R = 57.45%
G = 2.93%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D80B95 (or 0xD80B95) is known color: Medium Violet Red. HEX triplet: D8, 0B and 95. RGB value is (216,11,149). Sum of RGB (Red+Green+Blue) = 216+11+149=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 11 (4.69% from 255 or 2.93% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D80B95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80B95 is #27F46A. Grayscale: #575757. Windows color (decimal): -2618475 or 9767896. OLE color: 9767896.

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

Color convert

RGB 216 11 149 -
CMYK 0 0.95 0.31 0.15
HSL 319.61º 0.9% 0.45% -
HSV(B) 319.61º 0.95% 0.85% -
XYZ 33.86 17.01 29.93 -
YUV 88.03 162.42 219.28 -
System Red Green Blue C M Y K H S L
Decimal 216 11 149 0 0.95 0.31 0.15 319.61 0.9 0.45
Hex D8 B 95 0 5F 1F F 140 5A 2D
Octal 330 13 225 0 137 37 17 500 132 55
Binary 11011000 1011 10010101 0 1011111 11111 1111 101000000 1011010 101101

Color Harmonies of #D80B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80B95

Black with #D80B95

Text Example


Text Example

White with #D80B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80B95; }

 p { color: rgb(216,11,149); }

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

background-color css

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

 a { background-color: rgb(216,11,149); }

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

border-color css

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

 span { border-color: rgb(216,11,149); }

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