Html Css Color HEX #D11273 Medium Violet Red

📋 copy color: '#D11273'

red 209 ◦ green 18 ◦ blue 115

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

Shades of Medium Violet Red #D11273

Tints of Medium Violet Red #D11273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.63%

R = 61.11%
G = 5.26%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D11273 (or 0xD11273) is known color: Medium Violet Red. HEX triplet: D1, 12 and 73. RGB value is (209,18,115). Sum of RGB (Red+Green+Blue) = 209+18+115=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D11273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11273 is #2EED8C. Grayscale: #555555. Windows color (decimal): -3075469 or 7541457. OLE color: 7541457.

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

Color convert

RGB 209 18 115 -
CMYK 0 0.91 0.45 0.18
HSL 329.53º 0.84% 0.45% -
HSV(B) 329.53º 0.91% 0.82% -
XYZ 29.61 15.23 17.6 -
YUV 86.17 144.28 215.61 -
System Red Green Blue C M Y K H S L
Decimal 209 18 115 0 0.91 0.45 0.18 329.53 0.84 0.45
Hex D1 12 73 0 5B 2D 12 14A 54 2D
Octal 321 22 163 0 133 55 22 512 124 55
Binary 11010001 10010 1110011 0 1011011 101101 10010 101001010 1010100 101101

Color Harmonies of #D11273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11273

Black with #D11273

Text Example


Text Example

White with #D11273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11273; }

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

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

background-color css

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

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

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

border-color css

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

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

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