Html Css Color HEX #D80798 Medium Violet Red

📋 copy color: '#D80798'

red 216 ◦ green 7 ◦ blue 152

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

Shades of Medium Violet Red #D80798

Tints of Medium Violet Red #D80798

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.87%

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

R = 57.6%
G = 1.87%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D80798 (or 0xD80798) is known color: Medium Violet Red. HEX triplet: D8, 07 and 98. RGB value is (216,7,152). Sum of RGB (Red+Green+Blue) = 216+7+152=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 7 (3.12% from 255 or 1.87% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D80798 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80798 is #27F867. Grayscale: #555555. Windows color (decimal): -2619496 or 9963480. OLE color: 9963480.

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

Color convert

RGB 216 7 152 -
CMYK 0 0.97 0.30 0.15
HSL 318.37º 0.94% 0.44% -
HSV(B) 318.37º 0.97% 0.85% -
XYZ 34.06 17.02 31.2 -
YUV 86.02 165.24 220.71 -
System Red Green Blue C M Y K H S L
Decimal 216 7 152 0 0.97 0.30 0.15 318.37 0.94 0.44
Hex D8 7 98 0 61 1E F 13E 5E 2C
Octal 330 7 230 0 141 36 17 476 136 54
Binary 11011000 111 10011000 0 1100001 11110 1111 100111110 1011110 101100

Color Harmonies of #D80798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80798

Black with #D80798

Text Example


Text Example

White with #D80798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80798; }

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

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

background-color css

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

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

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

border-color css

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

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

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