Shades of Roman #DF615D
Tints of Roman #DF615D
RGB
CMYK
RGB Variations
Color information
#DF615D (or 0xDF615D) is known color: Roman. HEX triplet: DF, 61 and 5D. RGB value is (223,97,93). Sum of RGB (Red+Green+Blue) = 223+97+93=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF615D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF615D is #209EA2. Grayscale: #868686. Windows color (decimal): -2137763 or 6119903. OLE color: 6119903.
HSL color Cylindrical-coordinate representation of color #DF615D: hue angle of 1.85º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF615D is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 93 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.13 |
| HSL | 1.85º | 0.67% | 0.62% | - |
| HSV(B) | 1.85º | 0.58% | 0.87% | - |
| XYZ | 36.68 | 25.03 | 13.25 | - |
| YUV | 134.22 | 104.74 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 93 | 0 | 0.57 | 0.58 | 0.13 | 1.85 | 0.67 | 0.62 |
| Hex | DF | 61 | 5D | 0 | 39 | 3A | D | 2 | 43 | 3E |
| Octal | 337 | 141 | 135 | 0 | 71 | 72 | 15 | 2 | 103 | 76 |
| Binary | 11011111 | 1100001 | 1011101 | 0 | 111001 | 111010 | 1101 | 10 | 1000011 | 111110 |
Color Harmonies of #DF615D
Complementary color
Monochromatic Colors of #DF615D
Black with #DF615D
Text Example
Text Example
White with #DF615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF615D; }
p { color: rgb(223,97,93); }
H1.HeaderClassName
{
color: #DF615D;
}
.AnyTagClassName
{
color: #DF615D;
}
</style>
background-color css
<style>
a { background-color: #DF615D; }
a { background-color: rgb(223,97,93); }
div.DivClassName
{
background-color: #DF615D;
}
.BgClassName
{
background-color: #DF615D;
}
</style>
border-color css
<style>
span { border-color: #DF615D; }
span { border-color: rgb(223,97,93); }
td.TdClassName
{
border-color: #DF615D;
}
.TagClassName
{
border-color: #DF615D;
}
</style>