#D11256

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

Shades of Ruby #D11256

Tints of Ruby #D11256

Color information

#D11256 (or 0xD11256) is unknown color: approx Ruby. HEX triplet: D1, 12 and 56. RGB value is (209,18,86). Sum of RGB (Red+Green+Blue) = 209+18+86=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D11256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11256 is #2EEDA9. Grayscale: #525252. Windows color (decimal): -3075498 or 5640913. OLE color: 5640913.

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

Color convert

RGB2091886-
CMYK00.910.590.18
HSL338.64º84.14%44.51%-
HSV(B)338.64º91.39%81.96%-
XYZ28.1914.6610.15-
YUV82.86129.78217.97-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 66.77%
GREEN value IS 18 (7.42% from 255) = 5.75%
BLUE value IS 86 (33.98% from 255) = 27.48%
R=66.77%
G=5.75%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209188600.910.590.18338.6484.1444.51
HexD1125605B3B12153542d
Octal321221260133732252312455
Binary1101000110010101011001011011111011100101010100111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11256; }

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

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

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

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

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

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

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

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