#DA1561

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

Shades of Ruby #DA1561

Tints of Ruby #DA1561

Color information

#DA1561 (or 0xDA1561) is unknown color: approx Ruby. HEX triplet: DA, 15 and 61. RGB value is (218,21,97). Sum of RGB (Red+Green+Blue) = 218+21+97=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1561 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1561 is #25EA9E. Grayscale: #585858. Windows color (decimal): -2484895 or 6362586. OLE color: 6362586.

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

Color convert

RGB2182197-
CMYK00.900.560.15
HSL336.85º82.43%46.86%-
HSV(B)336.85º90.37%85.49%-
XYZ31.3416.312.8-
YUV88.57132.77220.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 64.88%
GREEN value IS 21 (8.59% from 255) = 6.25%
BLUE value IS 97 (38.28% from 255) = 28.87%
R=64.88%
G=6.25%
B=28.87%

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
Decimal218219700.900.560.15336.8582.4346.86
HexDA156105A38F151522f
Octal332251410132701752112257
Binary110110101010111000010101101011100011111010100011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA1561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA1561; }

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

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

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

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

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

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

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

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