Shades of Roman #DE6666
Tints of Roman #DE6666
RGB
CMYK
RGB Variations
Color information
#DE6666 (or 0xDE6666) is known color: Roman. HEX triplet: DE, 66 and 66. RGB value is (222,102,102). Sum of RGB (Red+Green+Blue) = 222+102+102=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6666 is #219999. Grayscale: #8A8A8A. Windows color (decimal): -2202010 or 6711006. OLE color: 6711006.
HSL color Cylindrical-coordinate representation of color #DE6666: hue angle of 0º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DE6666 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 102 | 102 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.13 |
| HSL | 0º | 0.65% | 0.64% | - |
| HSV(B) | 0º | 0.54% | 0.87% | - |
| XYZ | 37.27 | 25.99 | 15.62 | - |
| YUV | 137.88 | 107.76 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 102 | 102 | 0 | 0.54 | 0.54 | 0.13 | 0 | 0.65 | 0.64 |
| Hex | DE | 66 | 66 | 0 | 36 | 36 | D | 0 | 41 | 40 |
| Octal | 336 | 146 | 146 | 0 | 66 | 66 | 15 | 0 | 101 | 100 |
| Binary | 11011110 | 1100110 | 1100110 | 0 | 110110 | 110110 | 1101 | 0 | 1000001 | 1000000 |
Color Harmonies of #DE6666
Complementary color
Monochromatic Colors of #DE6666
Black with #DE6666
Text Example
Text Example
White with #DE6666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6666; }
p { color: rgb(222,102,102); }
H1.HeaderClassName
{
color: #DE6666;
}
.AnyTagClassName
{
color: #DE6666;
}
</style>
background-color css
<style>
a { background-color: #DE6666; }
a { background-color: rgb(222,102,102); }
div.DivClassName
{
background-color: #DE6666;
}
.BgClassName
{
background-color: #DE6666;
}
</style>
border-color css
<style>
span { border-color: #DE6666; }
span { border-color: rgb(222,102,102); }
td.TdClassName
{
border-color: #DE6666;
}
.TagClassName
{
border-color: #DE6666;
}
</style>