Html Css Color HEX #D11275 Medium Violet Red

📋 copy color: '#D11275'

red 209 ◦ green 18 ◦ blue 117

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

Shades of Medium Violet Red #D11275

Tints of Medium Violet Red #D11275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.01%

R = 60.76%
G = 5.23%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D11275 (or 0xD11275) is known color: Medium Violet Red. HEX triplet: D1, 12 and 75. RGB value is (209,18,117). Sum of RGB (Red+Green+Blue) = 209+18+117=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D11275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11275 is #2EED8A. Grayscale: #565656. Windows color (decimal): -3075467 or 7672529. OLE color: 7672529.

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

Color convert

RGB 209 18 117 -
CMYK 0 0.91 0.44 0.18
HSL 328.9º 0.84% 0.45% -
HSV(B) 328.9º 0.91% 0.82% -
XYZ 29.72 15.27 18.21 -
YUV 86.4 145.28 215.45 -
System Red Green Blue C M Y K H S L
Decimal 209 18 117 0 0.91 0.44 0.18 328.9 0.84 0.45
Hex D1 12 75 0 5B 2C 12 149 54 2D
Octal 321 22 165 0 133 54 22 511 124 55
Binary 11010001 10010 1110101 0 1011011 101100 10010 101001001 1010100 101101

Color Harmonies of #D11275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11275

Black with #D11275

Text Example


Text Example

White with #D11275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11275; }

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

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

background-color css

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

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

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

border-color css

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

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

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