Shades of Roman #DD6663
Tints of Roman #DD6663
RGB
CMYK
RGB Variations
Color information
#DD6663 (or 0xDD6663) is known color: Roman. HEX triplet: DD, 66 and 63. RGB value is (221,102,99). Sum of RGB (Red+Green+Blue) = 221+102+99=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 99 (39.06% from 255 or 23.46% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6663 is #22999C. Grayscale: #898989. Windows color (decimal): -2267549 or 6514397. OLE color: 6514397.
HSL color Cylindrical-coordinate representation of color #DD6663: hue angle of 1.48º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD6663 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 99 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.13 |
| HSL | 1.48º | 0.64% | 0.63% | - |
| HSV(B) | 1.48º | 0.55% | 0.87% | - |
| XYZ | 36.82 | 25.78 | 14.84 | - |
| YUV | 137.24 | 106.42 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 99 | 0 | 0.54 | 0.55 | 0.13 | 1.48 | 0.64 | 0.63 |
| Hex | DD | 66 | 63 | 0 | 36 | 37 | D | 1 | 40 | 3F |
| Octal | 335 | 146 | 143 | 0 | 66 | 67 | 15 | 1 | 100 | 77 |
| Binary | 11011101 | 1100110 | 1100011 | 0 | 110110 | 110111 | 1101 | 1 | 1000000 | 111111 |
Color Harmonies of #DD6663
Complementary color
Monochromatic Colors of #DD6663
Black with #DD6663
Text Example
Text Example
White with #DD6663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6663; }
p { color: rgb(221,102,99); }
H1.HeaderClassName
{
color: #DD6663;
}
.AnyTagClassName
{
color: #DD6663;
}
</style>
background-color css
<style>
a { background-color: #DD6663; }
a { background-color: rgb(221,102,99); }
div.DivClassName
{
background-color: #DD6663;
}
.BgClassName
{
background-color: #DD6663;
}
</style>
border-color css
<style>
span { border-color: #DD6663; }
span { border-color: rgb(221,102,99); }
td.TdClassName
{
border-color: #DD6663;
}
.TagClassName
{
border-color: #DD6663;
}
</style>