Shades of Roman #DA5E5A
Tints of Roman #DA5E5A
RGB
CMYK
RGB Variations
Color information
#DA5E5A (or 0xDA5E5A) is known color: Roman. HEX triplet: DA, 5E and 5A. RGB value is (218,94,90). Sum of RGB (Red+Green+Blue) = 218+94+90=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5E5A is #25A1A5. Grayscale: #828282. Windows color (decimal): -2466214 or 5922522. OLE color: 5922522.
HSL color Cylindrical-coordinate representation of color #DA5E5A: hue angle of 1.88º 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 #DA5E5A is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 94 | 90 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.15 |
| HSL | 1.88º | 0.63% | 0.6% | - |
| HSV(B) | 1.88º | 0.59% | 0.85% | - |
| XYZ | 34.76 | 23.65 | 12.41 | - |
| YUV | 130.62 | 105.08 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 94 | 90 | 0 | 0.57 | 0.59 | 0.15 | 1.88 | 0.63 | 0.6 |
| Hex | DA | 5E | 5A | 0 | 39 | 3B | F | 2 | 3F | 3C |
| Octal | 332 | 136 | 132 | 0 | 71 | 73 | 17 | 2 | 77 | 74 |
| Binary | 11011010 | 1011110 | 1011010 | 0 | 111001 | 111011 | 1111 | 10 | 111111 | 111100 |
Color Harmonies of #DA5E5A
Complementary color
Monochromatic Colors of #DA5E5A
Black with #DA5E5A
Text Example
Text Example
White with #DA5E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5E5A; }
p { color: rgb(218,94,90); }
H1.HeaderClassName
{
color: #DA5E5A;
}
.AnyTagClassName
{
color: #DA5E5A;
}
</style>
background-color css
<style>
a { background-color: #DA5E5A; }
a { background-color: rgb(218,94,90); }
div.DivClassName
{
background-color: #DA5E5A;
}
.BgClassName
{
background-color: #DA5E5A;
}
</style>
border-color css
<style>
span { border-color: #DA5E5A; }
span { border-color: rgb(218,94,90); }
td.TdClassName
{
border-color: #DA5E5A;
}
.TagClassName
{
border-color: #DA5E5A;
}
</style>