Html Css Color HEX #D11FA2 Medium Violet Red

📋 copy color: '#D11FA2'

red 209 ◦ green 31 ◦ blue 162

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

Shades of Medium Violet Red #D11FA2

Tints of Medium Violet Red #D11FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.3%

R = 51.99%
G = 7.71%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D11FA2 (or 0xD11FA2) is known color: Medium Violet Red. HEX triplet: D1, 1F and A2. RGB value is (209,31,162). Sum of RGB (Red+Green+Blue) = 209+31+162=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 31 (12.5% from 255 or 7.71% from 402); Blue value is 162 (63.67% from 255 or 40.30% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D11FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11FA2 is #2EE05D. Grayscale: #626262. Windows color (decimal): -3072094 or 10624977. OLE color: 10624977.

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

Color convert

RGB 209 31 162 -
CMYK 0 0.85 0.22 0.18
HSL 315.84º 0.74% 0.47% -
HSV(B) 315.84º 0.85% 0.82% -
XYZ 33.31 17.14 35.74 -
YUV 99.16 163.47 206.35 -
System Red Green Blue C M Y K H S L
Decimal 209 31 162 0 0.85 0.22 0.18 315.84 0.74 0.47
Hex D1 1F A2 0 55 16 12 13C 4A 2F
Octal 321 37 242 0 125 26 22 474 112 57
Binary 11010001 11111 10100010 0 1010101 10110 10010 100111100 1001010 101111

Color Harmonies of #D11FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11FA2

Black with #D11FA2

Text Example


Text Example

White with #D11FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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