Shades of Roman #DD6363
Tints of Roman #DD6363
RGB
CMYK
RGB Variations
Color information
#DD6363 (or 0xDD6363) is known color: Roman. HEX triplet: DD, 63 and 63. RGB value is (221,99,99). Sum of RGB (Red+Green+Blue) = 221+99+99=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 99 (39.06% from 255 or 23.63% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6363 is #229C9C. Grayscale: #878787. Windows color (decimal): -2268317 or 6513629. OLE color: 6513629.
HSL color Cylindrical-coordinate representation of color #DD6363: hue angle of 0º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD6363 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 99 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.13 |
| HSL | 0º | 0.64% | 0.63% | - |
| HSV(B) | 0º | 0.55% | 0.87% | - |
| XYZ | 36.53 | 25.2 | 14.74 | - |
| YUV | 135.48 | 107.42 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 99 | 0 | 0.55 | 0.55 | 0.13 | 0 | 0.64 | 0.63 |
| Hex | DD | 63 | 63 | 0 | 37 | 37 | D | 0 | 40 | 3F |
| Octal | 335 | 143 | 143 | 0 | 67 | 67 | 15 | 0 | 100 | 77 |
| Binary | 11011101 | 1100011 | 1100011 | 0 | 110111 | 110111 | 1101 | 0 | 1000000 | 111111 |
Color Harmonies of #DD6363
Complementary color
Monochromatic Colors of #DD6363
Black with #DD6363
Text Example
Text Example
White with #DD6363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6363; }
p { color: rgb(221,99,99); }
H1.HeaderClassName
{
color: #DD6363;
}
.AnyTagClassName
{
color: #DD6363;
}
</style>
background-color css
<style>
a { background-color: #DD6363; }
a { background-color: rgb(221,99,99); }
div.DivClassName
{
background-color: #DD6363;
}
.BgClassName
{
background-color: #DD6363;
}
</style>
border-color css
<style>
span { border-color: #DD6363; }
span { border-color: rgb(221,99,99); }
td.TdClassName
{
border-color: #DD6363;
}
.TagClassName
{
border-color: #DD6363;
}
</style>