Shades of Roman #DD635A
Tints of Roman #DD635A
RGB
CMYK
RGB Variations
Color information
#DD635A (or 0xDD635A) is known color: Roman. HEX triplet: DD, 63 and 5A. RGB value is (221,99,90). Sum of RGB (Red+Green+Blue) = 221+99+90=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD635A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD635A is #229CA5. Grayscale: #868686. Windows color (decimal): -2268326 or 5923805. OLE color: 5923805.
HSL color Cylindrical-coordinate representation of color #DD635A: hue angle of 4.12º 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 #DD635A is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 90 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.13 |
| HSL | 4.12º | 0.66% | 0.61% | - |
| HSV(B) | 4.12º | 0.59% | 0.87% | - |
| XYZ | 36.13 | 25.03 | 12.6 | - |
| YUV | 134.45 | 102.92 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 90 | 0 | 0.55 | 0.59 | 0.13 | 4.12 | 0.66 | 0.61 |
| Hex | DD | 63 | 5A | 0 | 37 | 3B | D | 4 | 42 | 3D |
| Octal | 335 | 143 | 132 | 0 | 67 | 73 | 15 | 4 | 102 | 75 |
| Binary | 11011101 | 1100011 | 1011010 | 0 | 110111 | 111011 | 1101 | 100 | 1000010 | 111101 |
Color Harmonies of #DD635A
Complementary color
Monochromatic Colors of #DD635A
Black with #DD635A
Text Example
Text Example
White with #DD635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD635A; }
p { color: rgb(221,99,90); }
H1.HeaderClassName
{
color: #DD635A;
}
.AnyTagClassName
{
color: #DD635A;
}
</style>
background-color css
<style>
a { background-color: #DD635A; }
a { background-color: rgb(221,99,90); }
div.DivClassName
{
background-color: #DD635A;
}
.BgClassName
{
background-color: #DD635A;
}
</style>
border-color css
<style>
span { border-color: #DD635A; }
span { border-color: rgb(221,99,90); }
td.TdClassName
{
border-color: #DD635A;
}
.TagClassName
{
border-color: #DD635A;
}
</style>