Shades of Roman #DA6461
Tints of Roman #DA6461
RGB
CMYK
RGB Variations
Color information
#DA6461 (or 0xDA6461) is known color: Roman. HEX triplet: DA, 64 and 61. RGB value is (218,100,97). Sum of RGB (Red+Green+Blue) = 218+100+97=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6461 is #259B9E. Grayscale: #878787. Windows color (decimal): -2464671 or 6382810. OLE color: 6382810.
HSL color Cylindrical-coordinate representation of color #DA6461: hue angle of 1.49º 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 #DA6461 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 97 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.15 |
| HSL | 1.49º | 0.62% | 0.62% | - |
| HSV(B) | 1.49º | 0.56% | 0.85% | - |
| XYZ | 35.63 | 24.88 | 14.23 | - |
| YUV | 134.94 | 106.59 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 97 | 0 | 0.54 | 0.56 | 0.15 | 1.49 | 0.62 | 0.62 |
| Hex | DA | 64 | 61 | 0 | 36 | 38 | F | 1 | 3E | 3E |
| Octal | 332 | 144 | 141 | 0 | 66 | 70 | 17 | 1 | 76 | 76 |
| Binary | 11011010 | 1100100 | 1100001 | 0 | 110110 | 111000 | 1111 | 1 | 111110 | 111110 |
Color Harmonies of #DA6461
Complementary color
Monochromatic Colors of #DA6461
Black with #DA6461
Text Example
Text Example
White with #DA6461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6461; }
p { color: rgb(218,100,97); }
H1.HeaderClassName
{
color: #DA6461;
}
.AnyTagClassName
{
color: #DA6461;
}
</style>
background-color css
<style>
a { background-color: #DA6461; }
a { background-color: rgb(218,100,97); }
div.DivClassName
{
background-color: #DA6461;
}
.BgClassName
{
background-color: #DA6461;
}
</style>
border-color css
<style>
span { border-color: #DA6461; }
span { border-color: rgb(218,100,97); }
td.TdClassName
{
border-color: #DA6461;
}
.TagClassName
{
border-color: #DA6461;
}
</style>