#DD1E5A

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

Shades of Ruby #DD1E5A

Tints of Ruby #DD1E5A

Color information

#DD1E5A (or 0xDD1E5A) is unknown color: approx Ruby. HEX triplet: DD, 1E and 5A. RGB value is (221,30,90). Sum of RGB (Red+Green+Blue) = 221+30+90=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1E5A is #22E1A5. Grayscale: #5D5D5D. Windows color (decimal): -2285990 or 5906141. OLE color: 5906141.

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

Color convert

RGB2213090-
CMYK00.860.590.13
HSL341.15º76.1%49.22%-
HSV(B)341.15º86.43%86.67%-
XYZ32.1317.0411.27-
YUV93.95125.78218.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 64.81%
GREEN value IS 30 (12.11% from 255) = 8.80%
BLUE value IS 90 (35.55% from 255) = 26.39%
R=64.81%
G=8.80%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221309000.860.590.13341.1576.149.22
HexDD1E5A0563BD1554c31
Octal335361320126731552511461
Binary110111011111010110100101011011101111011010101011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1E5A; }

 p { color: rgb(221,30,90); }

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

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

 a { background-color: rgb(221,30,90); }

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

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

 span { border-color: rgb(221,30,90); }

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