#DF0D75

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

Shades of Ruby #DF0D75

Tints of Ruby #DF0D75

Color information

#DF0D75 (or 0xDF0D75) is unknown color: approx Ruby. HEX triplet: DF, 0D and 75. RGB value is (223,13,117). Sum of RGB (Red+Green+Blue) = 223+13+117=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0D75 is #20F28A. Grayscale: #575757. Windows color (decimal): -2159243 or 7671263. OLE color: 7671263.

HSL color Cylindrical-coordinate representation of color #DF0D75: hue angle of 330.29º degrees, saturation: 0.89, 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 #DF0D75 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB22313117-
CMYK00.940.480.13
HSL330.29º88.98%46.27%-
HSV(B)330.29º94.17%87.45%-
XYZ33.7917.2618.38-
YUV87.65144.57224.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 63.17%
GREEN value IS 13 (5.47% from 255) = 3.68%
BLUE value IS 117 (46.09% from 255) = 33.14%
R=63.17%
G=3.68%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231311700.940.480.13330.2988.9846.27
HexDFD7505E30D14a592e
Octal337151650136601551213156
Binary11011111110111101010101111011000011011010010101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0D75; }

 p { color: rgb(223,13,117); }

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

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

 a { background-color: rgb(223,13,117); }

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

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

 span { border-color: rgb(223,13,117); }

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