#DA1860

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

Shades of Ruby #DA1860

Tints of Ruby #DA1860

Color information

#DA1860 (or 0xDA1860) is unknown color: approx Ruby. HEX triplet: DA, 18 and 60. RGB value is (218,24,96). Sum of RGB (Red+Green+Blue) = 218+24+96=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1860 is #25E79F. Grayscale: #5A5A5A. Windows color (decimal): -2484128 or 6297818. OLE color: 6297818.

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

Color convert

RGB2182496-
CMYK00.890.560.15
HSL337.73º80.17%47.45%-
HSV(B)337.73º88.99%85.49%-
XYZ31.3516.412.58-
YUV90.21131.27219.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 64.50%
GREEN value IS 24 (9.77% from 255) = 7.10%
BLUE value IS 96 (37.89% from 255) = 28.40%
R=64.50%
G=7.10%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218249600.890.560.15337.7380.1747.45
HexDA186005938F152502f
Octal332301400131701752212057
Binary110110101100011000000101100111100011111010100101010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA1860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA1860; }

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

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

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

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

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

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

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

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