Shades of Roman #DD6058
Tints of Roman #DD6058
RGB
CMYK
RGB Variations
Color information
#DD6058 (or 0xDD6058) is known color: Roman. HEX triplet: DD, 60 and 58. RGB value is (221,96,88). Sum of RGB (Red+Green+Blue) = 221+96+88=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 88 (34.77% from 255 or 21.73% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6058 is #229FA7. Grayscale: #848484. Windows color (decimal): -2269096 or 5791965. OLE color: 5791965.
HSL color Cylindrical-coordinate representation of color #DD6058: hue angle of 3.61º 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 #DD6058 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 88 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.13 |
| HSL | 3.61º | 0.66% | 0.61% | - |
| HSV(B) | 3.61º | 0.6% | 0.87% | - |
| XYZ | 35.76 | 24.44 | 12.07 | - |
| YUV | 132.46 | 102.91 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 88 | 0 | 0.57 | 0.60 | 0.13 | 3.61 | 0.66 | 0.61 |
| Hex | DD | 60 | 58 | 0 | 39 | 3C | D | 4 | 42 | 3D |
| Octal | 335 | 140 | 130 | 0 | 71 | 74 | 15 | 4 | 102 | 75 |
| Binary | 11011101 | 1100000 | 1011000 | 0 | 111001 | 111100 | 1101 | 100 | 1000010 | 111101 |
Color Harmonies of #DD6058
Complementary color
Monochromatic Colors of #DD6058
Black with #DD6058
Text Example
Text Example
White with #DD6058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6058; }
p { color: rgb(221,96,88); }
H1.HeaderClassName
{
color: #DD6058;
}
.AnyTagClassName
{
color: #DD6058;
}
</style>
background-color css
<style>
a { background-color: #DD6058; }
a { background-color: rgb(221,96,88); }
div.DivClassName
{
background-color: #DD6058;
}
.BgClassName
{
background-color: #DD6058;
}
</style>
border-color css
<style>
span { border-color: #DD6058; }
span { border-color: rgb(221,96,88); }
td.TdClassName
{
border-color: #DD6058;
}
.TagClassName
{
border-color: #DD6058;
}
</style>