Html Css Color HEX #D9157A Medium Violet Red

📋 copy color: '#D9157A'

red 217 ◦ green 21 ◦ blue 122

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

Shades of Medium Violet Red #D9157A

Tints of Medium Violet Red #D9157A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.89%

R = 60.28%
G = 5.83%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D9157A (or 0xD9157A) is known color: Medium Violet Red. HEX triplet: D9, 15 and 7A. RGB value is (217,21,122). Sum of RGB (Red+Green+Blue) = 217+21+122=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D9157A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9157A is #26EA85. Grayscale: #5A5A5A. Windows color (decimal): -2550406 or 8000985. OLE color: 8000985.

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

Color convert

RGB 217 21 122 -
CMYK 0 0.90 0.44 0.15
HSL 329.08º 0.82% 0.47% -
HSV(B) 329.08º 0.9% 0.85% -
XYZ 32.4 16.69 19.93 -
YUV 91.12 145.43 217.79 -
System Red Green Blue C M Y K H S L
Decimal 217 21 122 0 0.90 0.44 0.15 329.08 0.82 0.47
Hex D9 15 7A 0 5A 2C F 149 52 2F
Octal 331 25 172 0 132 54 17 511 122 57
Binary 11011001 10101 1111010 0 1011010 101100 1111 101001001 1010010 101111

Color Harmonies of #D9157A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9157A

Black with #D9157A

Text Example


Text Example

White with #D9157A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9157A; }

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

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

background-color css

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

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

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

border-color css

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

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

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