Html Css Color HEX #D5157C Medium Violet Red

📋 copy color: '#D5157C'

red 213 ◦ green 21 ◦ blue 124

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

Shades of Medium Violet Red #D5157C

Tints of Medium Violet Red #D5157C

RGB

 RED value IS 213 (83.59% from 255) = 59.5%

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

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

R = 59.5%
G = 5.87%
B = 34.64%

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

#D5157C (or 0xD5157C) is known color: Medium Violet Red. HEX triplet: D5, 15 and 7C. RGB value is (213,21,124). Sum of RGB (Red+Green+Blue) = 213+21+124=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D5157C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5157C is #2AEA83. Grayscale: #595959. Windows color (decimal): -2812548 or 8132053. OLE color: 8132053.

HSL color Cylindrical-coordinate representation of color #D5157C: hue angle of 327.81º 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 #D5157C is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 21 124 -
CMYK 0 0.90 0.42 0.16
HSL 327.81º 0.82% 0.46% -
HSV(B) 327.81º 0.9% 0.84% -
XYZ 31.35 16.14 20.53 -
YUV 90.15 147.11 215.62 -
System Red Green Blue C M Y K H S L
Decimal 213 21 124 0 0.90 0.42 0.16 327.81 0.82 0.46
Hex D5 15 7C 0 5A 2A 10 148 52 2E
Octal 325 25 174 0 132 52 20 510 122 56
Binary 11010101 10101 1111100 0 1011010 101010 10000 101001000 1010010 101110

Color Harmonies of #D5157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5157C

Black with #D5157C

Text Example


Text Example

White with #D5157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5157C; }

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

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

background-color css

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

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

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

border-color css

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

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

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