Shades of Roman #DD6258
Tints of Roman #DD6258
RGB
CMYK
RGB Variations
Color information
#DD6258 (or 0xDD6258) is known color: Roman. HEX triplet: DD, 62 and 58. RGB value is (221,98,88). Sum of RGB (Red+Green+Blue) = 221+98+88=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6258 is #229DA7. Grayscale: #858585. Windows color (decimal): -2268584 or 5792477. OLE color: 5792477.
HSL color Cylindrical-coordinate representation of color #DD6258: hue angle of 4.51º 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 #DD6258 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 88 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.13 |
| HSL | 4.51º | 0.66% | 0.61% | - |
| HSV(B) | 4.51º | 0.6% | 0.87% | - |
| XYZ | 35.95 | 24.81 | 12.13 | - |
| YUV | 133.64 | 102.25 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 88 | 0 | 0.56 | 0.60 | 0.13 | 4.51 | 0.66 | 0.61 |
| Hex | DD | 62 | 58 | 0 | 38 | 3C | D | 5 | 42 | 3D |
| Octal | 335 | 142 | 130 | 0 | 70 | 74 | 15 | 5 | 102 | 75 |
| Binary | 11011101 | 1100010 | 1011000 | 0 | 111000 | 111100 | 1101 | 101 | 1000010 | 111101 |
Color Harmonies of #DD6258
Complementary color
Monochromatic Colors of #DD6258
Black with #DD6258
Text Example
Text Example
White with #DD6258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6258; }
p { color: rgb(221,98,88); }
H1.HeaderClassName
{
color: #DD6258;
}
.AnyTagClassName
{
color: #DD6258;
}
</style>
background-color css
<style>
a { background-color: #DD6258; }
a { background-color: rgb(221,98,88); }
div.DivClassName
{
background-color: #DD6258;
}
.BgClassName
{
background-color: #DD6258;
}
</style>
border-color css
<style>
span { border-color: #DD6258; }
span { border-color: rgb(221,98,88); }
td.TdClassName
{
border-color: #DD6258;
}
.TagClassName
{
border-color: #DD6258;
}
</style>