Html Css Color HEX #D80076 Medium Violet Red

📋 copy color: '#D80076'

red 216 ◦ green 0 ◦ blue 118

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

Shades of Medium Violet Red #D80076

Tints of Medium Violet Red #D80076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.33%

R = 64.67%
G = 0%
B = 35.33%

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

#D80076 (or 0xD80076) is known color: Medium Violet Red. HEX triplet: D8, 00 and 76. RGB value is (216,0,118). Sum of RGB (Red+Green+Blue) = 216+0+118=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D80076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80076 is #27FF89. Grayscale: #4D4D4D. Windows color (decimal): -2621322 or 7733464. OLE color: 7733464.

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

Color convert

RGB 216 0 118 -
CMYK 0 1 0.45 0.15
HSL 327.22º 1% 0.42% -
HSV(B) 327.22º 1% 0.85% -
XYZ 31.59 15.91 18.54 -
YUV 78.04 150.56 226.41 -
System Red Green Blue C M Y K H S L
Decimal 216 0 118 0 1 0.45 0.15 327.22 1 0.42
Hex D8 0 76 0 64 2D F 147 64 2A
Octal 330 0 166 0 144 55 17 507 144 52
Binary 11011000 0 1110110 0 1100100 101101 1111 101000111 1100100 101010

Color Harmonies of #D80076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80076

Black with #D80076

Text Example


Text Example

White with #D80076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80076; }

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

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

background-color css

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

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

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

border-color css

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

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

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