#dd1c57

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

Shades of Ruby #DD1C57

Tints of Ruby #DD1C57

Color information

#DD1C57 (or 0xDD1C57) is unknown color: approx Ruby. HEX triplet: DD, 1C and 57. RGB value is (221,28,87). Sum of RGB (Red+Green+Blue) = 221+28+87=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1C57 is #22E3A8. Grayscale: #5C5C5C. Windows color (decimal): -2286505 or 5709021. OLE color: 5709021.

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

Color convert

RGB2212887-
CMYK00.870.610.13
HSL341.66º77.51%48.82%-
HSV(B)341.66º87.33%86.67%-
XYZ31.9516.8910.59-
YUV92.43124.94219.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 65.77%
GREEN value IS 28 (11.33% from 255) = 8.33%
BLUE value IS 87 (34.38% from 255) = 25.89%
R=65.77%
G=8.33%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221288700.870.610.13341.6677.5148.82
HexDD1C570573DD1564e31
Octal335341270127751552611661
Binary110111011110010101110101011111110111011010101101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd1c57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd1c57; }

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

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

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

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

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

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

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

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