Html Css Color HEX #D80895 Medium Violet Red

📋 copy color: '#D80895'

red 216 ◦ green 8 ◦ blue 149

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

Shades of Medium Violet Red #D80895

Tints of Medium Violet Red #D80895

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.14%

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

R = 57.91%
G = 2.14%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D80895 (or 0xD80895) is known color: Medium Violet Red. HEX triplet: D8, 08 and 95. RGB value is (216,8,149). Sum of RGB (Red+Green+Blue) = 216+8+149=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 8 (3.52% from 255 or 2.14% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D80895 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80895 is #27F76A. Grayscale: #555555. Windows color (decimal): -2619243 or 9767128. OLE color: 9767128.

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

Color convert

RGB 216 8 149 -
CMYK 0 0.96 0.31 0.15
HSL 319.33º 0.93% 0.44% -
HSV(B) 319.33º 0.96% 0.85% -
XYZ 33.83 16.94 29.92 -
YUV 86.27 163.41 220.54 -
System Red Green Blue C M Y K H S L
Decimal 216 8 149 0 0.96 0.31 0.15 319.33 0.93 0.44
Hex D8 8 95 0 60 1F F 13F 5D 2C
Octal 330 10 225 0 140 37 17 477 135 54
Binary 11011000 1000 10010101 0 1100000 11111 1111 100111111 1011101 101100

Color Harmonies of #D80895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80895

Black with #D80895

Text Example


Text Example

White with #D80895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80895; }

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

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

background-color css

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

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

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

border-color css

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

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

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