Shades of Roman #DD6562
Tints of Roman #DD6562
RGB
CMYK
RGB Variations
Color information
#DD6562 (or 0xDD6562) is known color: Roman. HEX triplet: DD, 65 and 62. RGB value is (221,101,98). Sum of RGB (Red+Green+Blue) = 221+101+98=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6562 is #229A9D. Grayscale: #888888. Windows color (decimal): -2267806 or 6448605. OLE color: 6448605.
HSL color Cylindrical-coordinate representation of color #DD6562: hue angle of 1.46º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD6562 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 98 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.13 |
| HSL | 1.46º | 0.64% | 0.63% | - |
| HSV(B) | 1.46º | 0.56% | 0.87% | - |
| XYZ | 36.68 | 25.56 | 14.56 | - |
| YUV | 136.54 | 106.26 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 98 | 0 | 0.54 | 0.56 | 0.13 | 1.46 | 0.64 | 0.63 |
| Hex | DD | 65 | 62 | 0 | 36 | 38 | D | 1 | 40 | 3F |
| Octal | 335 | 145 | 142 | 0 | 66 | 70 | 15 | 1 | 100 | 77 |
| Binary | 11011101 | 1100101 | 1100010 | 0 | 110110 | 111000 | 1101 | 1 | 1000000 | 111111 |
Color Harmonies of #DD6562
Complementary color
Monochromatic Colors of #DD6562
Black with #DD6562
Text Example
Text Example
White with #DD6562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6562; }
p { color: rgb(221,101,98); }
H1.HeaderClassName
{
color: #DD6562;
}
.AnyTagClassName
{
color: #DD6562;
}
</style>
background-color css
<style>
a { background-color: #DD6562; }
a { background-color: rgb(221,101,98); }
div.DivClassName
{
background-color: #DD6562;
}
.BgClassName
{
background-color: #DD6562;
}
</style>
border-color css
<style>
span { border-color: #DD6562; }
span { border-color: rgb(221,101,98); }
td.TdClassName
{
border-color: #DD6562;
}
.TagClassName
{
border-color: #DD6562;
}
</style>