#df1c62

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

Shades of Ruby #DF1C62

Tints of Ruby #DF1C62

Color information

#DF1C62 (or 0xDF1C62) is unknown color: approx Ruby. HEX triplet: DF, 1C and 62. RGB value is (223,28,98). Sum of RGB (Red+Green+Blue) = 223+28+98=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF1C62 is #20E39D. Grayscale: #5E5E5E. Windows color (decimal): -2155422 or 6429919. OLE color: 6429919.

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

Color convert

RGB2232898-
CMYK00.870.560.13
HSL338.46º77.69%49.22%-
HSV(B)338.46º87.44%87.45%-
XYZ33.0517.413.17-
YUV94.28130.1219.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 63.90%
GREEN value IS 28 (11.33% from 255) = 8.02%
BLUE value IS 98 (38.67% from 255) = 28.08%
R=63.90%
G=8.02%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223289800.870.560.13338.4677.6949.22
HexDF1C6205738D1524e31
Octal337341420127701552211661
Binary110111111110011000100101011111100011011010100101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df1c62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df1c62; }

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

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

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

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

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

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

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

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