Shades of Roman #DA625D
Tints of Roman #DA625D
RGB
CMYK
RGB Variations
Color information
#DA625D (or 0xDA625D) is known color: Roman. HEX triplet: DA, 62 and 5D. RGB value is (218,98,93). Sum of RGB (Red+Green+Blue) = 218+98+93=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA625D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA625D is #259DA2. Grayscale: #858585. Windows color (decimal): -2465187 or 6120154. OLE color: 6120154.
HSL color Cylindrical-coordinate representation of color #DA625D: hue angle of 2.4º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA625D is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 93 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.15 |
| HSL | 2.4º | 0.63% | 0.61% | - |
| HSV(B) | 2.4º | 0.57% | 0.85% | - |
| XYZ | 35.26 | 24.43 | 13.21 | - |
| YUV | 133.31 | 105.26 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 93 | 0 | 0.55 | 0.57 | 0.15 | 2.4 | 0.63 | 0.61 |
| Hex | DA | 62 | 5D | 0 | 37 | 39 | F | 2 | 3F | 3D |
| Octal | 332 | 142 | 135 | 0 | 67 | 71 | 17 | 2 | 77 | 75 |
| Binary | 11011010 | 1100010 | 1011101 | 0 | 110111 | 111001 | 1111 | 10 | 111111 | 111101 |
Color Harmonies of #DA625D
Complementary color
Monochromatic Colors of #DA625D
Black with #DA625D
Text Example
Text Example
White with #DA625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA625D; }
p { color: rgb(218,98,93); }
H1.HeaderClassName
{
color: #DA625D;
}
.AnyTagClassName
{
color: #DA625D;
}
</style>
background-color css
<style>
a { background-color: #DA625D; }
a { background-color: rgb(218,98,93); }
div.DivClassName
{
background-color: #DA625D;
}
.BgClassName
{
background-color: #DA625D;
}
</style>
border-color css
<style>
span { border-color: #DA625D; }
span { border-color: rgb(218,98,93); }
td.TdClassName
{
border-color: #DA625D;
}
.TagClassName
{
border-color: #DA625D;
}
</style>