Html Css Color HEX #D80077 Medium Violet Red

📋 copy color: '#D80077'

red 216 ◦ green 0 ◦ blue 119

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

Shades of Medium Violet Red #D80077

Tints of Medium Violet Red #D80077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.52%

R = 64.48%
G = 0%
B = 35.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D80077 (or 0xD80077) is known color: Medium Violet Red. HEX triplet: D8, 00 and 77. RGB value is (216,0,119). Sum of RGB (Red+Green+Blue) = 216+0+119=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D80077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80077 is #27FF88. Grayscale: #4D4D4D. Windows color (decimal): -2621321 or 7799000. OLE color: 7799000.

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

Color convert

RGB 216 0 119 -
CMYK 0 1 0.45 0.15
HSL 326.94º 1% 0.42% -
HSV(B) 326.94º 1% 0.85% -
XYZ 31.65 15.93 18.86 -
YUV 78.15 151.06 226.32 -
System Red Green Blue C M Y K H S L
Decimal 216 0 119 0 1 0.45 0.15 326.94 1 0.42
Hex D8 0 77 0 64 2D F 147 64 2A
Octal 330 0 167 0 144 55 17 507 144 52
Binary 11011000 0 1110111 0 1100100 101101 1111 101000111 1100100 101010

Color Harmonies of #D80077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80077

Black with #D80077

Text Example


Text Example

White with #D80077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80077; }

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

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

background-color css

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

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

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

border-color css

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

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

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