Shades of Roman #DD645F
Tints of Roman #DD645F
RGB
CMYK
RGB Variations
Color information
#DD645F (or 0xDD645F) is known color: Roman. HEX triplet: DD, 64 and 5F. RGB value is (221,100,95). Sum of RGB (Red+Green+Blue) = 221+100+95=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD645F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD645F is #229BA0. Grayscale: #878787. Windows color (decimal): -2268065 or 6251741. OLE color: 6251741.
HSL color Cylindrical-coordinate representation of color #DD645F: hue angle of 2.38º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD645F is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 95 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.13 |
| HSL | 2.38º | 0.65% | 0.62% | - |
| HSV(B) | 2.38º | 0.57% | 0.87% | - |
| XYZ | 36.44 | 25.31 | 13.79 | - |
| YUV | 135.61 | 105.09 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 95 | 0 | 0.55 | 0.57 | 0.13 | 2.38 | 0.65 | 0.62 |
| Hex | DD | 64 | 5F | 0 | 37 | 39 | D | 2 | 41 | 3E |
| Octal | 335 | 144 | 137 | 0 | 67 | 71 | 15 | 2 | 101 | 76 |
| Binary | 11011101 | 1100100 | 1011111 | 0 | 110111 | 111001 | 1101 | 10 | 1000001 | 111110 |
Color Harmonies of #DD645F
Complementary color
Monochromatic Colors of #DD645F
Black with #DD645F
Text Example
Text Example
White with #DD645F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD645F; }
p { color: rgb(221,100,95); }
H1.HeaderClassName
{
color: #DD645F;
}
.AnyTagClassName
{
color: #DD645F;
}
</style>
background-color css
<style>
a { background-color: #DD645F; }
a { background-color: rgb(221,100,95); }
div.DivClassName
{
background-color: #DD645F;
}
.BgClassName
{
background-color: #DD645F;
}
</style>
border-color css
<style>
span { border-color: #DD645F; }
span { border-color: rgb(221,100,95); }
td.TdClassName
{
border-color: #DD645F;
}
.TagClassName
{
border-color: #DD645F;
}
</style>