Html Css Color HEX #D11B9F Medium Violet Red

📋 copy color: '#D11B9F'

red 209 ◦ green 27 ◦ blue 159

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

Shades of Medium Violet Red #D11B9F

Tints of Medium Violet Red #D11B9F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.84%

 BLUE value IS 159 (62.5% from 255) = 40.25%

R = 52.91%
G = 6.84%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D11B9F (or 0xD11B9F) is known color: Medium Violet Red. HEX triplet: D1, 1B and 9F. RGB value is (209,27,159). Sum of RGB (Red+Green+Blue) = 209+27+159=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 27 (10.94% from 255 or 6.84% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D11B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11B9F is #2EE460. Grayscale: #606060. Windows color (decimal): -3073121 or 10427345. OLE color: 10427345.

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

Color convert

RGB 209 27 159 -
CMYK 0 0.87 0.24 0.18
HSL 316.48º 0.77% 0.46% -
HSV(B) 316.48º 0.87% 0.82% -
XYZ 32.94 16.84 34.32 -
YUV 96.47 163.3 208.27 -
System Red Green Blue C M Y K H S L
Decimal 209 27 159 0 0.87 0.24 0.18 316.48 0.77 0.46
Hex D1 1B 9F 0 57 18 12 13C 4D 2E
Octal 321 33 237 0 127 30 22 474 115 56
Binary 11010001 11011 10011111 0 1010111 11000 10010 100111100 1001101 101110

Color Harmonies of #D11B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11B9F

Black with #D11B9F

Text Example


Text Example

White with #D11B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11B9F; }

 p { color: rgb(209,27,159); }

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

background-color css

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

 a { background-color: rgb(209,27,159); }

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

border-color css

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

 span { border-color: rgb(209,27,159); }

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