Shades of Roman #DD6358
Tints of Roman #DD6358
RGB
CMYK
RGB Variations
Color information
#DD6358 (or 0xDD6358) is known color: Roman. HEX triplet: DD, 63 and 58. RGB value is (221,99,88). Sum of RGB (Red+Green+Blue) = 221+99+88=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 88 (34.77% from 255 or 21.57% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6358 is #229CA7. Grayscale: #868686. Windows color (decimal): -2268328 or 5792733. OLE color: 5792733.
HSL color Cylindrical-coordinate representation of color #DD6358: hue angle of 4.96º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD6358 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 88 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.13 |
| HSL | 4.96º | 0.66% | 0.61% | - |
| HSV(B) | 4.96º | 0.6% | 0.87% | - |
| XYZ | 36.04 | 25 | 12.16 | - |
| YUV | 134.22 | 101.92 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 88 | 0 | 0.55 | 0.60 | 0.13 | 4.96 | 0.66 | 0.61 |
| Hex | DD | 63 | 58 | 0 | 37 | 3C | D | 5 | 42 | 3D |
| Octal | 335 | 143 | 130 | 0 | 67 | 74 | 15 | 5 | 102 | 75 |
| Binary | 11011101 | 1100011 | 1011000 | 0 | 110111 | 111100 | 1101 | 101 | 1000010 | 111101 |
Color Harmonies of #DD6358
Complementary color
Monochromatic Colors of #DD6358
Black with #DD6358
Text Example
Text Example
White with #DD6358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6358; }
p { color: rgb(221,99,88); }
H1.HeaderClassName
{
color: #DD6358;
}
.AnyTagClassName
{
color: #DD6358;
}
</style>
background-color css
<style>
a { background-color: #DD6358; }
a { background-color: rgb(221,99,88); }
div.DivClassName
{
background-color: #DD6358;
}
.BgClassName
{
background-color: #DD6358;
}
</style>
border-color css
<style>
span { border-color: #DD6358; }
span { border-color: rgb(221,99,88); }
td.TdClassName
{
border-color: #DD6358;
}
.TagClassName
{
border-color: #DD6358;
}
</style>