Html Css Color HEX #D11288 Medium Violet Red

📋 copy color: '#D11288'

red 209 ◦ green 18 ◦ blue 136

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

Shades of Medium Violet Red #D11288

Tints of Medium Violet Red #D11288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.47%

R = 57.58%
G = 4.96%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D11288 (or 0xD11288) is known color: Medium Violet Red. HEX triplet: D1, 12 and 88. RGB value is (209,18,136). Sum of RGB (Red+Green+Blue) = 209+18+136=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D11288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11288 is #2EED77. Grayscale: #585858. Windows color (decimal): -3075448 or 8917713. OLE color: 8917713.

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

Color convert

RGB 209 18 136 -
CMYK 0 0.91 0.35 0.18
HSL 322.93º 0.84% 0.45% -
HSV(B) 322.93º 0.91% 0.82% -
XYZ 30.95 15.77 24.7 -
YUV 88.56 154.78 213.91 -
System Red Green Blue C M Y K H S L
Decimal 209 18 136 0 0.91 0.35 0.18 322.93 0.84 0.45
Hex D1 12 88 0 5B 23 12 143 54 2D
Octal 321 22 210 0 133 43 22 503 124 55
Binary 11010001 10010 10001000 0 1011011 100011 10010 101000011 1010100 101101

Color Harmonies of #D11288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11288

Black with #D11288

Text Example


Text Example

White with #D11288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11288; }

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

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

background-color css

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

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

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

border-color css

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

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

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