Html Css Color HEX #D11072 Medium Violet Red

📋 copy color: '#D11072'

red 209 ◦ green 16 ◦ blue 114

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

Shades of Medium Violet Red #D11072

Tints of Medium Violet Red #D11072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.63%

R = 61.65%
G = 4.72%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D11072 (or 0xD11072) is known color: Medium Violet Red. HEX triplet: D1, 10 and 72. RGB value is (209,16,114). Sum of RGB (Red+Green+Blue) = 209+16+114=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D11072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11072 is #2EEF8D. Grayscale: #545454. Windows color (decimal): -3075982 or 7475409. OLE color: 7475409.

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

Color convert

RGB 209 16 114 -
CMYK 0 0.92 0.45 0.18
HSL 329.53º 0.86% 0.44% -
HSV(B) 329.53º 0.92% 0.82% -
XYZ 29.52 15.14 17.29 -
YUV 84.88 144.44 216.53 -
System Red Green Blue C M Y K H S L
Decimal 209 16 114 0 0.92 0.45 0.18 329.53 0.86 0.44
Hex D1 10 72 0 5C 2D 12 14A 56 2C
Octal 321 20 162 0 134 55 22 512 126 54
Binary 11010001 10000 1110010 0 1011100 101101 10010 101001010 1010110 101100

Color Harmonies of #D11072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11072

Black with #D11072

Text Example


Text Example

White with #D11072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11072; }

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

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

background-color css

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

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

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

border-color css

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

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

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