#D11259

Color #D11259 Ruby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ruby #D11259

Tints of Ruby #D11259

Color information

#D11259 (or 0xD11259) is unknown color: approx Ruby. HEX triplet: D1, 12 and 59. RGB value is (209,18,89). Sum of RGB (Red+Green+Blue) = 209+18+89=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D11259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11259 is #2EEDA6. Grayscale: #535353. Windows color (decimal): -3075495 or 5837521. OLE color: 5837521.

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

Color convert

RGB2091889-
CMYK00.910.570.18
HSL337.7º84.14%44.51%-
HSV(B)337.7º91.39%81.96%-
XYZ28.3114.7110.8-
YUV83.2131.28217.73-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 66.14%
GREEN value IS 18 (7.42% from 255) = 5.70%
BLUE value IS 89 (35.16% from 255) = 28.16%
R=66.14%
G=5.70%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209188900.910.570.18337.784.1444.51
HexD1125905B3912152542d
Octal321221310133712252212455
Binary1101000110010101100101011011111001100101010100101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11259; }

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

 H1.HeaderClassName
 {
   color: #D11259;
 }
 .AnyTagClassName
 {
   color: #D11259;
 }
</style>
background-color css

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

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

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

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

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

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