Html Css Color HEX #D11A8B Medium Violet Red

📋 copy color: '#D11A8B'

red 209 ◦ green 26 ◦ blue 139

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

Shades of Medium Violet Red #D11A8B

Tints of Medium Violet Red #D11A8B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.95%

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

R = 55.88%
G = 6.95%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D11A8B (or 0xD11A8B) is known color: Medium Violet Red. HEX triplet: D1, 1A and 8B. RGB value is (209,26,139). Sum of RGB (Red+Green+Blue) = 209+26+139=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11A8B is #2EE574. Grayscale: #5D5D5D. Windows color (decimal): -3073397 or 9116369. OLE color: 9116369.

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

Color convert

RGB 209 26 139 -
CMYK 0 0.88 0.33 0.18
HSL 322.95º 0.78% 0.46% -
HSV(B) 322.95º 0.88% 0.82% -
XYZ 31.32 16.16 25.89 -
YUV 93.6 153.63 210.31 -
System Red Green Blue C M Y K H S L
Decimal 209 26 139 0 0.88 0.33 0.18 322.95 0.78 0.46
Hex D1 1A 8B 0 58 21 12 143 4E 2E
Octal 321 32 213 0 130 41 22 503 116 56
Binary 11010001 11010 10001011 0 1011000 100001 10010 101000011 1001110 101110

Color Harmonies of #D11A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11A8B

Black with #D11A8B

Text Example


Text Example

White with #D11A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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