Shades of Roman #DD625A
Tints of Roman #DD625A
RGB
CMYK
RGB Variations
Color information
#DD625A (or 0xDD625A) is known color: Roman. HEX triplet: DD, 62 and 5A. RGB value is (221,98,90). Sum of RGB (Red+Green+Blue) = 221+98+90=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD625A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD625A is #229DA5. Grayscale: #868686. Windows color (decimal): -2268582 or 5923549. OLE color: 5923549.
HSL color Cylindrical-coordinate representation of color #DD625A: hue angle of 3.66º 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 #DD625A is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 90 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.13 |
| HSL | 3.66º | 0.66% | 0.61% | - |
| HSV(B) | 3.66º | 0.59% | 0.87% | - |
| XYZ | 36.03 | 24.85 | 12.57 | - |
| YUV | 133.87 | 103.25 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 90 | 0 | 0.56 | 0.59 | 0.13 | 3.66 | 0.66 | 0.61 |
| Hex | DD | 62 | 5A | 0 | 38 | 3B | D | 4 | 42 | 3D |
| Octal | 335 | 142 | 132 | 0 | 70 | 73 | 15 | 4 | 102 | 75 |
| Binary | 11011101 | 1100010 | 1011010 | 0 | 111000 | 111011 | 1101 | 100 | 1000010 | 111101 |
Color Harmonies of #DD625A
Complementary color
Monochromatic Colors of #DD625A
Black with #DD625A
Text Example
Text Example
White with #DD625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD625A; }
p { color: rgb(221,98,90); }
H1.HeaderClassName
{
color: #DD625A;
}
.AnyTagClassName
{
color: #DD625A;
}
</style>
background-color css
<style>
a { background-color: #DD625A; }
a { background-color: rgb(221,98,90); }
div.DivClassName
{
background-color: #DD625A;
}
.BgClassName
{
background-color: #DD625A;
}
</style>
border-color css
<style>
span { border-color: #DD625A; }
span { border-color: rgb(221,98,90); }
td.TdClassName
{
border-color: #DD625A;
}
.TagClassName
{
border-color: #DD625A;
}
</style>