Shades of Roman #DD615A
Tints of Roman #DD615A
RGB
CMYK
RGB Variations
Color information
#DD615A (or 0xDD615A) is known color: Roman. HEX triplet: DD, 61 and 5A. RGB value is (221,97,90). Sum of RGB (Red+Green+Blue) = 221+97+90=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD615A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD615A is #229EA5. Grayscale: #858585. Windows color (decimal): -2268838 or 5923293. OLE color: 5923293.
HSL color Cylindrical-coordinate representation of color #DD615A: hue angle of 3.21º 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 #DD615A is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 90 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.13 |
| HSL | 3.21º | 0.66% | 0.61% | - |
| HSV(B) | 3.21º | 0.59% | 0.87% | - |
| XYZ | 35.94 | 24.66 | 12.54 | - |
| YUV | 133.28 | 103.58 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 90 | 0 | 0.56 | 0.59 | 0.13 | 3.21 | 0.66 | 0.61 |
| Hex | DD | 61 | 5A | 0 | 38 | 3B | D | 3 | 42 | 3D |
| Octal | 335 | 141 | 132 | 0 | 70 | 73 | 15 | 3 | 102 | 75 |
| Binary | 11011101 | 1100001 | 1011010 | 0 | 111000 | 111011 | 1101 | 11 | 1000010 | 111101 |
Color Harmonies of #DD615A
Complementary color
Monochromatic Colors of #DD615A
Black with #DD615A
Text Example
Text Example
White with #DD615A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD615A; }
p { color: rgb(221,97,90); }
H1.HeaderClassName
{
color: #DD615A;
}
.AnyTagClassName
{
color: #DD615A;
}
</style>
background-color css
<style>
a { background-color: #DD615A; }
a { background-color: rgb(221,97,90); }
div.DivClassName
{
background-color: #DD615A;
}
.BgClassName
{
background-color: #DD615A;
}
</style>
border-color css
<style>
span { border-color: #DD615A; }
span { border-color: rgb(221,97,90); }
td.TdClassName
{
border-color: #DD615A;
}
.TagClassName
{
border-color: #DD615A;
}
</style>