Html Css Color HEX #D80998 Medium Violet Red

📋 copy color: '#D80998'

red 216 ◦ green 9 ◦ blue 152

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

Shades of Medium Violet Red #D80998

Tints of Medium Violet Red #D80998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.32%

R = 57.29%
G = 2.39%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D80998 (or 0xD80998) is known color: Medium Violet Red. HEX triplet: D8, 09 and 98. RGB value is (216,9,152). Sum of RGB (Red+Green+Blue) = 216+9+152=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D80998 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80998 is #27F667. Grayscale: #565656. Windows color (decimal): -2618984 or 9963992. OLE color: 9963992.

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

Color convert

RGB 216 9 152 -
CMYK 0 0.96 0.30 0.15
HSL 318.55º 0.92% 0.44% -
HSV(B) 318.55º 0.96% 0.85% -
XYZ 34.08 17.06 31.2 -
YUV 87.2 164.58 219.87 -
System Red Green Blue C M Y K H S L
Decimal 216 9 152 0 0.96 0.30 0.15 318.55 0.92 0.44
Hex D8 9 98 0 60 1E F 13F 5C 2C
Octal 330 11 230 0 140 36 17 477 134 54
Binary 11011000 1001 10011000 0 1100000 11110 1111 100111111 1011100 101100

Color Harmonies of #D80998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80998

Black with #D80998

Text Example


Text Example

White with #D80998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80998; }

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

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

background-color css

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

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

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

border-color css

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

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

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