Html Css Color HEX #D80C99 Medium Violet Red

📋 copy color: '#D80C99'

red 216 ◦ green 12 ◦ blue 153

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

Shades of Medium Violet Red #D80C99

Tints of Medium Violet Red #D80C99

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.15%

 BLUE value IS 153 (60.16% from 255) = 40.16%

R = 56.69%
G = 3.15%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D80C99 (or 0xD80C99) is known color: Medium Violet Red. HEX triplet: D8, 0C and 99. RGB value is (216,12,153). Sum of RGB (Red+Green+Blue) = 216+12+153=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80C99 is #27F366. Grayscale: #585858. Windows color (decimal): -2618215 or 10030296. OLE color: 10030296.

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

Color convert

RGB 216 12 153 -
CMYK 0 0.94 0.29 0.15
HSL 318.53º 0.89% 0.45% -
HSV(B) 318.53º 0.94% 0.85% -
XYZ 34.2 17.16 31.65 -
YUV 89.07 164.09 218.54 -
System Red Green Blue C M Y K H S L
Decimal 216 12 153 0 0.94 0.29 0.15 318.53 0.89 0.45
Hex D8 C 99 0 5E 1D F 13F 59 2D
Octal 330 14 231 0 136 35 17 477 131 55
Binary 11011000 1100 10011001 0 1011110 11101 1111 100111111 1011001 101101

Color Harmonies of #D80C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80C99

Black with #D80C99

Text Example


Text Example

White with #D80C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80C99; }

 p { color: rgb(216,12,153); }

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

background-color css

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

 a { background-color: rgb(216,12,153); }

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

border-color css

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

 span { border-color: rgb(216,12,153); }

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