Html Css Color HEX #D11573 Medium Violet Red

📋 copy color: '#D11573'

red 209 ◦ green 21 ◦ blue 115

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

Shades of Medium Violet Red #D11573

Tints of Medium Violet Red #D11573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.33%

R = 60.58%
G = 6.09%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D11573 (or 0xD11573) is known color: Medium Violet Red. HEX triplet: D1, 15 and 73. RGB value is (209,21,115). Sum of RGB (Red+Green+Blue) = 209+21+115=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D11573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11573 is #2EEA8C. Grayscale: #575757. Windows color (decimal): -3074701 or 7542225. OLE color: 7542225.

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

Color convert

RGB 209 21 115 -
CMYK 0 0.90 0.45 0.18
HSL 330º 0.82% 0.45% -
HSV(B) 330º 0.9% 0.82% -
XYZ 29.66 15.33 17.62 -
YUV 87.93 143.28 214.36 -
System Red Green Blue C M Y K H S L
Decimal 209 21 115 0 0.90 0.45 0.18 330 0.82 0.45
Hex D1 15 73 0 5A 2D 12 14A 52 2D
Octal 321 25 163 0 132 55 22 512 122 55
Binary 11010001 10101 1110011 0 1011010 101101 10010 101001010 1010010 101101

Color Harmonies of #D11573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11573

Black with #D11573

Text Example


Text Example

White with #D11573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11573; }

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

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

background-color css

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

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

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

border-color css

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

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

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