Shades of Roman #DD625C
Tints of Roman #DD625C
RGB
CMYK
RGB Variations
Color information
#DD625C (or 0xDD625C) is known color: Roman. HEX triplet: DD, 62 and 5C. RGB value is (221,98,92). Sum of RGB (Red+Green+Blue) = 221+98+92=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD625C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD625C is #229DA3. Grayscale: #868686. Windows color (decimal): -2268580 or 6054621. OLE color: 6054621.
HSL color Cylindrical-coordinate representation of color #DD625C: hue angle of 2.79º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD625C is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 92 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.13 |
| HSL | 2.79º | 0.65% | 0.61% | - |
| HSV(B) | 2.79º | 0.58% | 0.87% | - |
| XYZ | 36.12 | 24.88 | 13.02 | - |
| YUV | 134.09 | 104.25 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 92 | 0 | 0.56 | 0.58 | 0.13 | 2.79 | 0.65 | 0.61 |
| Hex | DD | 62 | 5C | 0 | 38 | 3A | D | 3 | 41 | 3D |
| Octal | 335 | 142 | 134 | 0 | 70 | 72 | 15 | 3 | 101 | 75 |
| Binary | 11011101 | 1100010 | 1011100 | 0 | 111000 | 111010 | 1101 | 11 | 1000001 | 111101 |
Color Harmonies of #DD625C
Complementary color
Monochromatic Colors of #DD625C
Black with #DD625C
Text Example
Text Example
White with #DD625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD625C; }
p { color: rgb(221,98,92); }
H1.HeaderClassName
{
color: #DD625C;
}
.AnyTagClassName
{
color: #DD625C;
}
</style>
background-color css
<style>
a { background-color: #DD625C; }
a { background-color: rgb(221,98,92); }
div.DivClassName
{
background-color: #DD625C;
}
.BgClassName
{
background-color: #DD625C;
}
</style>
border-color css
<style>
span { border-color: #DD625C; }
span { border-color: rgb(221,98,92); }
td.TdClassName
{
border-color: #DD625C;
}
.TagClassName
{
border-color: #DD625C;
}
</style>