Html Css Color HEX #D11877 Medium Violet Red

📋 copy color: '#D11877'

red 209 ◦ green 24 ◦ blue 119

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

Shades of Medium Violet Red #D11877

Tints of Medium Violet Red #D11877

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.82%

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

R = 59.38%
G = 6.82%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D11877 (or 0xD11877) is known color: Medium Violet Red. HEX triplet: D1, 18 and 77. RGB value is (209,24,119). Sum of RGB (Red+Green+Blue) = 209+24+119=352 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.38% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 209 - color contains mainly: red. Hex color #D11877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11877 is #2EE788. Grayscale: #595959. Windows color (decimal): -3073929 or 7805137. OLE color: 7805137.

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

Color convert

RGB 209 24 119 -
CMYK 0 0.89 0.43 0.18
HSL 329.19º 0.79% 0.46% -
HSV(B) 329.19º 0.89% 0.82% -
XYZ 29.95 15.54 18.87 -
YUV 90.15 144.29 212.78 -
System Red Green Blue C M Y K H S L
Decimal 209 24 119 0 0.89 0.43 0.18 329.19 0.79 0.46
Hex D1 18 77 0 59 2B 12 149 4F 2E
Octal 321 30 167 0 131 53 22 511 117 56
Binary 11010001 11000 1110111 0 1011001 101011 10010 101001001 1001111 101110

Color Harmonies of #D11877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11877

Black with #D11877

Text Example


Text Example

White with #D11877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11877; }

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

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

background-color css

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

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

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

border-color css

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

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

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