#DF0376

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

Shades of Ruby #DF0376

Tints of Ruby #DF0376

Color information

#DF0376 (or 0xDF0376) is unknown color: approx Ruby. HEX triplet: DF, 03 and 76. RGB value is (223,3,118). Sum of RGB (Red+Green+Blue) = 223+3+118=344 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.83% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0376 is #20FC89. Grayscale: #515151. Windows color (decimal): -2161802 or 7734239. OLE color: 7734239.

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

Color convert

RGB2233118-
CMYK00.990.470.13
HSL328.64º97.35%44.31%-
HSV(B)328.64º98.65%87.45%-
XYZ33.7317.0618.65-
YUV81.89148.39228.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 64.83%
GREEN value IS 3 (1.56% from 255) = 0.87%
BLUE value IS 118 (46.48% from 255) = 34.30%
R=64.83%
G=0.87%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223311800.990.470.13328.6497.3544.31
HexDF3760632FD149612c
Octal33731660143571551114154
Binary110111111111101100110001110111111011010010011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0376; }

 p { color: rgb(223,3,118); }

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

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

 a { background-color: rgb(223,3,118); }

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

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

 span { border-color: rgb(223,3,118); }

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