Shades of Roman #DE6658
Tints of Roman #DE6658
RGB
CMYK
RGB Variations
Color information
#DE6658 (or 0xDE6658) is known color: Roman. HEX triplet: DE, 66 and 58. RGB value is (222,102,88). Sum of RGB (Red+Green+Blue) = 222+102+88=412 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.88% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 88 (34.77% from 255 or 21.36% from 412); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6658 is #2199A7. Grayscale: #888888. Windows color (decimal): -2202024 or 5793502. OLE color: 5793502.
HSL color Cylindrical-coordinate representation of color #DE6658: hue angle of 6.27º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DE6658 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 102 | 88 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.13 |
| HSL | 6.27º | 0.67% | 0.61% | - |
| HSV(B) | 6.27º | 0.6% | 0.87% | - |
| XYZ | 36.64 | 25.74 | 12.27 | - |
| YUV | 136.28 | 100.76 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 102 | 88 | 0 | 0.54 | 0.60 | 0.13 | 6.27 | 0.67 | 0.61 |
| Hex | DE | 66 | 58 | 0 | 36 | 3C | D | 6 | 43 | 3D |
| Octal | 336 | 146 | 130 | 0 | 66 | 74 | 15 | 6 | 103 | 75 |
| Binary | 11011110 | 1100110 | 1011000 | 0 | 110110 | 111100 | 1101 | 110 | 1000011 | 111101 |
Color Harmonies of #DE6658
Complementary color
Monochromatic Colors of #DE6658
Black with #DE6658
Text Example
Text Example
White with #DE6658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6658; }
p { color: rgb(222,102,88); }
H1.HeaderClassName
{
color: #DE6658;
}
.AnyTagClassName
{
color: #DE6658;
}
</style>
background-color css
<style>
a { background-color: #DE6658; }
a { background-color: rgb(222,102,88); }
div.DivClassName
{
background-color: #DE6658;
}
.BgClassName
{
background-color: #DE6658;
}
</style>
border-color css
<style>
span { border-color: #DE6658; }
span { border-color: rgb(222,102,88); }
td.TdClassName
{
border-color: #DE6658;
}
.TagClassName
{
border-color: #DE6658;
}
</style>