#DD1257

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

Shades of Ruby #DD1257

Tints of Ruby #DD1257

Color information

#DD1257 (or 0xDD1257) is unknown color: approx Ruby. HEX triplet: DD, 12 and 57. RGB value is (221,18,87). Sum of RGB (Red+Green+Blue) = 221+18+87=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 87 (34.38% from 255 or 26.69% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1257 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1257 is #22EDA8. Grayscale: #565656. Windows color (decimal): -2289065 or 5706461. OLE color: 5706461.

HSL color Cylindrical-coordinate representation of color #DD1257: hue angle of 339.61º 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 #DD1257 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB2211887-
CMYK00.920.610.13
HSL339.61º84.94%46.86%-
HSV(B)339.61º91.86%86.67%-
XYZ31.7616.4910.53-
YUV86.56128.25223.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 67.79%
GREEN value IS 18 (7.42% from 255) = 5.52%
BLUE value IS 87 (34.38% from 255) = 26.69%
R=67.79%
G=5.52%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221188700.920.610.13339.6184.9446.86
HexDD125705C3DD154552f
Octal335221270134751552412557
Binary110111011001010101110101110011110111011010101001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1257; }

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

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

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

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

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

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

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

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