Html Css Color HEX #D80C79 Medium Violet Red

📋 copy color: '#D80C79'

red 216 ◦ green 12 ◦ blue 121

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

Shades of Medium Violet Red #D80C79

Tints of Medium Violet Red #D80C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.67%

R = 61.89%
G = 3.44%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D80C79 (or 0xD80C79) is known color: Medium Violet Red. HEX triplet: D8, 0C and 79. RGB value is (216,12,121). Sum of RGB (Red+Green+Blue) = 216+12+121=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80C79 is #27F386. Grayscale: #555555. Windows color (decimal): -2618247 or 7933144. OLE color: 7933144.

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

Color convert

RGB 216 12 121 -
CMYK 0 0.94 0.44 0.15
HSL 327.94º 0.89% 0.45% -
HSV(B) 327.94º 0.94% 0.85% -
XYZ 31.9 16.24 19.54 -
YUV 85.42 148.09 221.14 -
System Red Green Blue C M Y K H S L
Decimal 216 12 121 0 0.94 0.44 0.15 327.94 0.89 0.45
Hex D8 C 79 0 5E 2C F 148 59 2D
Octal 330 14 171 0 136 54 17 510 131 55
Binary 11011000 1100 1111001 0 1011110 101100 1111 101001000 1011001 101101

Color Harmonies of #D80C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80C79

Black with #D80C79

Text Example


Text Example

White with #D80C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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