Shades of Roman #DE6B61
Tints of Roman #DE6B61
RGB
CMYK
RGB Variations
Color information
#DE6B61 (or 0xDE6B61) is known color: Roman. HEX triplet: DE, 6B and 61. RGB value is (222,107,97). Sum of RGB (Red+Green+Blue) = 222+107+97=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6B61 is #21949E. Grayscale: #8C8C8C. Windows color (decimal): -2200735 or 6384606. OLE color: 6384606.
HSL color Cylindrical-coordinate representation of color #DE6B61: hue angle of 4.8º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DE6B61 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 107 | 97 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.13 |
| HSL | 4.8º | 0.65% | 0.63% | - |
| HSV(B) | 4.8º | 0.56% | 0.87% | - |
| XYZ | 37.54 | 26.91 | 14.52 | - |
| YUV | 140.25 | 103.6 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 107 | 97 | 0 | 0.52 | 0.56 | 0.13 | 4.8 | 0.65 | 0.63 |
| Hex | DE | 6B | 61 | 0 | 34 | 38 | D | 5 | 41 | 3F |
| Octal | 336 | 153 | 141 | 0 | 64 | 70 | 15 | 5 | 101 | 77 |
| Binary | 11011110 | 1101011 | 1100001 | 0 | 110100 | 111000 | 1101 | 101 | 1000001 | 111111 |
Color Harmonies of #DE6B61
Complementary color
Monochromatic Colors of #DE6B61
Black with #DE6B61
Text Example
Text Example
White with #DE6B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6B61; }
p { color: rgb(222,107,97); }
H1.HeaderClassName
{
color: #DE6B61;
}
.AnyTagClassName
{
color: #DE6B61;
}
</style>
background-color css
<style>
a { background-color: #DE6B61; }
a { background-color: rgb(222,107,97); }
div.DivClassName
{
background-color: #DE6B61;
}
.BgClassName
{
background-color: #DE6B61;
}
</style>
border-color css
<style>
span { border-color: #DE6B61; }
span { border-color: rgb(222,107,97); }
td.TdClassName
{
border-color: #DE6B61;
}
.TagClassName
{
border-color: #DE6B61;
}
</style>