Html Css Color HEX #D80079 Medium Violet Red

📋 copy color: '#D80079'

red 216 ◦ green 0 ◦ blue 121

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

Shades of Medium Violet Red #D80079

Tints of Medium Violet Red #D80079

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.09%
G = 0%
B = 35.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D80079 (or 0xD80079) is known color: Medium Violet Red. HEX triplet: D8, 00 and 79. RGB value is (216,0,121). Sum of RGB (Red+Green+Blue) = 216+0+121=337 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.09% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 216 - color contains mainly: red. Hex color #D80079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80079 is #27FF86. Grayscale: #4E4E4E. Windows color (decimal): -2621319 or 7930072. OLE color: 7930072.

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

Color convert

RGB 216 0 121 -
CMYK 0 1 0.44 0.15
HSL 326.39º 1% 0.42% -
HSV(B) 326.39º 1% 0.85% -
XYZ 31.77 15.98 19.5 -
YUV 78.38 152.06 226.16 -
System Red Green Blue C M Y K H S L
Decimal 216 0 121 0 1 0.44 0.15 326.39 1 0.42
Hex D8 0 79 0 64 2C F 146 64 2A
Octal 330 0 171 0 144 54 17 506 144 52
Binary 11011000 0 1111001 0 1100100 101100 1111 101000110 1100100 101010

Color Harmonies of #D80079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80079

Black with #D80079

Text Example


Text Example

White with #D80079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80079; }

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

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

background-color css

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

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

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

border-color css

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

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

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