Html Css Color HEX #D5158E Medium Violet Red

📋 copy color: '#D5158E'

red 213 ◦ green 21 ◦ blue 142

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

Shades of Medium Violet Red #D5158E

Tints of Medium Violet Red #D5158E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.77%

R = 56.65%
G = 5.59%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5158E (or 0xD5158E) is known color: Medium Violet Red. HEX triplet: D5, 15 and 8E. RGB value is (213,21,142). Sum of RGB (Red+Green+Blue) = 213+21+142=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D5158E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5158E is #2AEA71. Grayscale: #5B5B5B. Windows color (decimal): -2812530 or 9311701. OLE color: 9311701.

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

Color convert

RGB 213 21 142 -
CMYK 0 0.90 0.33 0.16
HSL 322.19º 0.82% 0.46% -
HSV(B) 322.19º 0.9% 0.84% -
XYZ 32.59 16.64 27.08 -
YUV 92.2 156.11 214.16 -
System Red Green Blue C M Y K H S L
Decimal 213 21 142 0 0.90 0.33 0.16 322.19 0.82 0.46
Hex D5 15 8E 0 5A 21 10 142 52 2E
Octal 325 25 216 0 132 41 20 502 122 56
Binary 11010101 10101 10001110 0 1011010 100001 10000 101000010 1010010 101110

Color Harmonies of #D5158E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5158E

Black with #D5158E

Text Example


Text Example

White with #D5158E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5158E; }

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

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

background-color css

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

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

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

border-color css

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

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

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