Shades of Roman #DF6564
Tints of Roman #DF6564
RGB
CMYK
RGB Variations
Color information
#DF6564 (or 0xDF6564) is known color: Roman. HEX triplet: DF, 65 and 64. RGB value is (223,101,100). Sum of RGB (Red+Green+Blue) = 223+101+100=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6564 is #209A9B. Grayscale: #898989. Windows color (decimal): -2136732 or 6579679. OLE color: 6579679.
HSL color Cylindrical-coordinate representation of color #DF6564: hue angle of 0.49º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF6564 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 100 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.13 |
| HSL | 0.49º | 0.66% | 0.63% | - |
| HSV(B) | 0.49º | 0.55% | 0.87% | - |
| XYZ | 37.39 | 25.92 | 15.09 | - |
| YUV | 137.36 | 106.92 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 100 | 0 | 0.55 | 0.55 | 0.13 | 0.49 | 0.66 | 0.63 |
| Hex | DF | 65 | 64 | 0 | 37 | 37 | D | 0 | 42 | 3F |
| Octal | 337 | 145 | 144 | 0 | 67 | 67 | 15 | 0 | 102 | 77 |
| Binary | 11011111 | 1100101 | 1100100 | 0 | 110111 | 110111 | 1101 | 0 | 1000010 | 111111 |
Color Harmonies of #DF6564
Complementary color
Monochromatic Colors of #DF6564
Black with #DF6564
Text Example
Text Example
White with #DF6564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6564; }
p { color: rgb(223,101,100); }
H1.HeaderClassName
{
color: #DF6564;
}
.AnyTagClassName
{
color: #DF6564;
}
</style>
background-color css
<style>
a { background-color: #DF6564; }
a { background-color: rgb(223,101,100); }
div.DivClassName
{
background-color: #DF6564;
}
.BgClassName
{
background-color: #DF6564;
}
</style>
border-color css
<style>
span { border-color: #DF6564; }
span { border-color: rgb(223,101,100); }
td.TdClassName
{
border-color: #DF6564;
}
.TagClassName
{
border-color: #DF6564;
}
</style>