Shades of Roman #DA615A
Tints of Roman #DA615A
RGB
CMYK
RGB Variations
Color information
#DA615A (or 0xDA615A) is known color: Roman. HEX triplet: DA, 61 and 5A. RGB value is (218,97,90). Sum of RGB (Red+Green+Blue) = 218+97+90=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA615A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA615A is #259EA5. Grayscale: #848484. Windows color (decimal): -2465446 or 5923290. OLE color: 5923290.
HSL color Cylindrical-coordinate representation of color #DA615A: hue angle of 3.28º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA615A is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 97 | 90 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.15 |
| HSL | 3.28º | 0.63% | 0.6% | - |
| HSV(B) | 3.28º | 0.59% | 0.85% | - |
| XYZ | 35.03 | 24.19 | 12.5 | - |
| YUV | 132.38 | 104.09 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 97 | 90 | 0 | 0.56 | 0.59 | 0.15 | 3.28 | 0.63 | 0.6 |
| Hex | DA | 61 | 5A | 0 | 38 | 3B | F | 3 | 3F | 3C |
| Octal | 332 | 141 | 132 | 0 | 70 | 73 | 17 | 3 | 77 | 74 |
| Binary | 11011010 | 1100001 | 1011010 | 0 | 111000 | 111011 | 1111 | 11 | 111111 | 111100 |
Color Harmonies of #DA615A
Complementary color
Monochromatic Colors of #DA615A
Black with #DA615A
Text Example
Text Example
White with #DA615A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA615A; }
p { color: rgb(218,97,90); }
H1.HeaderClassName
{
color: #DA615A;
}
.AnyTagClassName
{
color: #DA615A;
}
</style>
background-color css
<style>
a { background-color: #DA615A; }
a { background-color: rgb(218,97,90); }
div.DivClassName
{
background-color: #DA615A;
}
.BgClassName
{
background-color: #DA615A;
}
</style>
border-color css
<style>
span { border-color: #DA615A; }
span { border-color: rgb(218,97,90); }
td.TdClassName
{
border-color: #DA615A;
}
.TagClassName
{
border-color: #DA615A;
}
</style>