Shades of Roman #D65F59
Tints of Roman #D65F59
RGB
CMYK
RGB Variations
Color information
#D65F59 (or 0xD65F59) is known color: Roman. HEX triplet: D6, 5F and 59. RGB value is (214,95,89). Sum of RGB (Red+Green+Blue) = 214+95+89=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65F59 is #29A0A6. Grayscale: #828282. Windows color (decimal): -2728103 or 5857238. OLE color: 5857238.
HSL color Cylindrical-coordinate representation of color #D65F59: hue angle of 2.88º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D65F59 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 95 | 89 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.16 |
| HSL | 2.88º | 0.6% | 0.59% | - |
| HSV(B) | 2.88º | 0.58% | 0.84% | - |
| XYZ | 33.63 | 23.2 | 12.16 | - |
| YUV | 129.9 | 104.92 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 89 | 0 | 0.56 | 0.58 | 0.16 | 2.88 | 0.6 | 0.59 |
| Hex | D6 | 5F | 59 | 0 | 38 | 3A | 10 | 3 | 3C | 3B |
| Octal | 326 | 137 | 131 | 0 | 70 | 72 | 20 | 3 | 74 | 73 |
| Binary | 11010110 | 1011111 | 1011001 | 0 | 111000 | 111010 | 10000 | 11 | 111100 | 111011 |
Color Harmonies of #D65F59
Complementary color
Monochromatic Colors of #D65F59
Black with #D65F59
Text Example
Text Example
White with #D65F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65F59; }
p { color: rgb(214,95,89); }
H1.HeaderClassName
{
color: #D65F59;
}
.AnyTagClassName
{
color: #D65F59;
}
</style>
background-color css
<style>
a { background-color: #D65F59; }
a { background-color: rgb(214,95,89); }
div.DivClassName
{
background-color: #D65F59;
}
.BgClassName
{
background-color: #D65F59;
}
</style>
border-color css
<style>
span { border-color: #D65F59; }
span { border-color: rgb(214,95,89); }
td.TdClassName
{
border-color: #D65F59;
}
.TagClassName
{
border-color: #D65F59;
}
</style>