Html Css Color HEX #D1137D Medium Violet Red

📋 copy color: '#D1137D'

red 209 ◦ green 19 ◦ blue 125

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

Shades of Medium Violet Red #D1137D

Tints of Medium Violet Red #D1137D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.38%

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

R = 59.21%
G = 5.38%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D1137D (or 0xD1137D) is known color: Medium Violet Red. HEX triplet: D1, 13 and 7D. RGB value is (209,19,125). Sum of RGB (Red+Green+Blue) = 209+19+125=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D1137D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1137D is #2EEC82. Grayscale: #575757. Windows color (decimal): -3075203 or 8197073. OLE color: 8197073.

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

Color convert

RGB 209 19 125 -
CMYK 0 0.91 0.40 0.18
HSL 326.53º 0.83% 0.45% -
HSV(B) 326.53º 0.91% 0.82% -
XYZ 30.23 15.5 20.8 -
YUV 87.89 148.95 214.38 -
System Red Green Blue C M Y K H S L
Decimal 209 19 125 0 0.91 0.40 0.18 326.53 0.83 0.45
Hex D1 13 7D 0 5B 28 12 147 53 2D
Octal 321 23 175 0 133 50 22 507 123 55
Binary 11010001 10011 1111101 0 1011011 101000 10010 101000111 1010011 101101

Color Harmonies of #D1137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1137D

Black with #D1137D

Text Example


Text Example

White with #D1137D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1137D; }

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

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

background-color css

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

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

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

border-color css

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

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

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