#D1195B

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

Shades of Ruby #D1195B

Tints of Ruby #D1195B

Color information

#D1195B (or 0xD1195B) is unknown color: approx Ruby. HEX triplet: D1, 19 and 5B. RGB value is (209,25,91). Sum of RGB (Red+Green+Blue) = 209+25+91=325 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.31% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 209 - color contains mainly: red. Hex color #D1195B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1195B is #2EE6A4. Grayscale: #575757. Windows color (decimal): -3073701 or 5970385. OLE color: 5970385.

HSL color Cylindrical-coordinate representation of color #D1195B: hue angle of 338.48º degrees, saturation: 0.79, 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 #D1195B is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB2092591-
CMYK00.880.560.18
HSL338.48º78.63%45.88%-
HSV(B)338.48º88.04%81.96%-
XYZ28.5315.0111.29-
YUV87.54129.96214.63-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 64.31%
GREEN value IS 25 (10.16% from 255) = 7.69%
BLUE value IS 91 (35.94% from 255) = 28%
R=64.31%
G=7.69%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209259100.880.560.18338.4878.6345.88
HexD1195B05838121524f2e
Octal321311330130702252211756
Binary1101000111001101101101011000111000100101010100101001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1195B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1195B; }

 p { color: rgb(209,25,91); }

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

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

 a { background-color: rgb(209,25,91); }

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

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

 span { border-color: rgb(209,25,91); }

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