Shades of Roman #DD6462
Tints of Roman #DD6462
RGB
CMYK
RGB Variations
Color information
#DD6462 (or 0xDD6462) is known color: Roman. HEX triplet: DD, 64 and 62. RGB value is (221,100,98). Sum of RGB (Red+Green+Blue) = 221+100+98=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6462 is #229B9D. Grayscale: #888888. Windows color (decimal): -2268062 or 6448349. OLE color: 6448349.
HSL color Cylindrical-coordinate representation of color #DD6462: hue angle of 0.98º 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 #DD6462 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 98 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.13 |
| HSL | 0.98º | 0.64% | 0.63% | - |
| HSV(B) | 0.98º | 0.56% | 0.87% | - |
| XYZ | 36.58 | 25.37 | 14.52 | - |
| YUV | 135.95 | 106.59 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 98 | 0 | 0.55 | 0.56 | 0.13 | 0.98 | 0.64 | 0.63 |
| Hex | DD | 64 | 62 | 0 | 37 | 38 | D | 1 | 40 | 3F |
| Octal | 335 | 144 | 142 | 0 | 67 | 70 | 15 | 1 | 100 | 77 |
| Binary | 11011101 | 1100100 | 1100010 | 0 | 110111 | 111000 | 1101 | 1 | 1000000 | 111111 |
Color Harmonies of #DD6462
Complementary color
Monochromatic Colors of #DD6462
Black with #DD6462
Text Example
Text Example
White with #DD6462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6462; }
p { color: rgb(221,100,98); }
H1.HeaderClassName
{
color: #DD6462;
}
.AnyTagClassName
{
color: #DD6462;
}
</style>
background-color css
<style>
a { background-color: #DD6462; }
a { background-color: rgb(221,100,98); }
div.DivClassName
{
background-color: #DD6462;
}
.BgClassName
{
background-color: #DD6462;
}
</style>
border-color css
<style>
span { border-color: #DD6462; }
span { border-color: rgb(221,100,98); }
td.TdClassName
{
border-color: #DD6462;
}
.TagClassName
{
border-color: #DD6462;
}
</style>