Html Css Color HEX #D11F9A Medium Violet Red

📋 copy color: '#D11F9A'

red 209 ◦ green 31 ◦ blue 154

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

Shades of Medium Violet Red #D11F9A

Tints of Medium Violet Red #D11F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.09%

R = 53.05%
G = 7.87%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D11F9A (or 0xD11F9A) is known color: Medium Violet Red. HEX triplet: D1, 1F and 9A. RGB value is (209,31,154). Sum of RGB (Red+Green+Blue) = 209+31+154=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 31 (12.5% from 255 or 7.87% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D11F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11F9A is #2EE065. Grayscale: #616161. Windows color (decimal): -3072102 or 10100689. OLE color: 10100689.

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

Color convert

RGB 209 31 154 -
CMYK 0 0.85 0.26 0.18
HSL 318.54º 0.74% 0.47% -
HSV(B) 318.54º 0.85% 0.82% -
XYZ 32.62 16.87 32.11 -
YUV 98.24 159.47 207 -
System Red Green Blue C M Y K H S L
Decimal 209 31 154 0 0.85 0.26 0.18 318.54 0.74 0.47
Hex D1 1F 9A 0 55 1A 12 13F 4A 2F
Octal 321 37 232 0 125 32 22 477 112 57
Binary 11010001 11111 10011010 0 1010101 11010 10010 100111111 1001010 101111

Color Harmonies of #D11F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11F9A

Black with #D11F9A

Text Example


Text Example

White with #D11F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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