#DF1A62

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

Shades of Ruby #DF1A62

Tints of Ruby #DF1A62

Color information

#DF1A62 (or 0xDF1A62) is unknown color: approx Ruby. HEX triplet: DF, 1A and 62. RGB value is (223,26,98). Sum of RGB (Red+Green+Blue) = 223+26+98=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF1A62 is #20E59D. Grayscale: #5D5D5D. Windows color (decimal): -2155934 or 6429407. OLE color: 6429407.

HSL color Cylindrical-coordinate representation of color #DF1A62: hue angle of 338.07º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1A62 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB2232698-
CMYK00.880.560.13
HSL338.07º79.12%48.82%-
HSV(B)338.07º88.34%87.45%-
XYZ33.0117.3113.16-
YUV93.11130.77220.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 64.27%
GREEN value IS 26 (10.55% from 255) = 7.49%
BLUE value IS 98 (38.67% from 255) = 28.24%
R=64.27%
G=7.49%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223269800.880.560.13338.0779.1248.82
HexDF1A6205838D1524f31
Octal337321420130701552211761
Binary110111111101011000100101100011100011011010100101001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1A62; }

 p { color: rgb(223,26,98); }

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

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

 a { background-color: rgb(223,26,98); }

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

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

 span { border-color: rgb(223,26,98); }

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