Shades of Roman #DF6661
Tints of Roman #DF6661
RGB
CMYK
RGB Variations
Color information
#DF6661 (or 0xDF6661) is known color: Roman. HEX triplet: DF, 66 and 61. RGB value is (223,102,97). Sum of RGB (Red+Green+Blue) = 223+102+97=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 97 (38.28% from 255 or 22.99% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6661 is #20999E. Grayscale: #898989. Windows color (decimal): -2136479 or 6383327. OLE color: 6383327.
HSL color Cylindrical-coordinate representation of color #DF6661: hue angle of 2.38º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF6661 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 97 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.13 |
| HSL | 2.38º | 0.66% | 0.63% | - |
| HSV(B) | 2.38º | 0.57% | 0.87% | - |
| XYZ | 37.34 | 26.05 | 14.37 | - |
| YUV | 137.61 | 105.09 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 97 | 0 | 0.54 | 0.57 | 0.13 | 2.38 | 0.66 | 0.63 |
| Hex | DF | 66 | 61 | 0 | 36 | 39 | D | 2 | 42 | 3F |
| Octal | 337 | 146 | 141 | 0 | 66 | 71 | 15 | 2 | 102 | 77 |
| Binary | 11011111 | 1100110 | 1100001 | 0 | 110110 | 111001 | 1101 | 10 | 1000010 | 111111 |
Color Harmonies of #DF6661
Complementary color
Monochromatic Colors of #DF6661
Black with #DF6661
Text Example
Text Example
White with #DF6661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6661; }
p { color: rgb(223,102,97); }
H1.HeaderClassName
{
color: #DF6661;
}
.AnyTagClassName
{
color: #DF6661;
}
</style>
background-color css
<style>
a { background-color: #DF6661; }
a { background-color: rgb(223,102,97); }
div.DivClassName
{
background-color: #DF6661;
}
.BgClassName
{
background-color: #DF6661;
}
</style>
border-color css
<style>
span { border-color: #DF6661; }
span { border-color: rgb(223,102,97); }
td.TdClassName
{
border-color: #DF6661;
}
.TagClassName
{
border-color: #DF6661;
}
</style>