Html Css Color HEX #D11585 Medium Violet Red

📋 copy color: '#D11585'

red 209 ◦ green 21 ◦ blue 133

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

Shades of Medium Violet Red #D11585

Tints of Medium Violet Red #D11585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.64%

R = 57.58%
G = 5.79%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D11585 (or 0xD11585) is known color: Medium Violet Red. HEX triplet: D1, 15 and 85. RGB value is (209,21,133). Sum of RGB (Red+Green+Blue) = 209+21+133=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D11585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11585 is #2EEA7A. Grayscale: #595959. Windows color (decimal): -3074683 or 8721873. OLE color: 8721873.

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

Color convert

RGB 209 21 133 -
CMYK 0 0.90 0.36 0.18
HSL 324.26º 0.82% 0.45% -
HSV(B) 324.26º 0.9% 0.82% -
XYZ 30.8 15.79 23.61 -
YUV 89.98 152.28 212.89 -
System Red Green Blue C M Y K H S L
Decimal 209 21 133 0 0.90 0.36 0.18 324.26 0.82 0.45
Hex D1 15 85 0 5A 24 12 144 52 2D
Octal 321 25 205 0 132 44 22 504 122 55
Binary 11010001 10101 10000101 0 1011010 100100 10010 101000100 1010010 101101

Color Harmonies of #D11585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11585

Black with #D11585

Text Example


Text Example

White with #D11585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11585; }

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

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

background-color css

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

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

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

border-color css

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

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

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