Shades of Roman #DA605A
Tints of Roman #DA605A
RGB
CMYK
RGB Variations
Color information
#DA605A (or 0xDA605A) is known color: Roman. HEX triplet: DA, 60 and 5A. RGB value is (218,96,90). Sum of RGB (Red+Green+Blue) = 218+96+90=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA605A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA605A is #259FA5. Grayscale: #838383. Windows color (decimal): -2465702 or 5923034. OLE color: 5923034.
HSL color Cylindrical-coordinate representation of color #DA605A: hue angle of 2.81º 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 #DA605A is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 96 | 90 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.15 |
| HSL | 2.81º | 0.63% | 0.6% | - |
| HSV(B) | 2.81º | 0.59% | 0.85% | - |
| XYZ | 34.94 | 24.01 | 12.47 | - |
| YUV | 131.79 | 104.42 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 90 | 0 | 0.56 | 0.59 | 0.15 | 2.81 | 0.63 | 0.6 |
| Hex | DA | 60 | 5A | 0 | 38 | 3B | F | 3 | 3F | 3C |
| Octal | 332 | 140 | 132 | 0 | 70 | 73 | 17 | 3 | 77 | 74 |
| Binary | 11011010 | 1100000 | 1011010 | 0 | 111000 | 111011 | 1111 | 11 | 111111 | 111100 |
Color Harmonies of #DA605A
Complementary color
Monochromatic Colors of #DA605A
Black with #DA605A
Text Example
Text Example
White with #DA605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA605A; }
p { color: rgb(218,96,90); }
H1.HeaderClassName
{
color: #DA605A;
}
.AnyTagClassName
{
color: #DA605A;
}
</style>
background-color css
<style>
a { background-color: #DA605A; }
a { background-color: rgb(218,96,90); }
div.DivClassName
{
background-color: #DA605A;
}
.BgClassName
{
background-color: #DA605A;
}
</style>
border-color css
<style>
span { border-color: #DA605A; }
span { border-color: rgb(218,96,90); }
td.TdClassName
{
border-color: #DA605A;
}
.TagClassName
{
border-color: #DA605A;
}
</style>