Shades of Roman #DA6665
Tints of Roman #DA6665
RGB
CMYK
RGB Variations
Color information
#DA6665 (or 0xDA6665) is known color: Roman. HEX triplet: DA, 66 and 65. RGB value is (218,102,101). Sum of RGB (Red+Green+Blue) = 218+102+101=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6665 is #25999A. Grayscale: #888888. Windows color (decimal): -2464155 or 6645466. OLE color: 6645466.
HSL color Cylindrical-coordinate representation of color #DA6665: hue angle of 0.51º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA6665 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 101 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.15 |
| HSL | 0.51º | 0.61% | 0.63% | - |
| HSV(B) | 0.51º | 0.54% | 0.85% | - |
| XYZ | 36.01 | 25.35 | 15.31 | - |
| YUV | 136.57 | 107.93 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 101 | 0 | 0.53 | 0.54 | 0.15 | 0.51 | 0.61 | 0.63 |
| Hex | DA | 66 | 65 | 0 | 35 | 36 | F | 1 | 3D | 3F |
| Octal | 332 | 146 | 145 | 0 | 65 | 66 | 17 | 1 | 75 | 77 |
| Binary | 11011010 | 1100110 | 1100101 | 0 | 110101 | 110110 | 1111 | 1 | 111101 | 111111 |
Color Harmonies of #DA6665
Complementary color
Monochromatic Colors of #DA6665
Black with #DA6665
Text Example
Text Example
White with #DA6665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6665; }
p { color: rgb(218,102,101); }
H1.HeaderClassName
{
color: #DA6665;
}
.AnyTagClassName
{
color: #DA6665;
}
</style>
background-color css
<style>
a { background-color: #DA6665; }
a { background-color: rgb(218,102,101); }
div.DivClassName
{
background-color: #DA6665;
}
.BgClassName
{
background-color: #DA6665;
}
</style>
border-color css
<style>
span { border-color: #DA6665; }
span { border-color: rgb(218,102,101); }
td.TdClassName
{
border-color: #DA6665;
}
.TagClassName
{
border-color: #DA6665;
}
</style>