Html Css Color HEX #D11377 Medium Violet Red

📋 copy color: '#D11377'

red 209 ◦ green 19 ◦ blue 119

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

Shades of Medium Violet Red #D11377

Tints of Medium Violet Red #D11377

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.48%

 BLUE value IS 119 (46.88% from 255) = 34.29%

R = 60.23%
G = 5.48%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D11377 (or 0xD11377) is known color: Medium Violet Red. HEX triplet: D1, 13 and 77. RGB value is (209,19,119). Sum of RGB (Red+Green+Blue) = 209+19+119=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D11377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11377 is #2EEC88. Grayscale: #575757. Windows color (decimal): -3075209 or 7803857. OLE color: 7803857.

HSL color Cylindrical-coordinate representation of color #D11377: hue angle of 328.42º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D11377 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 19 119 -
CMYK 0 0.91 0.43 0.18
HSL 328.42º 0.83% 0.45% -
HSV(B) 328.42º 0.91% 0.82% -
XYZ 29.86 15.35 18.84 -
YUV 87.21 145.95 214.87 -
System Red Green Blue C M Y K H S L
Decimal 209 19 119 0 0.91 0.43 0.18 328.42 0.83 0.45
Hex D1 13 77 0 5B 2B 12 148 53 2D
Octal 321 23 167 0 133 53 22 510 123 55
Binary 11010001 10011 1110111 0 1011011 101011 10010 101001000 1010011 101101

Color Harmonies of #D11377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11377

Black with #D11377

Text Example


Text Example

White with #D11377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11377; }

 p { color: rgb(209,19,119); }

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

background-color css

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

 a { background-color: rgb(209,19,119); }

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

border-color css

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

 span { border-color: rgb(209,19,119); }

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