Shades of Roman #DF6565
Tints of Roman #DF6565
RGB
CMYK
RGB Variations
Color information
#DF6565 (or 0xDF6565) is known color: Roman. HEX triplet: DF, 65 and 65. RGB value is (223,101,101). Sum of RGB (Red+Green+Blue) = 223+101+101=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6565 is #209A9A. Grayscale: #898989. Windows color (decimal): -2136731 or 6645215. OLE color: 6645215.
HSL color Cylindrical-coordinate representation of color #DF6565: hue angle of 0º 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 #DF6565 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 101 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.13 |
| HSL | 0º | 0.66% | 0.64% | - |
| HSV(B) | 0º | 0.55% | 0.87% | - |
| XYZ | 37.43 | 25.93 | 15.34 | - |
| YUV | 137.48 | 107.42 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 101 | 0 | 0.55 | 0.55 | 0.13 | 0 | 0.66 | 0.64 |
| Hex | DF | 65 | 65 | 0 | 37 | 37 | D | 0 | 42 | 40 |
| Octal | 337 | 145 | 145 | 0 | 67 | 67 | 15 | 0 | 102 | 100 |
| Binary | 11011111 | 1100101 | 1100101 | 0 | 110111 | 110111 | 1101 | 0 | 1000010 | 1000000 |
Color Harmonies of #DF6565
Complementary color
Monochromatic Colors of #DF6565
Black with #DF6565
Text Example
Text Example
White with #DF6565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6565; }
p { color: rgb(223,101,101); }
H1.HeaderClassName
{
color: #DF6565;
}
.AnyTagClassName
{
color: #DF6565;
}
</style>
background-color css
<style>
a { background-color: #DF6565; }
a { background-color: rgb(223,101,101); }
div.DivClassName
{
background-color: #DF6565;
}
.BgClassName
{
background-color: #DF6565;
}
</style>
border-color css
<style>
span { border-color: #DF6565; }
span { border-color: rgb(223,101,101); }
td.TdClassName
{
border-color: #DF6565;
}
.TagClassName
{
border-color: #DF6565;
}
</style>