Shades of Roman #DF6665
Tints of Roman #DF6665
RGB
CMYK
RGB Variations
Color information
#DF6665 (or 0xDF6665) is known color: Roman. HEX triplet: DF, 66 and 65. RGB value is (223,102,101). Sum of RGB (Red+Green+Blue) = 223+102+101=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6665 is #20999A. Grayscale: #8A8A8A. Windows color (decimal): -2136475 or 6645471. OLE color: 6645471.
HSL color Cylindrical-coordinate representation of color #DF6665: hue angle of 0.49º 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 #DF6665 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 101 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.13 |
| HSL | 0.49º | 0.66% | 0.64% | - |
| HSV(B) | 0.49º | 0.55% | 0.87% | - |
| XYZ | 37.53 | 26.13 | 15.38 | - |
| YUV | 138.07 | 107.09 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 101 | 0 | 0.54 | 0.55 | 0.13 | 0.49 | 0.66 | 0.64 |
| Hex | DF | 66 | 65 | 0 | 36 | 37 | D | 0 | 42 | 40 |
| Octal | 337 | 146 | 145 | 0 | 66 | 67 | 15 | 0 | 102 | 100 |
| Binary | 11011111 | 1100110 | 1100101 | 0 | 110110 | 110111 | 1101 | 0 | 1000010 | 1000000 |
Color Harmonies of #DF6665
Complementary color
Monochromatic Colors of #DF6665
Black with #DF6665
Text Example
Text Example
White with #DF6665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6665; }
p { color: rgb(223,102,101); }
H1.HeaderClassName
{
color: #DF6665;
}
.AnyTagClassName
{
color: #DF6665;
}
</style>
background-color css
<style>
a { background-color: #DF6665; }
a { background-color: rgb(223,102,101); }
div.DivClassName
{
background-color: #DF6665;
}
.BgClassName
{
background-color: #DF6665;
}
</style>
border-color css
<style>
span { border-color: #DF6665; }
span { border-color: rgb(223,102,101); }
td.TdClassName
{
border-color: #DF6665;
}
.TagClassName
{
border-color: #DF6665;
}
</style>