Shades of Roman #DA6358
Tints of Roman #DA6358
RGB
CMYK
RGB Variations
Color information
#DA6358 (or 0xDA6358) is known color: Roman. HEX triplet: DA, 63 and 58. RGB value is (218,99,88). Sum of RGB (Red+Green+Blue) = 218+99+88=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 88 (34.77% from 255 or 21.73% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6358 is #259CA7. Grayscale: #858585. Windows color (decimal): -2464936 or 5792730. OLE color: 5792730.
HSL color Cylindrical-coordinate representation of color #DA6358: hue angle of 5.08º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA6358 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 88 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.15 |
| HSL | 5.08º | 0.64% | 0.6% | - |
| HSV(B) | 5.08º | 0.6% | 0.85% | - |
| XYZ | 35.14 | 24.53 | 12.12 | - |
| YUV | 133.33 | 102.42 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 88 | 0 | 0.55 | 0.60 | 0.15 | 5.08 | 0.64 | 0.6 |
| Hex | DA | 63 | 58 | 0 | 37 | 3C | F | 5 | 40 | 3C |
| Octal | 332 | 143 | 130 | 0 | 67 | 74 | 17 | 5 | 100 | 74 |
| Binary | 11011010 | 1100011 | 1011000 | 0 | 110111 | 111100 | 1111 | 101 | 1000000 | 111100 |
Color Harmonies of #DA6358
Complementary color
Monochromatic Colors of #DA6358
Black with #DA6358
Text Example
Text Example
White with #DA6358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6358; }
p { color: rgb(218,99,88); }
H1.HeaderClassName
{
color: #DA6358;
}
.AnyTagClassName
{
color: #DA6358;
}
</style>
background-color css
<style>
a { background-color: #DA6358; }
a { background-color: rgb(218,99,88); }
div.DivClassName
{
background-color: #DA6358;
}
.BgClassName
{
background-color: #DA6358;
}
</style>
border-color css
<style>
span { border-color: #DA6358; }
span { border-color: rgb(218,99,88); }
td.TdClassName
{
border-color: #DA6358;
}
.TagClassName
{
border-color: #DA6358;
}
</style>