Html Css Color HEX #D8077F Medium Violet Red

📋 copy color: '#D8077F'

red 216 ◦ green 7 ◦ blue 127

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

Shades of Medium Violet Red #D8077F

Tints of Medium Violet Red #D8077F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.29%

R = 61.71%
G = 2%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D8077F (or 0xD8077F) is known color: Medium Violet Red. HEX triplet: D8, 07 and 7F. RGB value is (216,7,127). Sum of RGB (Red+Green+Blue) = 216+7+127=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D8077F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8077F is #27F880. Grayscale: #525252. Windows color (decimal): -2619521 or 8325080. OLE color: 8325080.

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

Color convert

RGB 216 7 127 -
CMYK 0 0.97 0.41 0.15
HSL 325.55º 0.94% 0.44% -
HSV(B) 325.55º 0.97% 0.85% -
XYZ 32.23 16.28 21.52 -
YUV 83.17 152.74 222.74 -
System Red Green Blue C M Y K H S L
Decimal 216 7 127 0 0.97 0.41 0.15 325.55 0.94 0.44
Hex D8 7 7F 0 61 29 F 146 5E 2C
Octal 330 7 177 0 141 51 17 506 136 54
Binary 11011000 111 1111111 0 1100001 101001 1111 101000110 1011110 101100

Color Harmonies of #D8077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8077F

Black with #D8077F

Text Example


Text Example

White with #D8077F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8077F; }

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

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

background-color css

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

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

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

border-color css

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

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

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