Shades of Roman #DD6057
Tints of Roman #DD6057
RGB
CMYK
RGB Variations
Color information
#DD6057 (or 0xDD6057) is known color: Roman. HEX triplet: DD, 60 and 57. RGB value is (221,96,87). Sum of RGB (Red+Green+Blue) = 221+96+87=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 87 (34.38% from 255 or 21.53% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6057 is #229FA8. Grayscale: #848484. Windows color (decimal): -2269097 or 5726429. OLE color: 5726429.
HSL color Cylindrical-coordinate representation of color #DD6057: hue angle of 4.03º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD6057 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 87 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.13 |
| HSL | 4.03º | 0.66% | 0.6% | - |
| HSV(B) | 4.03º | 0.61% | 0.87% | - |
| XYZ | 35.72 | 24.43 | 11.85 | - |
| YUV | 132.35 | 102.41 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 87 | 0 | 0.57 | 0.61 | 0.13 | 4.03 | 0.66 | 0.6 |
| Hex | DD | 60 | 57 | 0 | 39 | 3D | D | 4 | 42 | 3C |
| Octal | 335 | 140 | 127 | 0 | 71 | 75 | 15 | 4 | 102 | 74 |
| Binary | 11011101 | 1100000 | 1010111 | 0 | 111001 | 111101 | 1101 | 100 | 1000010 | 111100 |
Color Harmonies of #DD6057
Complementary color
Monochromatic Colors of #DD6057
Black with #DD6057
Text Example
Text Example
White with #DD6057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6057; }
p { color: rgb(221,96,87); }
H1.HeaderClassName
{
color: #DD6057;
}
.AnyTagClassName
{
color: #DD6057;
}
</style>
background-color css
<style>
a { background-color: #DD6057; }
a { background-color: rgb(221,96,87); }
div.DivClassName
{
background-color: #DD6057;
}
.BgClassName
{
background-color: #DD6057;
}
</style>
border-color css
<style>
span { border-color: #DD6057; }
span { border-color: rgb(221,96,87); }
td.TdClassName
{
border-color: #DD6057;
}
.TagClassName
{
border-color: #DD6057;
}
</style>