Html Css Color HEX #D11F89 Medium Violet Red

📋 copy color: '#D11F89'

red 209 ◦ green 31 ◦ blue 137

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

Shades of Medium Violet Red #D11F89

Tints of Medium Violet Red #D11F89

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.22%

 BLUE value IS 137 (53.91% from 255) = 36.34%

R = 55.44%
G = 8.22%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D11F89 (or 0xD11F89) is known color: Medium Violet Red. HEX triplet: D1, 1F and 89. RGB value is (209,31,137). Sum of RGB (Red+Green+Blue) = 209+31+137=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 31 (12.5% from 255 or 8.22% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D11F89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11F89 is #2EE076. Grayscale: #606060. Windows color (decimal): -3072119 or 8986577. OLE color: 8986577.

HSL color Cylindrical-coordinate representation of color #D11F89: hue angle of 324.27º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D11F89 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 31 137 -
CMYK 0 0.85 0.34 0.18
HSL 324.27º 0.74% 0.47% -
HSV(B) 324.27º 0.85% 0.82% -
XYZ 31.3 16.34 25.17 -
YUV 96.31 150.97 208.38 -
System Red Green Blue C M Y K H S L
Decimal 209 31 137 0 0.85 0.34 0.18 324.27 0.74 0.47
Hex D1 1F 89 0 55 22 12 144 4A 2F
Octal 321 37 211 0 125 42 22 504 112 57
Binary 11010001 11111 10001001 0 1010101 100010 10010 101000100 1001010 101111

Color Harmonies of #D11F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11F89

Black with #D11F89

Text Example


Text Example

White with #D11F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11F89; }

 p { color: rgb(209,31,137); }

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

background-color css

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

 a { background-color: rgb(209,31,137); }

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

border-color css

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

 span { border-color: rgb(209,31,137); }

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