#D11E58

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

Shades of Ruby #D11E58

Tints of Ruby #D11E58

Color information

#D11E58 (or 0xD11E58) is unknown color: approx Ruby. HEX triplet: D1, 1E and 58. RGB value is (209,30,88). Sum of RGB (Red+Green+Blue) = 209+30+88=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D11E58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11E58 is #2EE1A7. Grayscale: #5A5A5A. Windows color (decimal): -3072424 or 5775057. OLE color: 5775057.

HSL color Cylindrical-coordinate representation of color #D11E58: hue angle of 340.56º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D11E58 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB2093088-
CMYK00.860.580.18
HSL340.56º74.9%46.86%-
HSV(B)340.56º85.65%81.96%-
XYZ28.5215.1910.66-
YUV90.13126.8212.78-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 63.91%
GREEN value IS 30 (12.11% from 255) = 9.17%
BLUE value IS 88 (34.77% from 255) = 26.91%
R=63.91%
G=9.17%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209308800.860.580.18340.5674.946.86
HexD11E580563A121554b2f
Octal321361300126722252511357
Binary1101000111110101100001010110111010100101010101011001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11E58; }

 p { color: rgb(209,30,88); }

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

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

 a { background-color: rgb(209,30,88); }

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

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

 span { border-color: rgb(209,30,88); }

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