Shades of Ruby #DD1452
Tints of Ruby #DD1452
RGB
CMYK
RGB Variations
Color information
#DD1452 (or 0xDD1452) is known color: Ruby. HEX triplet: DD, 14 and 52. RGB value is (221,20,82). Sum of RGB (Red+Green+Blue) = 221+20+82=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1452 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1452 is #22EBAD. Grayscale: #575757. Windows color (decimal): -2288558 or 5379293. OLE color: 5379293.
HSL color Cylindrical-coordinate representation of color #DD1452: hue angle of 341.49º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD1452 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 82 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.13 |
| HSL | 341.49º | 0.83% | 0.47% | - |
| HSV(B) | 341.49º | 0.91% | 0.87% | - |
| XYZ | 31.59 | 16.48 | 9.5 | - |
| YUV | 87.17 | 125.09 | 223.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 82 | 0 | 0.91 | 0.63 | 0.13 | 341.49 | 0.83 | 0.47 |
| Hex | DD | 14 | 52 | 0 | 5B | 3F | D | 155 | 53 | 2F |
| Octal | 335 | 24 | 122 | 0 | 133 | 77 | 15 | 525 | 123 | 57 |
| Binary | 11011101 | 10100 | 1010010 | 0 | 1011011 | 111111 | 1101 | 101010101 | 1010011 | 101111 |
Color Harmonies of #DD1452
Complementary color
Monochromatic Colors of #DD1452
Black with #DD1452
Text Example
Text Example
White with #DD1452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1452; }
p { color: rgb(221,20,82); }
H1.HeaderClassName
{
color: #DD1452;
}
.AnyTagClassName
{
color: #DD1452;
}
</style>
background-color css
<style>
a { background-color: #DD1452; }
a { background-color: rgb(221,20,82); }
div.DivClassName
{
background-color: #DD1452;
}
.BgClassName
{
background-color: #DD1452;
}
</style>
border-color css
<style>
span { border-color: #DD1452; }
span { border-color: rgb(221,20,82); }
td.TdClassName
{
border-color: #DD1452;
}
.TagClassName
{
border-color: #DD1452;
}
</style>