#D11A6E

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

Shades of Ruby #D11A6E

Tints of Ruby #D11A6E

Color information

#D11A6E (or 0xD11A6E) is unknown color: approx Ruby. HEX triplet: D1, 1A and 6E. RGB value is (209,26,110). Sum of RGB (Red+Green+Blue) = 209+26+110=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11A6E is #2EE591. Grayscale: #5A5A5A. Windows color (decimal): -3073426 or 7215825. OLE color: 7215825.

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

Color convert

RGB20926110-
CMYK00.880.470.18
HSL332.46º77.87%46.08%-
HSV(B)332.46º87.56%81.96%-
XYZ29.4815.4216.17-
YUV90.29139.13212.67-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 60.58%
GREEN value IS 26 (10.55% from 255) = 7.54%
BLUE value IS 110 (43.36% from 255) = 31.88%
R=60.58%
G=7.54%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092611000.880.470.18332.4677.8746.08
HexD11A6E0582F1214c4e2e
Octal321321560130572251411656
Binary1101000111010110111001011000101111100101010011001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11A6E; }

 p { color: rgb(209,26,110); }

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

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

 a { background-color: rgb(209,26,110); }

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

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

 span { border-color: rgb(209,26,110); }

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