Html Css Color HEX #D11271 Medium Violet Red

📋 copy color: '#D11271'

red 209 ◦ green 18 ◦ blue 113

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

Shades of Medium Violet Red #D11271

Tints of Medium Violet Red #D11271

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.29%

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

R = 61.47%
G = 5.29%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D11271 (or 0xD11271) is known color: Medium Violet Red. HEX triplet: D1, 12 and 71. RGB value is (209,18,113). Sum of RGB (Red+Green+Blue) = 209+18+113=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D11271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11271 is #2EED8E. Grayscale: #555555. Windows color (decimal): -3075471 or 7410385. OLE color: 7410385.

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

Color convert

RGB 209 18 113 -
CMYK 0 0.91 0.46 0.18
HSL 330.16º 0.84% 0.45% -
HSV(B) 330.16º 0.91% 0.82% -
XYZ 29.49 15.18 17 -
YUV 85.94 143.28 215.78 -
System Red Green Blue C M Y K H S L
Decimal 209 18 113 0 0.91 0.46 0.18 330.16 0.84 0.45
Hex D1 12 71 0 5B 2E 12 14A 54 2D
Octal 321 22 161 0 133 56 22 512 124 55
Binary 11010001 10010 1110001 0 1011011 101110 10010 101001010 1010100 101101

Color Harmonies of #D11271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11271

Black with #D11271

Text Example


Text Example

White with #D11271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11271; }

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

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

background-color css

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

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

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

border-color css

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

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

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