Html Css Color HEX #D11A8F Medium Violet Red

📋 copy color: '#D11A8F'

red 209 ◦ green 26 ◦ blue 143

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

Shades of Medium Violet Red #D11A8F

Tints of Medium Violet Red #D11A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.83%

R = 55.29%
G = 6.88%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D11A8F (or 0xD11A8F) is known color: Medium Violet Red. HEX triplet: D1, 1A and 8F. RGB value is (209,26,143). Sum of RGB (Red+Green+Blue) = 209+26+143=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11A8F is #2EE570. Grayscale: #5D5D5D. Windows color (decimal): -3073393 or 9378513. OLE color: 9378513.

HSL color Cylindrical-coordinate representation of color #D11A8F: hue angle of 321.64º 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 #D11A8F is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 26 143 -
CMYK 0 0.88 0.32 0.18
HSL 321.64º 0.78% 0.46% -
HSV(B) 321.64º 0.88% 0.82% -
XYZ 31.62 16.28 27.46 -
YUV 94.06 155.63 209.99 -
System Red Green Blue C M Y K H S L
Decimal 209 26 143 0 0.88 0.32 0.18 321.64 0.78 0.46
Hex D1 1A 8F 0 58 20 12 142 4E 2E
Octal 321 32 217 0 130 40 22 502 116 56
Binary 11010001 11010 10001111 0 1011000 100000 10010 101000010 1001110 101110

Color Harmonies of #D11A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11A8F

Black with #D11A8F

Text Example


Text Example

White with #D11A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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