Shades of Ruby #DD1C6A
Tints of Ruby #DD1C6A
RGB
CMYK
RGB Variations
Color information
#DD1C6A (or 0xDD1C6A) is known color: Ruby. HEX triplet: DD, 1C and 6A. RGB value is (221,28,106). Sum of RGB (Red+Green+Blue) = 221+28+106=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 28 (11.33% from 255 or 7.89% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1C6A is #22E395. Grayscale: #5E5E5E. Windows color (decimal): -2286486 or 6954205. OLE color: 6954205.
HSL color Cylindrical-coordinate representation of color #DD1C6A: hue angle of 335.75º 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 #DD1C6A is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 28 | 106 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.13 |
| HSL | 335.75º | 0.78% | 0.49% | - |
| HSV(B) | 335.75º | 0.87% | 0.87% | - |
| XYZ | 32.84 | 17.24 | 15.23 | - |
| YUV | 94.6 | 134.44 | 218.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 106 | 0 | 0.87 | 0.52 | 0.13 | 335.75 | 0.78 | 0.49 |
| Hex | DD | 1C | 6A | 0 | 57 | 34 | D | 150 | 4E | 31 |
| Octal | 335 | 34 | 152 | 0 | 127 | 64 | 15 | 520 | 116 | 61 |
| Binary | 11011101 | 11100 | 1101010 | 0 | 1010111 | 110100 | 1101 | 101010000 | 1001110 | 110001 |
Color Harmonies of #DD1C6A
Complementary color
Monochromatic Colors of #DD1C6A
Black with #DD1C6A
Text Example
Text Example
White with #DD1C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1C6A; }
p { color: rgb(221,28,106); }
H1.HeaderClassName
{
color: #DD1C6A;
}
.AnyTagClassName
{
color: #DD1C6A;
}
</style>
background-color css
<style>
a { background-color: #DD1C6A; }
a { background-color: rgb(221,28,106); }
div.DivClassName
{
background-color: #DD1C6A;
}
.BgClassName
{
background-color: #DD1C6A;
}
</style>
border-color css
<style>
span { border-color: #DD1C6A; }
span { border-color: rgb(221,28,106); }
td.TdClassName
{
border-color: #DD1C6A;
}
.TagClassName
{
border-color: #DD1C6A;
}
</style>