#DA1562

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

Shades of Ruby #DA1562

Tints of Ruby #DA1562

Color information

#DA1562 (or 0xDA1562) is unknown color: approx Ruby. HEX triplet: DA, 15 and 62. RGB value is (218,21,98). Sum of RGB (Red+Green+Blue) = 218+21+98=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1562 is #25EA9D. Grayscale: #585858. Windows color (decimal): -2484894 or 6428122. OLE color: 6428122.

HSL color Cylindrical-coordinate representation of color #DA1562: hue angle of 336.55º 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 #DA1562 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB2182198-
CMYK00.900.550.15
HSL336.55º82.43%46.86%-
HSV(B)336.55º90.37%85.49%-
XYZ31.3916.3213.05-
YUV88.68133.27220.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 64.69%
GREEN value IS 21 (8.59% from 255) = 6.23%
BLUE value IS 98 (38.67% from 255) = 29.08%
R=64.69%
G=6.23%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218219800.900.550.15336.5582.4346.86
HexDA156205A37F151522f
Octal332251420132671752112257
Binary110110101010111000100101101011011111111010100011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA1562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA1562; }

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

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

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

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

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

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

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

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