Html Css Color HEX #D8157C Medium Violet Red

📋 copy color: '#D8157C'

red 216 ◦ green 21 ◦ blue 124

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

Shades of Medium Violet Red #D8157C

Tints of Medium Violet Red #D8157C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.82%

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

R = 59.83%
G = 5.82%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8157C (or 0xD8157C) is known color: Medium Violet Red. HEX triplet: D8, 15 and 7C. RGB value is (216,21,124). Sum of RGB (Red+Green+Blue) = 216+21+124=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D8157C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8157C is #27EA83. Grayscale: #5A5A5A. Windows color (decimal): -2615940 or 8132056. OLE color: 8132056.

HSL color Cylindrical-coordinate representation of color #D8157C: hue angle of 328.31º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8157C is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 21 124 -
CMYK 0 0.90 0.43 0.15
HSL 328.31º 0.82% 0.46% -
HSV(B) 328.31º 0.9% 0.85% -
XYZ 32.23 16.59 20.57 -
YUV 91.05 146.6 217.12 -
System Red Green Blue C M Y K H S L
Decimal 216 21 124 0 0.90 0.43 0.15 328.31 0.82 0.46
Hex D8 15 7C 0 5A 2B F 148 52 2E
Octal 330 25 174 0 132 53 17 510 122 56
Binary 11011000 10101 1111100 0 1011010 101011 1111 101001000 1010010 101110

Color Harmonies of #D8157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8157C

Black with #D8157C

Text Example


Text Example

White with #D8157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8157C; }

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

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

background-color css

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

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

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

border-color css

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

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

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