Html Css Color HEX #D11985 Medium Violet Red

📋 copy color: '#D11985'

red 209 ◦ green 25 ◦ blue 133

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

Shades of Medium Violet Red #D11985

Tints of Medium Violet Red #D11985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.81%

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

R = 56.95%
G = 6.81%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D11985 (or 0xD11985) is known color: Medium Violet Red. HEX triplet: D1, 19 and 85. RGB value is (209,25,133). Sum of RGB (Red+Green+Blue) = 209+25+133=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D11985 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11985 is #2EE67A. Grayscale: #5C5C5C. Windows color (decimal): -3073659 or 8722897. OLE color: 8722897.

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

Color convert

RGB 209 25 133 -
CMYK 0 0.88 0.36 0.18
HSL 324.78º 0.79% 0.46% -
HSV(B) 324.78º 0.88% 0.82% -
XYZ 30.88 15.94 23.64 -
YUV 92.33 150.96 211.22 -
System Red Green Blue C M Y K H S L
Decimal 209 25 133 0 0.88 0.36 0.18 324.78 0.79 0.46
Hex D1 19 85 0 58 24 12 145 4F 2E
Octal 321 31 205 0 130 44 22 505 117 56
Binary 11010001 11001 10000101 0 1011000 100100 10010 101000101 1001111 101110

Color Harmonies of #D11985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11985

Black with #D11985

Text Example


Text Example

White with #D11985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11985; }

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

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

background-color css

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

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

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

border-color css

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

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

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