Shades of Roman #DD605A
Tints of Roman #DD605A
RGB
CMYK
RGB Variations
Color information
#DD605A (or 0xDD605A) is known color: Roman. HEX triplet: DD, 60 and 5A. RGB value is (221,96,90). Sum of RGB (Red+Green+Blue) = 221+96+90=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD605A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD605A is #229FA5. Grayscale: #848484. Windows color (decimal): -2269094 or 5923037. OLE color: 5923037.
HSL color Cylindrical-coordinate representation of color #DD605A: hue angle of 2.75º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD605A is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 90 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.13 |
| HSL | 2.75º | 0.66% | 0.61% | - |
| HSV(B) | 2.75º | 0.59% | 0.87% | - |
| XYZ | 35.85 | 24.48 | 12.51 | - |
| YUV | 132.69 | 103.91 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 90 | 0 | 0.57 | 0.59 | 0.13 | 2.75 | 0.66 | 0.61 |
| Hex | DD | 60 | 5A | 0 | 39 | 3B | D | 3 | 42 | 3D |
| Octal | 335 | 140 | 132 | 0 | 71 | 73 | 15 | 3 | 102 | 75 |
| Binary | 11011101 | 1100000 | 1011010 | 0 | 111001 | 111011 | 1101 | 11 | 1000010 | 111101 |
Color Harmonies of #DD605A
Complementary color
Monochromatic Colors of #DD605A
Black with #DD605A
Text Example
Text Example
White with #DD605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD605A; }
p { color: rgb(221,96,90); }
H1.HeaderClassName
{
color: #DD605A;
}
.AnyTagClassName
{
color: #DD605A;
}
</style>
background-color css
<style>
a { background-color: #DD605A; }
a { background-color: rgb(221,96,90); }
div.DivClassName
{
background-color: #DD605A;
}
.BgClassName
{
background-color: #DD605A;
}
</style>
border-color css
<style>
span { border-color: #DD605A; }
span { border-color: rgb(221,96,90); }
td.TdClassName
{
border-color: #DD605A;
}
.TagClassName
{
border-color: #DD605A;
}
</style>