#DD0F76

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

Shades of Ruby #DD0F76

Tints of Ruby #DD0F76

Color information

#DD0F76 (or 0xDD0F76) is unknown color: approx Ruby. HEX triplet: DD, 0F and 76. RGB value is (221,15,118). Sum of RGB (Red+Green+Blue) = 221+15+118=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 15 (6.25% from 255 or 4.24% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0F76 is #22F089. Grayscale: #585858. Windows color (decimal): -2289802 or 7737309. OLE color: 7737309.

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

Color convert

RGB22115118-
CMYK00.930.470.13
HSL330º87.29%46.27%-
HSV(B)330º93.21%86.67%-
XYZ33.2617.0218.67-
YUV88.34144.75222.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 62.43%
GREEN value IS 15 (6.25% from 255) = 4.24%
BLUE value IS 118 (46.48% from 255) = 33.33%
R=62.43%
G=4.24%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211511800.930.470.1333087.2946.27
HexDDF7605D2FD14a572e
Octal335171660135571551212756
Binary11011101111111101100101110110111111011010010101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0F76; }

 p { color: rgb(221,15,118); }

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

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

 a { background-color: rgb(221,15,118); }

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

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

 span { border-color: rgb(221,15,118); }

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