#da1f62

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

Shades of Ruby #DA1F62

Tints of Ruby #DA1F62

Color information

#DA1F62 (or 0xDA1F62) is unknown color: approx Ruby. HEX triplet: DA, 1F and 62. RGB value is (218,31,98). Sum of RGB (Red+Green+Blue) = 218+31+98=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 31 (12.5% from 255 or 8.93% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1F62 is #25E09D. Grayscale: #5E5E5E. Windows color (decimal): -2482334 or 6430682. OLE color: 6430682.

HSL color Cylindrical-coordinate representation of color #DA1F62: hue angle of 338.5º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA1F62 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB2183198-
CMYK00.860.550.15
HSL338.5º75.1%48.82%-
HSV(B)338.5º85.78%85.49%-
XYZ31.6116.7713.13-
YUV94.55129.95216.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 62.82%
GREEN value IS 31 (12.5% from 255) = 8.93%
BLUE value IS 98 (38.67% from 255) = 28.24%
R=62.82%
G=8.93%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218319800.860.550.15338.575.148.82
HexDA1F6205637F1534b31
Octal332371420126671752311361
Binary110110101111111000100101011011011111111010100111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da1f62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da1f62; }

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

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

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

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

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

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

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

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