Html Css Color HEX #D8077C Medium Violet Red

📋 copy color: '#D8077C'

red 216 ◦ green 7 ◦ blue 124

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

Shades of Medium Violet Red #D8077C

Tints of Medium Violet Red #D8077C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.02%

 BLUE value IS 124 (48.83% from 255) = 35.73%

R = 62.25%
G = 2.02%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8077C (or 0xD8077C) is known color: Medium Violet Red. HEX triplet: D8, 07 and 7C. RGB value is (216,7,124). Sum of RGB (Red+Green+Blue) = 216+7+124=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 7 (3.12% from 255 or 2.02% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D8077C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8077C is #27F883. Grayscale: #525252. Windows color (decimal): -2619524 or 8128472. OLE color: 8128472.

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

Color convert

RGB 216 7 124 -
CMYK 0 0.97 0.43 0.15
HSL 326.41º 0.94% 0.44% -
HSV(B) 326.41º 0.97% 0.85% -
XYZ 32.03 16.21 20.51 -
YUV 82.83 151.24 222.99 -
System Red Green Blue C M Y K H S L
Decimal 216 7 124 0 0.97 0.43 0.15 326.41 0.94 0.44
Hex D8 7 7C 0 61 2B F 146 5E 2C
Octal 330 7 174 0 141 53 17 506 136 54
Binary 11011000 111 1111100 0 1100001 101011 1111 101000110 1011110 101100

Color Harmonies of #D8077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8077C

Black with #D8077C

Text Example


Text Example

White with #D8077C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8077C; }

 p { color: rgb(216,7,124); }

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

background-color css

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

 a { background-color: rgb(216,7,124); }

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

border-color css

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

 span { border-color: rgb(216,7,124); }

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