Shades of Roman #DF6961
Tints of Roman #DF6961
RGB
CMYK
RGB Variations
Color information
#DF6961 (or 0xDF6961) is known color: Roman. HEX triplet: DF, 69 and 61. RGB value is (223,105,97). Sum of RGB (Red+Green+Blue) = 223+105+97=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6961 is #20969E. Grayscale: #8B8B8B. Windows color (decimal): -2135711 or 6384095. OLE color: 6384095.
HSL color Cylindrical-coordinate representation of color #DF6961: hue angle of 3.81º 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 #DF6961 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 97 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.13 |
| HSL | 3.81º | 0.66% | 0.63% | - |
| HSV(B) | 3.81º | 0.57% | 0.87% | - |
| XYZ | 37.64 | 26.65 | 14.47 | - |
| YUV | 139.37 | 104.09 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 97 | 0 | 0.53 | 0.57 | 0.13 | 3.81 | 0.66 | 0.63 |
| Hex | DF | 69 | 61 | 0 | 35 | 39 | D | 4 | 42 | 3F |
| Octal | 337 | 151 | 141 | 0 | 65 | 71 | 15 | 4 | 102 | 77 |
| Binary | 11011111 | 1101001 | 1100001 | 0 | 110101 | 111001 | 1101 | 100 | 1000010 | 111111 |
Color Harmonies of #DF6961
Complementary color
Monochromatic Colors of #DF6961
Black with #DF6961
Text Example
Text Example
White with #DF6961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6961; }
p { color: rgb(223,105,97); }
H1.HeaderClassName
{
color: #DF6961;
}
.AnyTagClassName
{
color: #DF6961;
}
</style>
background-color css
<style>
a { background-color: #DF6961; }
a { background-color: rgb(223,105,97); }
div.DivClassName
{
background-color: #DF6961;
}
.BgClassName
{
background-color: #DF6961;
}
</style>
border-color css
<style>
span { border-color: #DF6961; }
span { border-color: rgb(223,105,97); }
td.TdClassName
{
border-color: #DF6961;
}
.TagClassName
{
border-color: #DF6961;
}
</style>