Html Css Color HEX #D11685 Medium Violet Red

📋 copy color: '#D11685'

red 209 ◦ green 22 ◦ blue 133

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

Shades of Medium Violet Red #D11685

Tints of Medium Violet Red #D11685

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.04%

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

R = 57.42%
G = 6.04%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D11685 (or 0xD11685) is known color: Medium Violet Red. HEX triplet: D1, 16 and 85. RGB value is (209,22,133). Sum of RGB (Red+Green+Blue) = 209+22+133=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D11685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11685 is #2EE97A. Grayscale: #5A5A5A. Windows color (decimal): -3074427 or 8722129. OLE color: 8722129.

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

Color convert

RGB 209 22 133 -
CMYK 0 0.89 0.36 0.18
HSL 324.39º 0.81% 0.45% -
HSV(B) 324.39º 0.89% 0.82% -
XYZ 30.82 15.82 23.62 -
YUV 90.57 151.95 212.47 -
System Red Green Blue C M Y K H S L
Decimal 209 22 133 0 0.89 0.36 0.18 324.39 0.81 0.45
Hex D1 16 85 0 59 24 12 144 51 2D
Octal 321 26 205 0 131 44 22 504 121 55
Binary 11010001 10110 10000101 0 1011001 100100 10010 101000100 1010001 101101

Color Harmonies of #D11685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11685

Black with #D11685

Text Example


Text Example

White with #D11685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11685; }

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

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

background-color css

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

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

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

border-color css

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

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

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