Html Css Color HEX #D5158D Medium Violet Red

📋 copy color: '#D5158D'

red 213 ◦ green 21 ◦ blue 141

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

Shades of Medium Violet Red #D5158D

Tints of Medium Violet Red #D5158D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.6%

R = 56.8%
G = 5.6%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5158D (or 0xD5158D) is known color: Medium Violet Red. HEX triplet: D5, 15 and 8D. RGB value is (213,21,141). Sum of RGB (Red+Green+Blue) = 213+21+141=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D5158D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5158D is #2AEA72. Grayscale: #5B5B5B. Windows color (decimal): -2812531 or 9246165. OLE color: 9246165.

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

Color convert

RGB 213 21 141 -
CMYK 0 0.90 0.34 0.16
HSL 322.5º 0.82% 0.46% -
HSV(B) 322.5º 0.9% 0.84% -
XYZ 32.52 16.61 26.69 -
YUV 92.09 155.61 214.24 -
System Red Green Blue C M Y K H S L
Decimal 213 21 141 0 0.90 0.34 0.16 322.5 0.82 0.46
Hex D5 15 8D 0 5A 22 10 142 52 2E
Octal 325 25 215 0 132 42 20 502 122 56
Binary 11010101 10101 10001101 0 1011010 100010 10000 101000010 1010010 101110

Color Harmonies of #D5158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5158D

Black with #D5158D

Text Example


Text Example

White with #D5158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5158D; }

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

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

background-color css

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

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

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

border-color css

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

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

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