Shades of Roman #DE6866
Tints of Roman #DE6866
RGB
CMYK
RGB Variations
Color information
#DE6866 (or 0xDE6866) is known color: Roman. HEX triplet: DE, 68 and 66. RGB value is (222,104,102). Sum of RGB (Red+Green+Blue) = 222+104+102=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6866 is #219799. Grayscale: #8B8B8B. Windows color (decimal): -2201498 or 6711518. OLE color: 6711518.
HSL color Cylindrical-coordinate representation of color #DE6866: hue angle of 1º 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 #DE6866 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 104 | 102 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.13 |
| HSL | 1º | 0.65% | 0.64% | - |
| HSV(B) | 1º | 0.54% | 0.87% | - |
| XYZ | 37.47 | 26.39 | 15.69 | - |
| YUV | 139.05 | 107.09 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 104 | 102 | 0 | 0.53 | 0.54 | 0.13 | 1 | 0.65 | 0.64 |
| Hex | DE | 68 | 66 | 0 | 35 | 36 | D | 1 | 41 | 40 |
| Octal | 336 | 150 | 146 | 0 | 65 | 66 | 15 | 1 | 101 | 100 |
| Binary | 11011110 | 1101000 | 1100110 | 0 | 110101 | 110110 | 1101 | 1 | 1000001 | 1000000 |
Color Harmonies of #DE6866
Complementary color
Monochromatic Colors of #DE6866
Black with #DE6866
Text Example
Text Example
White with #DE6866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6866; }
p { color: rgb(222,104,102); }
H1.HeaderClassName
{
color: #DE6866;
}
.AnyTagClassName
{
color: #DE6866;
}
</style>
background-color css
<style>
a { background-color: #DE6866; }
a { background-color: rgb(222,104,102); }
div.DivClassName
{
background-color: #DE6866;
}
.BgClassName
{
background-color: #DE6866;
}
</style>
border-color css
<style>
span { border-color: #DE6866; }
span { border-color: rgb(222,104,102); }
td.TdClassName
{
border-color: #DE6866;
}
.TagClassName
{
border-color: #DE6866;
}
</style>