#D11C5E

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

Shades of Ruby #D11C5E

Tints of Ruby #D11C5E

Color information

#D11C5E (or 0xD11C5E) is unknown color: approx Ruby. HEX triplet: D1, 1C and 5E. RGB value is (209,28,94). Sum of RGB (Red+Green+Blue) = 209+28+94=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11C5E is #2EE3A1. Grayscale: #595959. Windows color (decimal): -3072930 or 6167761. OLE color: 6167761.

HSL color Cylindrical-coordinate representation of color #D11C5E: hue angle of 338.12º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11C5E is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB2092894-
CMYK00.870.550.18
HSL338.12º76.37%46.47%-
HSV(B)338.12º86.6%81.96%-
XYZ28.7315.1912.01-
YUV89.64130.47213.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 63.14%
GREEN value IS 28 (11.33% from 255) = 8.46%
BLUE value IS 94 (37.11% from 255) = 28.40%
R=63.14%
G=8.46%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209289400.870.550.18338.1276.3746.47
HexD11C5E05737121524c2e
Octal321341360127672252211456
Binary1101000111100101111001010111110111100101010100101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11C5E; }

 p { color: rgb(209,28,94); }

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

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

 a { background-color: rgb(209,28,94); }

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

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

 span { border-color: rgb(209,28,94); }

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