Html Css Color HEX #D11471 Medium Violet Red

📋 copy color: '#D11471'

red 209 ◦ green 20 ◦ blue 113

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

Shades of Medium Violet Red #D11471

Tints of Medium Violet Red #D11471

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.85%

 BLUE value IS 113 (44.53% from 255) = 33.04%

R = 61.11%
G = 5.85%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D11471 (or 0xD11471) is known color: Medium Violet Red. HEX triplet: D1, 14 and 71. RGB value is (209,20,113). Sum of RGB (Red+Green+Blue) = 209+20+113=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D11471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11471 is #2EEB8E. Grayscale: #565656. Windows color (decimal): -3074959 or 7410897. OLE color: 7410897.

HSL color Cylindrical-coordinate representation of color #D11471: hue angle of 330.48º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D11471 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 20 113 -
CMYK 0 0.90 0.46 0.18
HSL 330.48º 0.83% 0.45% -
HSV(B) 330.48º 0.9% 0.82% -
XYZ 29.53 15.25 17.01 -
YUV 87.11 142.62 214.94 -
System Red Green Blue C M Y K H S L
Decimal 209 20 113 0 0.90 0.46 0.18 330.48 0.83 0.45
Hex D1 14 71 0 5A 2E 12 14A 53 2D
Octal 321 24 161 0 132 56 22 512 123 55
Binary 11010001 10100 1110001 0 1011010 101110 10010 101001010 1010011 101101

Color Harmonies of #D11471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11471

Black with #D11471

Text Example


Text Example

White with #D11471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11471; }

 p { color: rgb(209,20,113); }

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

background-color css

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

 a { background-color: rgb(209,20,113); }

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

border-color css

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

 span { border-color: rgb(209,20,113); }

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