Html Css Color HEX #D11079 Medium Violet Red

📋 copy color: '#D11079'

red 209 ◦ green 16 ◦ blue 121

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

Shades of Medium Violet Red #D11079

Tints of Medium Violet Red #D11079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.97%

R = 60.4%
G = 4.62%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D11079 (or 0xD11079) is known color: Medium Violet Red. HEX triplet: D1, 10 and 79. RGB value is (209,16,121). Sum of RGB (Red+Green+Blue) = 209+16+121=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D11079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11079 is #2EEF86. Grayscale: #555555. Windows color (decimal): -3075975 or 7934161. OLE color: 7934161.

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

Color convert

RGB 209 16 121 -
CMYK 0 0.92 0.42 0.18
HSL 327.36º 0.86% 0.44% -
HSV(B) 327.36º 0.92% 0.82% -
XYZ 29.93 15.31 19.47 -
YUV 85.68 147.94 215.96 -
System Red Green Blue C M Y K H S L
Decimal 209 16 121 0 0.92 0.42 0.18 327.36 0.86 0.44
Hex D1 10 79 0 5C 2A 12 147 56 2C
Octal 321 20 171 0 134 52 22 507 126 54
Binary 11010001 10000 1111001 0 1011100 101010 10010 101000111 1010110 101100

Color Harmonies of #D11079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11079

Black with #D11079

Text Example


Text Example

White with #D11079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11079; }

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

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

background-color css

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

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

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

border-color css

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

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

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