Html Css Color HEX #D11175 Medium Violet Red

📋 copy color: '#D11175'

red 209 ◦ green 17 ◦ blue 117

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

Shades of Medium Violet Red #D11175

Tints of Medium Violet Red #D11175

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.96%

 BLUE value IS 117 (46.09% from 255) = 34.11%

R = 60.93%
G = 4.96%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D11175 (or 0xD11175) is known color: Medium Violet Red. HEX triplet: D1, 11 and 75. RGB value is (209,17,117). Sum of RGB (Red+Green+Blue) = 209+17+117=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D11175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11175 is #2EEE8A. Grayscale: #555555. Windows color (decimal): -3075723 or 7672273. OLE color: 7672273.

HSL color Cylindrical-coordinate representation of color #D11175: hue angle of 328.75º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D11175 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 17 117 -
CMYK 0 0.92 0.44 0.18
HSL 328.75º 0.85% 0.44% -
HSV(B) 328.75º 0.92% 0.82% -
XYZ 29.71 15.24 18.21 -
YUV 85.81 145.61 215.87 -
System Red Green Blue C M Y K H S L
Decimal 209 17 117 0 0.92 0.44 0.18 328.75 0.85 0.44
Hex D1 11 75 0 5C 2C 12 149 55 2C
Octal 321 21 165 0 134 54 22 511 125 54
Binary 11010001 10001 1110101 0 1011100 101100 10010 101001001 1010101 101100

Color Harmonies of #D11175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11175

Black with #D11175

Text Example


Text Example

White with #D11175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11175; }

 p { color: rgb(209,17,117); }

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

background-color css

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

 a { background-color: rgb(209,17,117); }

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

border-color css

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

 span { border-color: rgb(209,17,117); }

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