Shades of Roman #DE6C68
Tints of Roman #DE6C68
RGB
CMYK
RGB Variations
Color information
#DE6C68 (or 0xDE6C68) is known color: Roman. HEX triplet: DE, 6C and 68. RGB value is (222,108,104). Sum of RGB (Red+Green+Blue) = 222+108+104=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6C68 is #219397. Grayscale: #8D8D8D. Windows color (decimal): -2200472 or 6843614. OLE color: 6843614.
HSL color Cylindrical-coordinate representation of color #DE6C68: hue angle of 2.03º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DE6C68 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 108 | 104 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.13 |
| HSL | 2.03º | 0.64% | 0.64% | - |
| HSV(B) | 2.03º | 0.53% | 0.87% | - |
| XYZ | 37.99 | 27.25 | 16.36 | - |
| YUV | 141.63 | 106.77 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 108 | 104 | 0 | 0.51 | 0.53 | 0.13 | 2.03 | 0.64 | 0.64 |
| Hex | DE | 6C | 68 | 0 | 33 | 35 | D | 2 | 40 | 40 |
| Octal | 336 | 154 | 150 | 0 | 63 | 65 | 15 | 2 | 100 | 100 |
| Binary | 11011110 | 1101100 | 1101000 | 0 | 110011 | 110101 | 1101 | 10 | 1000000 | 1000000 |
Color Harmonies of #DE6C68
Complementary color
Monochromatic Colors of #DE6C68
Black with #DE6C68
Text Example
Text Example
White with #DE6C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6C68; }
p { color: rgb(222,108,104); }
H1.HeaderClassName
{
color: #DE6C68;
}
.AnyTagClassName
{
color: #DE6C68;
}
</style>
background-color css
<style>
a { background-color: #DE6C68; }
a { background-color: rgb(222,108,104); }
div.DivClassName
{
background-color: #DE6C68;
}
.BgClassName
{
background-color: #DE6C68;
}
</style>
border-color css
<style>
span { border-color: #DE6C68; }
span { border-color: rgb(222,108,104); }
td.TdClassName
{
border-color: #DE6C68;
}
.TagClassName
{
border-color: #DE6C68;
}
</style>