Html Css Color HEX #D11B80 Medium Violet Red

📋 copy color: '#D11B80'

red 209 ◦ green 27 ◦ blue 128

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

Shades of Medium Violet Red #D11B80

Tints of Medium Violet Red #D11B80

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.42%

 BLUE value IS 128 (50.39% from 255) = 35.16%

R = 57.42%
G = 7.42%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D11B80 (or 0xD11B80) is known color: Medium Violet Red. HEX triplet: D1, 1B and 80. RGB value is (209,27,128). Sum of RGB (Red+Green+Blue) = 209+27+128=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 27 (10.94% from 255 or 7.42% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D11B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11B80 is #2EE47F. Grayscale: #5C5C5C. Windows color (decimal): -3073152 or 8395729. OLE color: 8395729.

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

Color convert

RGB 209 27 128 -
CMYK 0 0.87 0.39 0.18
HSL 326.7º 0.77% 0.46% -
HSV(B) 326.7º 0.87% 0.82% -
XYZ 30.58 15.9 21.88 -
YUV 92.93 147.8 210.79 -
System Red Green Blue C M Y K H S L
Decimal 209 27 128 0 0.87 0.39 0.18 326.7 0.77 0.46
Hex D1 1B 80 0 57 27 12 147 4D 2E
Octal 321 33 200 0 127 47 22 507 115 56
Binary 11010001 11011 10000000 0 1010111 100111 10010 101000111 1001101 101110

Color Harmonies of #D11B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11B80

Black with #D11B80

Text Example


Text Example

White with #D11B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11B80; }

 p { color: rgb(209,27,128); }

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

background-color css

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

 a { background-color: rgb(209,27,128); }

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

border-color css

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

 span { border-color: rgb(209,27,128); }

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