Shades of Roman #DC615C
Tints of Roman #DC615C
RGB
CMYK
RGB Variations
Color information
#DC615C (or 0xDC615C) is known color: Roman. HEX triplet: DC, 61 and 5C. RGB value is (220,97,92). Sum of RGB (Red+Green+Blue) = 220+97+92=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC615C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC615C is #239EA3. Grayscale: #858585. Windows color (decimal): -2334372 or 6054364. OLE color: 6054364.
HSL color Cylindrical-coordinate representation of color #DC615C: hue angle of 2.34º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC615C is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 92 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.14 |
| HSL | 2.34º | 0.65% | 0.61% | - |
| HSV(B) | 2.34º | 0.58% | 0.86% | - |
| XYZ | 35.72 | 24.54 | 12.98 | - |
| YUV | 133.21 | 104.75 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 92 | 0 | 0.56 | 0.58 | 0.14 | 2.34 | 0.65 | 0.61 |
| Hex | DC | 61 | 5C | 0 | 38 | 3A | E | 2 | 41 | 3D |
| Octal | 334 | 141 | 134 | 0 | 70 | 72 | 16 | 2 | 101 | 75 |
| Binary | 11011100 | 1100001 | 1011100 | 0 | 111000 | 111010 | 1110 | 10 | 1000001 | 111101 |
Color Harmonies of #DC615C
Complementary color
Monochromatic Colors of #DC615C
Black with #DC615C
Text Example
Text Example
White with #DC615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC615C; }
p { color: rgb(220,97,92); }
H1.HeaderClassName
{
color: #DC615C;
}
.AnyTagClassName
{
color: #DC615C;
}
</style>
background-color css
<style>
a { background-color: #DC615C; }
a { background-color: rgb(220,97,92); }
div.DivClassName
{
background-color: #DC615C;
}
.BgClassName
{
background-color: #DC615C;
}
</style>
border-color css
<style>
span { border-color: #DC615C; }
span { border-color: rgb(220,97,92); }
td.TdClassName
{
border-color: #DC615C;
}
.TagClassName
{
border-color: #DC615C;
}
</style>