Shades of Roman #DA6260
Tints of Roman #DA6260
RGB
CMYK
RGB Variations
Color information
#DA6260 (or 0xDA6260) is known color: Roman. HEX triplet: DA, 62 and 60. RGB value is (218,98,96). Sum of RGB (Red+Green+Blue) = 218+98+96=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6260 is #259D9F. Grayscale: #858585. Windows color (decimal): -2465184 or 6316762. OLE color: 6316762.
HSL color Cylindrical-coordinate representation of color #DA6260: hue angle of 0.98º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA6260 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 96 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.15 |
| HSL | 0.98º | 0.62% | 0.62% | - |
| HSV(B) | 0.98º | 0.56% | 0.85% | - |
| XYZ | 35.39 | 24.49 | 13.93 | - |
| YUV | 133.65 | 106.76 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 96 | 0 | 0.55 | 0.56 | 0.15 | 0.98 | 0.62 | 0.62 |
| Hex | DA | 62 | 60 | 0 | 37 | 38 | F | 1 | 3E | 3E |
| Octal | 332 | 142 | 140 | 0 | 67 | 70 | 17 | 1 | 76 | 76 |
| Binary | 11011010 | 1100010 | 1100000 | 0 | 110111 | 111000 | 1111 | 1 | 111110 | 111110 |
Color Harmonies of #DA6260
Complementary color
Monochromatic Colors of #DA6260
Black with #DA6260
Text Example
Text Example
White with #DA6260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6260; }
p { color: rgb(218,98,96); }
H1.HeaderClassName
{
color: #DA6260;
}
.AnyTagClassName
{
color: #DA6260;
}
</style>
background-color css
<style>
a { background-color: #DA6260; }
a { background-color: rgb(218,98,96); }
div.DivClassName
{
background-color: #DA6260;
}
.BgClassName
{
background-color: #DA6260;
}
</style>
border-color css
<style>
span { border-color: #DA6260; }
span { border-color: rgb(218,98,96); }
td.TdClassName
{
border-color: #DA6260;
}
.TagClassName
{
border-color: #DA6260;
}
</style>