Shades of Roman #DD6660
Tints of Roman #DD6660
RGB
CMYK
RGB Variations
Color information
#DD6660 (or 0xDD6660) is known color: Roman. HEX triplet: DD, 66 and 60. RGB value is (221,102,96). Sum of RGB (Red+Green+Blue) = 221+102+96=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6660 is #22999F. Grayscale: #898989. Windows color (decimal): -2267552 or 6317789. OLE color: 6317789.
HSL color Cylindrical-coordinate representation of color #DD6660: hue angle of 2.88º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD6660 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 96 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.13 |
| HSL | 2.88º | 0.65% | 0.62% | - |
| HSV(B) | 2.88º | 0.57% | 0.87% | - |
| XYZ | 36.68 | 25.72 | 14.1 | - |
| YUV | 136.9 | 104.92 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 96 | 0 | 0.54 | 0.57 | 0.13 | 2.88 | 0.65 | 0.62 |
| Hex | DD | 66 | 60 | 0 | 36 | 39 | D | 3 | 41 | 3E |
| Octal | 335 | 146 | 140 | 0 | 66 | 71 | 15 | 3 | 101 | 76 |
| Binary | 11011101 | 1100110 | 1100000 | 0 | 110110 | 111001 | 1101 | 11 | 1000001 | 111110 |
Color Harmonies of #DD6660
Complementary color
Monochromatic Colors of #DD6660
Black with #DD6660
Text Example
Text Example
White with #DD6660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6660; }
p { color: rgb(221,102,96); }
H1.HeaderClassName
{
color: #DD6660;
}
.AnyTagClassName
{
color: #DD6660;
}
</style>
background-color css
<style>
a { background-color: #DD6660; }
a { background-color: rgb(221,102,96); }
div.DivClassName
{
background-color: #DD6660;
}
.BgClassName
{
background-color: #DD6660;
}
</style>
border-color css
<style>
span { border-color: #DD6660; }
span { border-color: rgb(221,102,96); }
td.TdClassName
{
border-color: #DD6660;
}
.TagClassName
{
border-color: #DD6660;
}
</style>