Html Css Color HEX #D1157D Medium Violet Red

📋 copy color: '#D1157D'

red 209 ◦ green 21 ◦ blue 125

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

Shades of Medium Violet Red #D1157D

Tints of Medium Violet Red #D1157D

RGB

 RED value IS 209 (82.03% from 255) = 58.87%

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

 BLUE value IS 125 (49.22% from 255) = 35.21%

R = 58.87%
G = 5.92%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D1157D (or 0xD1157D) is known color: Medium Violet Red. HEX triplet: D1, 15 and 7D. RGB value is (209,21,125). Sum of RGB (Red+Green+Blue) = 209+21+125=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D1157D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1157D is #2EEA82. Grayscale: #585858. Windows color (decimal): -3074691 or 8197585. OLE color: 8197585.

HSL color Cylindrical-coordinate representation of color #D1157D: hue angle of 326.81º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1157D is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 21 125 -
CMYK 0 0.90 0.40 0.18
HSL 326.81º 0.82% 0.45% -
HSV(B) 326.81º 0.9% 0.82% -
XYZ 30.26 15.57 20.81 -
YUV 89.07 148.28 213.54 -
System Red Green Blue C M Y K H S L
Decimal 209 21 125 0 0.90 0.40 0.18 326.81 0.82 0.45
Hex D1 15 7D 0 5A 28 12 147 52 2D
Octal 321 25 175 0 132 50 22 507 122 55
Binary 11010001 10101 1111101 0 1011010 101000 10010 101000111 1010010 101101

Color Harmonies of #D1157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1157D

Black with #D1157D

Text Example


Text Example

White with #D1157D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1157D; }

 p { color: rgb(209,21,125); }

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

background-color css

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

 a { background-color: rgb(209,21,125); }

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

border-color css

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

 span { border-color: rgb(209,21,125); }

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