#DF0E61

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

Shades of Ruby #DF0E61

Tints of Ruby #DF0E61

Color information

#DF0E61 (or 0xDF0E61) is unknown color: approx Ruby. HEX triplet: DF, 0E and 61. RGB value is (223,14,97). Sum of RGB (Red+Green+Blue) = 223+14+97=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 14 (5.86% from 255 or 4.19% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0E61 is #20F19E. Grayscale: #555555. Windows color (decimal): -2159007 or 6360799. OLE color: 6360799.

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

Color convert

RGB2231497-
CMYK00.940.570.13
HSL336.17º88.19%46.47%-
HSV(B)336.17º93.72%87.45%-
XYZ32.7516.8712.84-
YUV85.95134.24225.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 66.77%
GREEN value IS 14 (5.86% from 255) = 4.19%
BLUE value IS 97 (38.28% from 255) = 29.04%
R=66.77%
G=4.19%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223149700.940.570.13336.1788.1946.47
HexDFE6105E39D150582e
Octal337161410136711552013056
Binary11011111111011000010101111011100111011010100001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0E61; }

 p { color: rgb(223,14,97); }

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

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

 a { background-color: rgb(223,14,97); }

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

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

 span { border-color: rgb(223,14,97); }

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