Html Css Color HEX #D9158C Medium Violet Red

📋 copy color: '#D9158C'

red 217 ◦ green 21 ◦ blue 140

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

Shades of Medium Violet Red #D9158C

Tints of Medium Violet Red #D9158C

RGB

 RED value IS 217 (85.16% from 255) = 57.41%

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

 BLUE value IS 140 (55.08% from 255) = 37.04%

R = 57.41%
G = 5.56%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9158C (or 0xD9158C) is known color: Medium Violet Red. HEX triplet: D9, 15 and 8C. RGB value is (217,21,140). Sum of RGB (Red+Green+Blue) = 217+21+140=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D9158C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9158C is #26EA73. Grayscale: #5C5C5C. Windows color (decimal): -2550388 or 9180633. OLE color: 9180633.

HSL color Cylindrical-coordinate representation of color #D9158C: hue angle of 323.57º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D9158C is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 21 140 -
CMYK 0 0.90 0.35 0.15
HSL 323.57º 0.82% 0.47% -
HSV(B) 323.57º 0.9% 0.85% -
XYZ 33.62 17.18 26.36 -
YUV 93.17 154.43 216.32 -
System Red Green Blue C M Y K H S L
Decimal 217 21 140 0 0.90 0.35 0.15 323.57 0.82 0.47
Hex D9 15 8C 0 5A 23 F 144 52 2F
Octal 331 25 214 0 132 43 17 504 122 57
Binary 11011001 10101 10001100 0 1011010 100011 1111 101000100 1010010 101111

Color Harmonies of #D9158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9158C

Black with #D9158C

Text Example


Text Example

White with #D9158C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9158C; }

 p { color: rgb(217,21,140); }

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

background-color css

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

 a { background-color: rgb(217,21,140); }

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

border-color css

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

 span { border-color: rgb(217,21,140); }

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