Shades of Roman #DA5D58
Tints of Roman #DA5D58
RGB
CMYK
RGB Variations
Color information
#DA5D58 (or 0xDA5D58) is known color: Roman. HEX triplet: DA, 5D and 58. RGB value is (218,93,88). Sum of RGB (Red+Green+Blue) = 218+93+88=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 88 (34.77% from 255 or 22.06% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5D58 is #25A2A7. Grayscale: #818181. Windows color (decimal): -2466472 or 5791194. OLE color: 5791194.
HSL color Cylindrical-coordinate representation of color #DA5D58: hue angle of 2.31º 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 #DA5D58 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 93 | 88 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.15 |
| HSL | 2.31º | 0.64% | 0.6% | - |
| HSV(B) | 2.31º | 0.6% | 0.85% | - |
| XYZ | 34.59 | 23.44 | 11.93 | - |
| YUV | 129.81 | 104.41 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 93 | 88 | 0 | 0.57 | 0.60 | 0.15 | 2.31 | 0.64 | 0.6 |
| Hex | DA | 5D | 58 | 0 | 39 | 3C | F | 2 | 40 | 3C |
| Octal | 332 | 135 | 130 | 0 | 71 | 74 | 17 | 2 | 100 | 74 |
| Binary | 11011010 | 1011101 | 1011000 | 0 | 111001 | 111100 | 1111 | 10 | 1000000 | 111100 |
Color Harmonies of #DA5D58
Complementary color
Monochromatic Colors of #DA5D58
Black with #DA5D58
Text Example
Text Example
White with #DA5D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5D58; }
p { color: rgb(218,93,88); }
H1.HeaderClassName
{
color: #DA5D58;
}
.AnyTagClassName
{
color: #DA5D58;
}
</style>
background-color css
<style>
a { background-color: #DA5D58; }
a { background-color: rgb(218,93,88); }
div.DivClassName
{
background-color: #DA5D58;
}
.BgClassName
{
background-color: #DA5D58;
}
</style>
border-color css
<style>
span { border-color: #DA5D58; }
span { border-color: rgb(218,93,88); }
td.TdClassName
{
border-color: #DA5D58;
}
.TagClassName
{
border-color: #DA5D58;
}
</style>