#DD1553

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

Shades of Ruby #DD1553

Tints of Ruby #DD1553

Color information

#DD1553 (or 0xDD1553) is unknown color: approx Ruby. HEX triplet: DD, 15 and 53. RGB value is (221,21,83). Sum of RGB (Red+Green+Blue) = 221+21+83=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1553 is #22EAAC. Grayscale: #575757. Windows color (decimal): -2288301 or 5445085. OLE color: 5445085.

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

Color convert

RGB2212183-
CMYK00.900.620.13
HSL341.4º82.64%47.45%-
HSV(B)341.4º90.5%86.67%-
XYZ31.6516.539.71-
YUV87.87125.26222.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 68%
GREEN value IS 21 (8.59% from 255) = 6.46%
BLUE value IS 83 (32.81% from 255) = 25.54%
R=68%
G=6.46%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221218300.900.620.13341.482.6447.45
HexDD155305A3ED155532f
Octal335251230132761552512357
Binary110111011010110100110101101011111011011010101011010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1553; }

 p { color: rgb(221,21,83); }

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

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

 a { background-color: rgb(221,21,83); }

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

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

 span { border-color: rgb(221,21,83); }

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