Shades of Roman #DF6968
Tints of Roman #DF6968
RGB
CMYK
RGB Variations
Color information
#DF6968 (or 0xDF6968) is known color: Roman. HEX triplet: DF, 69 and 68. RGB value is (223,105,104). Sum of RGB (Red+Green+Blue) = 223+105+104=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6968 is #209697. Grayscale: #8C8C8C. Windows color (decimal): -2135704 or 6842847. OLE color: 6842847.
HSL color Cylindrical-coordinate representation of color #DF6968: hue angle of 0.5º degrees, saturation: 0.65, 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 #DF6968 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 104 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.13 |
| HSL | 0.5º | 0.65% | 0.64% | - |
| HSV(B) | 0.5º | 0.53% | 0.87% | - |
| XYZ | 37.98 | 26.79 | 16.27 | - |
| YUV | 140.17 | 107.59 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 104 | 0 | 0.53 | 0.53 | 0.13 | 0.5 | 0.65 | 0.64 |
| Hex | DF | 69 | 68 | 0 | 35 | 35 | D | 1 | 41 | 40 |
| Octal | 337 | 151 | 150 | 0 | 65 | 65 | 15 | 1 | 101 | 100 |
| Binary | 11011111 | 1101001 | 1101000 | 0 | 110101 | 110101 | 1101 | 1 | 1000001 | 1000000 |
Color Harmonies of #DF6968
Complementary color
Monochromatic Colors of #DF6968
Black with #DF6968
Text Example
Text Example
White with #DF6968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6968; }
p { color: rgb(223,105,104); }
H1.HeaderClassName
{
color: #DF6968;
}
.AnyTagClassName
{
color: #DF6968;
}
</style>
background-color css
<style>
a { background-color: #DF6968; }
a { background-color: rgb(223,105,104); }
div.DivClassName
{
background-color: #DF6968;
}
.BgClassName
{
background-color: #DF6968;
}
</style>
border-color css
<style>
span { border-color: #DF6968; }
span { border-color: rgb(223,105,104); }
td.TdClassName
{
border-color: #DF6968;
}
.TagClassName
{
border-color: #DF6968;
}
</style>