#DA0170

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

Shades of Ruby #DA0170

Tints of Ruby #DA0170

Color information

#DA0170 (or 0xDA0170) is unknown color: approx Ruby. HEX triplet: DA, 01 and 70. RGB value is (218,1,112). Sum of RGB (Red+Green+Blue) = 218+1+112=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0170 is #25FE8F. Grayscale: #4E4E4E. Windows color (decimal): -2490000 or 7340506. OLE color: 7340506.

HSL color Cylindrical-coordinate representation of color #DA0170: hue angle of 329.31º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0170 is Cyan = 0, Magento = 1.00, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB2181112-
CMYK01.000.490.15
HSL329.31º99.09%42.94%-
HSV(B)329.31º99.54%85.49%-
XYZ31.8516.116.76-
YUV78.54146.89227.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 65.86%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 112 (44.14% from 255) = 33.84%
R=65.86%
G=0.30%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218111201.000.490.15329.3199.0942.94
HexDA17006431F149632b
Octal33211600144611751114353
Binary11011010111100000110010011000111111010010011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA0170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA0170; }

 p { color: rgb(218,1,112); }

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

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

 a { background-color: rgb(218,1,112); }

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

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

 span { border-color: rgb(218,1,112); }

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