#DF0675

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

Shades of Ruby #DF0675

Tints of Ruby #DF0675

Color information

#DF0675 (or 0xDF0675) is unknown color: approx Ruby. HEX triplet: DF, 06 and 75. RGB value is (223,6,117). Sum of RGB (Red+Green+Blue) = 223+6+117=346 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.45% from 346); Green value is 6 (2.73% from 255 or 1.73% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0675 is #20F98A. Grayscale: #535353. Windows color (decimal): -2161035 or 7669471. OLE color: 7669471.

HSL color Cylindrical-coordinate representation of color #DF0675: hue angle of 329.31º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF0675 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB2236117-
CMYK00.970.480.13
HSL329.31º94.76%44.9%-
HSV(B)329.31º97.31%87.45%-
XYZ33.7117.118.35-
YUV83.54146.89227.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 64.45%
GREEN value IS 6 (2.73% from 255) = 1.73%
BLUE value IS 117 (46.09% from 255) = 33.82%
R=64.45%
G=1.73%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223611700.970.480.13329.3194.7644.9
HexDF67506130D1495f2d
Octal33761650141601551113755
Binary1101111111011101010110000111000011011010010011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0675; }

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

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

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

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

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

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

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

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