Shades of Roman #DF6865
Tints of Roman #DF6865
RGB
CMYK
RGB Variations
Color information
#DF6865 (or 0xDF6865) is known color: Roman. HEX triplet: DF, 68 and 65. RGB value is (223,104,101). Sum of RGB (Red+Green+Blue) = 223+104+101=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 101 (39.84% from 255 or 23.60% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6865 is #20979A. Grayscale: #8B8B8B. Windows color (decimal): -2135963 or 6645983. OLE color: 6645983.
HSL color Cylindrical-coordinate representation of color #DF6865: hue angle of 1.48º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF6865 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 101 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.13 |
| HSL | 1.48º | 0.66% | 0.64% | - |
| HSV(B) | 1.48º | 0.55% | 0.87% | - |
| XYZ | 37.73 | 26.53 | 15.44 | - |
| YUV | 139.24 | 106.42 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 101 | 0 | 0.53 | 0.55 | 0.13 | 1.48 | 0.66 | 0.64 |
| Hex | DF | 68 | 65 | 0 | 35 | 37 | D | 1 | 42 | 40 |
| Octal | 337 | 150 | 145 | 0 | 65 | 67 | 15 | 1 | 102 | 100 |
| Binary | 11011111 | 1101000 | 1100101 | 0 | 110101 | 110111 | 1101 | 1 | 1000010 | 1000000 |
Color Harmonies of #DF6865
Complementary color
Monochromatic Colors of #DF6865
Black with #DF6865
Text Example
Text Example
White with #DF6865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6865; }
p { color: rgb(223,104,101); }
H1.HeaderClassName
{
color: #DF6865;
}
.AnyTagClassName
{
color: #DF6865;
}
</style>
background-color css
<style>
a { background-color: #DF6865; }
a { background-color: rgb(223,104,101); }
div.DivClassName
{
background-color: #DF6865;
}
.BgClassName
{
background-color: #DF6865;
}
</style>
border-color css
<style>
span { border-color: #DF6865; }
span { border-color: rgb(223,104,101); }
td.TdClassName
{
border-color: #DF6865;
}
.TagClassName
{
border-color: #DF6865;
}
</style>