#DD1260

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

Shades of Ruby #DD1260

Tints of Ruby #DD1260

Color information

#DD1260 (or 0xDD1260) is unknown color: approx Ruby. HEX triplet: DD, 12 and 60. RGB value is (221,18,96). Sum of RGB (Red+Green+Blue) = 221+18+96=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1260 is #22ED9F. Grayscale: #575757. Windows color (decimal): -2289056 or 6296285. OLE color: 6296285.

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

Color convert

RGB2211896-
CMYK00.920.570.13
HSL336.95º84.94%46.86%-
HSV(B)336.95º91.86%86.67%-
XYZ32.1516.6512.59-
YUV87.59132.75223.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 65.97%
GREEN value IS 18 (7.42% from 255) = 5.37%
BLUE value IS 96 (37.89% from 255) = 28.66%
R=65.97%
G=5.37%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221189600.920.570.13336.9584.9446.86
HexDD126005C39D151552f
Octal335221400134711552112557
Binary110111011001011000000101110011100111011010100011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1260; }

 p { color: rgb(221,18,96); }

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

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

 a { background-color: rgb(221,18,96); }

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

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

 span { border-color: rgb(221,18,96); }

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