Html Css Color HEX #D5157B Medium Violet Red

📋 copy color: '#D5157B'

red 213 ◦ green 21 ◦ blue 123

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

Shades of Medium Violet Red #D5157B

Tints of Medium Violet Red #D5157B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.45%

R = 59.66%
G = 5.88%
B = 34.45%

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

#D5157B (or 0xD5157B) is known color: Medium Violet Red. HEX triplet: D5, 15 and 7B. RGB value is (213,21,123). Sum of RGB (Red+Green+Blue) = 213+21+123=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D5157B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5157B is #2AEA84. Grayscale: #595959. Windows color (decimal): -2812549 or 8066517. OLE color: 8066517.

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

Color convert

RGB 213 21 123 -
CMYK 0 0.90 0.42 0.16
HSL 328.13º 0.82% 0.46% -
HSV(B) 328.13º 0.9% 0.84% -
XYZ 31.28 16.11 20.2 -
YUV 90.04 146.61 215.71 -
System Red Green Blue C M Y K H S L
Decimal 213 21 123 0 0.90 0.42 0.16 328.13 0.82 0.46
Hex D5 15 7B 0 5A 2A 10 148 52 2E
Octal 325 25 173 0 132 52 20 510 122 56
Binary 11010101 10101 1111011 0 1011010 101010 10000 101001000 1010010 101110

Color Harmonies of #D5157B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5157B

Black with #D5157B

Text Example


Text Example

White with #D5157B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5157B; }

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

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

background-color css

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

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

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

border-color css

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

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

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