Html Css Color HEX #D80995 Medium Violet Red

📋 copy color: '#D80995'

red 216 ◦ green 9 ◦ blue 149

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

Shades of Medium Violet Red #D80995

Tints of Medium Violet Red #D80995

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.41%

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

R = 57.75%
G = 2.41%
B = 39.84%

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

#D80995 (or 0xD80995) is known color: Medium Violet Red. HEX triplet: D8, 09 and 95. RGB value is (216,9,149). Sum of RGB (Red+Green+Blue) = 216+9+149=374 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.75% from 374); Green value is 9 (3.91% from 255 or 2.41% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 216 - color contains mainly: red. Hex color #D80995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80995 is #27F66A. Grayscale: #565656. Windows color (decimal): -2618987 or 9767384. OLE color: 9767384.

HSL color Cylindrical-coordinate representation of color #D80995: hue angle of 319.42º degrees, saturation: 0.92, 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 #D80995 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 9 149 -
CMYK 0 0.96 0.31 0.15
HSL 319.42º 0.92% 0.44% -
HSV(B) 319.42º 0.96% 0.85% -
XYZ 33.84 16.96 29.92 -
YUV 86.85 163.08 220.12 -
System Red Green Blue C M Y K H S L
Decimal 216 9 149 0 0.96 0.31 0.15 319.42 0.92 0.44
Hex D8 9 95 0 60 1F F 13F 5C 2C
Octal 330 11 225 0 140 37 17 477 134 54
Binary 11011000 1001 10010101 0 1100000 11111 1111 100111111 1011100 101100

Color Harmonies of #D80995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80995

Black with #D80995

Text Example


Text Example

White with #D80995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80995; }

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

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

background-color css

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

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

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

border-color css

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

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

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