Html Css Color HEX #D11D85 Medium Violet Red

📋 copy color: '#D11D85'

red 209 ◦ green 29 ◦ blue 133

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

Shades of Medium Violet Red #D11D85

Tints of Medium Violet Red #D11D85

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.82%

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

R = 56.33%
G = 7.82%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D11D85 (or 0xD11D85) is known color: Medium Violet Red. HEX triplet: D1, 1D and 85. RGB value is (209,29,133). Sum of RGB (Red+Green+Blue) = 209+29+133=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D11D85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11D85 is #2EE27A. Grayscale: #5E5E5E. Windows color (decimal): -3072635 or 8723921. OLE color: 8723921.

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

Color convert

RGB 209 29 133 -
CMYK 0 0.86 0.36 0.18
HSL 325.33º 0.76% 0.47% -
HSV(B) 325.33º 0.86% 0.82% -
XYZ 30.97 16.13 23.67 -
YUV 94.68 149.63 209.54 -
System Red Green Blue C M Y K H S L
Decimal 209 29 133 0 0.86 0.36 0.18 325.33 0.76 0.47
Hex D1 1D 85 0 56 24 12 145 4C 2F
Octal 321 35 205 0 126 44 22 505 114 57
Binary 11010001 11101 10000101 0 1010110 100100 10010 101000101 1001100 101111

Color Harmonies of #D11D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11D85

Black with #D11D85

Text Example


Text Example

White with #D11D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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