Html Css Color HEX #D8197C Medium Violet Red

📋 copy color: '#D8197C'

red 216 ◦ green 25 ◦ blue 124

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

Shades of Medium Violet Red #D8197C

Tints of Medium Violet Red #D8197C

RGB

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

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

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

R = 59.18%
G = 6.85%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8197C (or 0xD8197C) is known color: Medium Violet Red. HEX triplet: D8, 19 and 7C. RGB value is (216,25,124). Sum of RGB (Red+Green+Blue) = 216+25+124=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D8197C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8197C is #27E683. Grayscale: #5D5D5D. Windows color (decimal): -2614916 or 8133080. OLE color: 8133080.

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

Color convert

RGB 216 25 124 -
CMYK 0 0.88 0.43 0.15
HSL 328.9º 0.79% 0.47% -
HSV(B) 328.9º 0.88% 0.85% -
XYZ 32.3 16.75 20.6 -
YUV 93.4 145.28 215.45 -
System Red Green Blue C M Y K H S L
Decimal 216 25 124 0 0.88 0.43 0.15 328.9 0.79 0.47
Hex D8 19 7C 0 58 2B F 149 4F 2F
Octal 330 31 174 0 130 53 17 511 117 57
Binary 11011000 11001 1111100 0 1011000 101011 1111 101001001 1001111 101111

Color Harmonies of #D8197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8197C

Black with #D8197C

Text Example


Text Example

White with #D8197C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8197C; }

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

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

background-color css

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

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

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

border-color css

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

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

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