Shades of Roman #DE6358
Tints of Roman #DE6358
RGB
CMYK
RGB Variations
Color information
#DE6358 (or 0xDE6358) is known color: Roman. HEX triplet: DE, 63 and 58. RGB value is (222,99,88). Sum of RGB (Red+Green+Blue) = 222+99+88=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6358 is #219CA7. Grayscale: #868686. Windows color (decimal): -2202792 or 5792734. OLE color: 5792734.
HSL color Cylindrical-coordinate representation of color #DE6358: hue angle of 4.93º 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 #DE6358 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 99 | 88 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.13 |
| HSL | 4.93º | 0.67% | 0.61% | - |
| HSV(B) | 4.93º | 0.6% | 0.87% | - |
| XYZ | 36.35 | 25.16 | 12.17 | - |
| YUV | 134.52 | 101.75 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 99 | 88 | 0 | 0.55 | 0.60 | 0.13 | 4.93 | 0.67 | 0.61 |
| Hex | DE | 63 | 58 | 0 | 37 | 3C | D | 5 | 43 | 3D |
| Octal | 336 | 143 | 130 | 0 | 67 | 74 | 15 | 5 | 103 | 75 |
| Binary | 11011110 | 1100011 | 1011000 | 0 | 110111 | 111100 | 1101 | 101 | 1000011 | 111101 |
Color Harmonies of #DE6358
Complementary color
Monochromatic Colors of #DE6358
Black with #DE6358
Text Example
Text Example
White with #DE6358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6358; }
p { color: rgb(222,99,88); }
H1.HeaderClassName
{
color: #DE6358;
}
.AnyTagClassName
{
color: #DE6358;
}
</style>
background-color css
<style>
a { background-color: #DE6358; }
a { background-color: rgb(222,99,88); }
div.DivClassName
{
background-color: #DE6358;
}
.BgClassName
{
background-color: #DE6358;
}
</style>
border-color css
<style>
span { border-color: #DE6358; }
span { border-color: rgb(222,99,88); }
td.TdClassName
{
border-color: #DE6358;
}
.TagClassName
{
border-color: #DE6358;
}
</style>