Html Css Color HEX #D11080 Medium Violet Red

📋 copy color: '#D11080'

red 209 ◦ green 16 ◦ blue 128

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

Shades of Medium Violet Red #D11080

Tints of Medium Violet Red #D11080

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.53%

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

R = 59.21%
G = 4.53%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D11080 (or 0xD11080) is known color: Medium Violet Red. HEX triplet: D1, 10 and 80. RGB value is (209,16,128). Sum of RGB (Red+Green+Blue) = 209+16+128=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D11080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11080 is #2EEF7F. Grayscale: #565656. Windows color (decimal): -3075968 or 8392913. OLE color: 8392913.

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

Color convert

RGB 209 16 128 -
CMYK 0 0.92 0.39 0.18
HSL 325.18º 0.86% 0.44% -
HSV(B) 325.18º 0.92% 0.82% -
XYZ 30.38 15.48 21.81 -
YUV 86.48 151.44 215.39 -
System Red Green Blue C M Y K H S L
Decimal 209 16 128 0 0.92 0.39 0.18 325.18 0.86 0.44
Hex D1 10 80 0 5C 27 12 145 56 2C
Octal 321 20 200 0 134 47 22 505 126 54
Binary 11010001 10000 10000000 0 1011100 100111 10010 101000101 1010110 101100

Color Harmonies of #D11080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11080

Black with #D11080

Text Example


Text Example

White with #D11080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11080; }

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

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

background-color css

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

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

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

border-color css

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

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

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