Html Css Color HEX #D11083 Medium Violet Red

📋 copy color: '#D11083'

red 209 ◦ green 16 ◦ blue 131

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

Shades of Medium Violet Red #D11083

Tints of Medium Violet Red #D11083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.8%

R = 58.71%
G = 4.49%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D11083 (or 0xD11083) is known color: Medium Violet Red. HEX triplet: D1, 10 and 83. RGB value is (209,16,131). Sum of RGB (Red+Green+Blue) = 209+16+131=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D11083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11083 is #2EEF7C. Grayscale: #565656. Windows color (decimal): -3075965 or 8589521. OLE color: 8589521.

HSL color Cylindrical-coordinate representation of color #D11083: hue angle of 324.25º 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 #D11083 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 16 131 -
CMYK 0 0.92 0.37 0.18
HSL 324.25º 0.86% 0.44% -
HSV(B) 324.25º 0.92% 0.82% -
XYZ 30.58 15.56 22.87 -
YUV 86.82 152.94 215.15 -
System Red Green Blue C M Y K H S L
Decimal 209 16 131 0 0.92 0.37 0.18 324.25 0.86 0.44
Hex D1 10 83 0 5C 25 12 144 56 2C
Octal 321 20 203 0 134 45 22 504 126 54
Binary 11010001 10000 10000011 0 1011100 100101 10010 101000100 1010110 101100

Color Harmonies of #D11083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11083

Black with #D11083

Text Example


Text Example

White with #D11083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11083; }

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

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

background-color css

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

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

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

border-color css

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

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

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