Html Css Color HEX #D8197F Medium Violet Red

📋 copy color: '#D8197F'

red 216 ◦ green 25 ◦ blue 127

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

Shades of Medium Violet Red #D8197F

Tints of Medium Violet Red #D8197F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.79%

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

R = 58.7%
G = 6.79%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D8197F (or 0xD8197F) is known color: Medium Violet Red. HEX triplet: D8, 19 and 7F. RGB value is (216,25,127). Sum of RGB (Red+Green+Blue) = 216+25+127=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D8197F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8197F is #27E680. Grayscale: #5D5D5D. Windows color (decimal): -2614913 or 8329688. OLE color: 8329688.

HSL color Cylindrical-coordinate representation of color #D8197F: hue angle of 327.96º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8197F is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 25 127 -
CMYK 0 0.88 0.41 0.15
HSL 327.96º 0.79% 0.47% -
HSV(B) 327.96º 0.88% 0.85% -
XYZ 32.5 16.83 21.61 -
YUV 93.74 146.78 215.21 -
System Red Green Blue C M Y K H S L
Decimal 216 25 127 0 0.88 0.41 0.15 327.96 0.79 0.47
Hex D8 19 7F 0 58 29 F 148 4F 2F
Octal 330 31 177 0 130 51 17 510 117 57
Binary 11011000 11001 1111111 0 1011000 101001 1111 101001000 1001111 101111

Color Harmonies of #D8197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8197F

Black with #D8197F

Text Example


Text Example

White with #D8197F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8197F; }

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

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

background-color css

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

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

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

border-color css

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

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

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