#DA1560

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

Shades of Ruby #DA1560

Tints of Ruby #DA1560

Color information

#DA1560 (or 0xDA1560) is unknown color: approx Ruby. HEX triplet: DA, 15 and 60. RGB value is (218,21,96). Sum of RGB (Red+Green+Blue) = 218+21+96=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1560 is #25EA9F. Grayscale: #585858. Windows color (decimal): -2484896 or 6297050. OLE color: 6297050.

HSL color Cylindrical-coordinate representation of color #DA1560: hue angle of 337.16º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1560 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB2182196-
CMYK00.900.560.15
HSL337.16º82.43%46.86%-
HSV(B)337.16º90.37%85.49%-
XYZ31.2916.2912.56-
YUV88.45132.27220.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 65.07%
GREEN value IS 21 (8.59% from 255) = 6.27%
BLUE value IS 96 (37.89% from 255) = 28.66%
R=65.07%
G=6.27%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218219600.900.560.15337.1682.4346.86
HexDA156005A38F151522f
Octal332251400132701752112257
Binary110110101010111000000101101011100011111010100011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA1560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA1560; }

 p { color: rgb(218,21,96); }

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

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

 a { background-color: rgb(218,21,96); }

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

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

 span { border-color: rgb(218,21,96); }

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