Html Css Color HEX #D7157C Medium Violet Red

📋 copy color: '#D7157C'

red 215 ◦ green 21 ◦ blue 124

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

Shades of Medium Violet Red #D7157C

Tints of Medium Violet Red #D7157C

RGB

 RED value IS 215 (84.38% from 255) = 59.72%

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

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

R = 59.72%
G = 5.83%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7157C (or 0xD7157C) is known color: Medium Violet Red. HEX triplet: D7, 15 and 7C. RGB value is (215,21,124). Sum of RGB (Red+Green+Blue) = 215+21+124=360 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.72% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 215 - color contains mainly: red. Hex color #D7157C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7157C is #28EA83. Grayscale: #5A5A5A. Windows color (decimal): -2681476 or 8132055. OLE color: 8132055.

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

Color convert

RGB 215 21 124 -
CMYK 0 0.90 0.42 0.16
HSL 328.14º 0.82% 0.46% -
HSV(B) 328.14º 0.9% 0.84% -
XYZ 31.93 16.44 20.56 -
YUV 90.75 146.77 216.62 -
System Red Green Blue C M Y K H S L
Decimal 215 21 124 0 0.90 0.42 0.16 328.14 0.82 0.46
Hex D7 15 7C 0 5A 2A 10 148 52 2E
Octal 327 25 174 0 132 52 20 510 122 56
Binary 11010111 10101 1111100 0 1011010 101010 10000 101001000 1010010 101110

Color Harmonies of #D7157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7157C

Black with #D7157C

Text Example


Text Example

White with #D7157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7157C; }

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

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

background-color css

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

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

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

border-color css

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

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

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