Shades of Roman #DD645A
Tints of Roman #DD645A
RGB
CMYK
RGB Variations
Color information
#DD645A (or 0xDD645A) is known color: Roman. HEX triplet: DD, 64 and 5A. RGB value is (221,100,90). Sum of RGB (Red+Green+Blue) = 221+100+90=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD645A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD645A is #229BA5. Grayscale: #878787. Windows color (decimal): -2268070 or 5924061. OLE color: 5924061.
HSL color Cylindrical-coordinate representation of color #DD645A: hue angle of 4.58º 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 #DD645A is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 90 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.13 |
| HSL | 4.58º | 0.66% | 0.61% | - |
| HSV(B) | 4.58º | 0.59% | 0.87% | - |
| XYZ | 36.22 | 25.22 | 12.63 | - |
| YUV | 135.04 | 102.59 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 90 | 0 | 0.55 | 0.59 | 0.13 | 4.58 | 0.66 | 0.61 |
| Hex | DD | 64 | 5A | 0 | 37 | 3B | D | 5 | 42 | 3D |
| Octal | 335 | 144 | 132 | 0 | 67 | 73 | 15 | 5 | 102 | 75 |
| Binary | 11011101 | 1100100 | 1011010 | 0 | 110111 | 111011 | 1101 | 101 | 1000010 | 111101 |
Color Harmonies of #DD645A
Complementary color
Monochromatic Colors of #DD645A
Black with #DD645A
Text Example
Text Example
White with #DD645A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD645A; }
p { color: rgb(221,100,90); }
H1.HeaderClassName
{
color: #DD645A;
}
.AnyTagClassName
{
color: #DD645A;
}
</style>
background-color css
<style>
a { background-color: #DD645A; }
a { background-color: rgb(221,100,90); }
div.DivClassName
{
background-color: #DD645A;
}
.BgClassName
{
background-color: #DD645A;
}
</style>
border-color css
<style>
span { border-color: #DD645A; }
span { border-color: rgb(221,100,90); }
td.TdClassName
{
border-color: #DD645A;
}
.TagClassName
{
border-color: #DD645A;
}
</style>