Html Css Color HEX #D11C8B Medium Violet Red

📋 copy color: '#D11C8B'

red 209 ◦ green 28 ◦ blue 139

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

Shades of Medium Violet Red #D11C8B

Tints of Medium Violet Red #D11C8B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.45%

 BLUE value IS 139 (54.69% from 255) = 36.97%

R = 55.59%
G = 7.45%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D11C8B (or 0xD11C8B) is known color: Medium Violet Red. HEX triplet: D1, 1C and 8B. RGB value is (209,28,139). Sum of RGB (Red+Green+Blue) = 209+28+139=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 28 (11.33% from 255 or 7.45% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11C8B is #2EE374. Grayscale: #5E5E5E. Windows color (decimal): -3072885 or 9116881. OLE color: 9116881.

HSL color Cylindrical-coordinate representation of color #D11C8B: hue angle of 323.2º degrees, saturation: 0.76, 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 #D11C8B is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 28 139 -
CMYK 0 0.87 0.33 0.18
HSL 323.2º 0.76% 0.46% -
HSV(B) 323.2º 0.87% 0.82% -
XYZ 31.37 16.25 25.91 -
YUV 94.77 152.97 209.47 -
System Red Green Blue C M Y K H S L
Decimal 209 28 139 0 0.87 0.33 0.18 323.2 0.76 0.46
Hex D1 1C 8B 0 57 21 12 143 4C 2E
Octal 321 34 213 0 127 41 22 503 114 56
Binary 11010001 11100 10001011 0 1010111 100001 10010 101000011 1001100 101110

Color Harmonies of #D11C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11C8B

Black with #D11C8B

Text Example


Text Example

White with #D11C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11C8B; }

 p { color: rgb(209,28,139); }

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

background-color css

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

 a { background-color: rgb(209,28,139); }

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

border-color css

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

 span { border-color: rgb(209,28,139); }

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