Shades of Roman #DD6460
Tints of Roman #DD6460
RGB
CMYK
RGB Variations
Color information
#DD6460 (or 0xDD6460) is known color: Roman. HEX triplet: DD, 64 and 60. RGB value is (221,100,96). Sum of RGB (Red+Green+Blue) = 221+100+96=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6460 is #229B9F. Grayscale: #878787. Windows color (decimal): -2268064 or 6317277. OLE color: 6317277.
HSL color Cylindrical-coordinate representation of color #DD6460: hue angle of 1.92º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD6460 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 96 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.13 |
| HSL | 1.92º | 0.65% | 0.62% | - |
| HSV(B) | 1.92º | 0.57% | 0.87% | - |
| XYZ | 36.49 | 25.33 | 14.03 | - |
| YUV | 135.72 | 105.59 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 96 | 0 | 0.55 | 0.57 | 0.13 | 1.92 | 0.65 | 0.62 |
| Hex | DD | 64 | 60 | 0 | 37 | 39 | D | 2 | 41 | 3E |
| Octal | 335 | 144 | 140 | 0 | 67 | 71 | 15 | 2 | 101 | 76 |
| Binary | 11011101 | 1100100 | 1100000 | 0 | 110111 | 111001 | 1101 | 10 | 1000001 | 111110 |
Color Harmonies of #DD6460
Complementary color
Monochromatic Colors of #DD6460
Black with #DD6460
Text Example
Text Example
White with #DD6460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6460; }
p { color: rgb(221,100,96); }
H1.HeaderClassName
{
color: #DD6460;
}
.AnyTagClassName
{
color: #DD6460;
}
</style>
background-color css
<style>
a { background-color: #DD6460; }
a { background-color: rgb(221,100,96); }
div.DivClassName
{
background-color: #DD6460;
}
.BgClassName
{
background-color: #DD6460;
}
</style>
border-color css
<style>
span { border-color: #DD6460; }
span { border-color: rgb(221,100,96); }
td.TdClassName
{
border-color: #DD6460;
}
.TagClassName
{
border-color: #DD6460;
}
</style>