Html Css Color HEX #D11076 Medium Violet Red

📋 copy color: '#D11076'

red 209 ◦ green 16 ◦ blue 118

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

Shades of Medium Violet Red #D11076

Tints of Medium Violet Red #D11076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.4%

R = 60.93%
G = 4.66%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D11076 (or 0xD11076) is known color: Medium Violet Red. HEX triplet: D1, 10 and 76. RGB value is (209,16,118). Sum of RGB (Red+Green+Blue) = 209+16+118=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D11076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11076 is #2EEF89. Grayscale: #555555. Windows color (decimal): -3075978 or 7737553. OLE color: 7737553.

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

Color convert

RGB 209 16 118 -
CMYK 0 0.92 0.44 0.18
HSL 328.29º 0.86% 0.44% -
HSV(B) 328.29º 0.92% 0.82% -
XYZ 29.75 15.23 18.51 -
YUV 85.34 146.44 216.21 -
System Red Green Blue C M Y K H S L
Decimal 209 16 118 0 0.92 0.44 0.18 328.29 0.86 0.44
Hex D1 10 76 0 5C 2C 12 148 56 2C
Octal 321 20 166 0 134 54 22 510 126 54
Binary 11010001 10000 1110110 0 1011100 101100 10010 101001000 1010110 101100

Color Harmonies of #D11076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11076

Black with #D11076

Text Example


Text Example

White with #D11076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11076; }

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

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

background-color css

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

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

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

border-color css

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

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

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