Shades of Roman #D65E5A
Tints of Roman #D65E5A
RGB
CMYK
RGB Variations
Color information
#D65E5A (or 0xD65E5A) is known color: Roman. HEX triplet: D6, 5E and 5A. RGB value is (214,94,90). Sum of RGB (Red+Green+Blue) = 214+94+90=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65E5A is #29A1A5. Grayscale: #818181. Windows color (decimal): -2728358 or 5922518. OLE color: 5922518.
HSL color Cylindrical-coordinate representation of color #D65E5A: hue angle of 1.94º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D65E5A is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 94 | 90 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.16 |
| HSL | 1.94º | 0.6% | 0.6% | - |
| HSV(B) | 1.94º | 0.58% | 0.84% | - |
| XYZ | 33.58 | 23.04 | 12.35 | - |
| YUV | 129.42 | 105.76 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 94 | 90 | 0 | 0.56 | 0.58 | 0.16 | 1.94 | 0.6 | 0.6 |
| Hex | D6 | 5E | 5A | 0 | 38 | 3A | 10 | 2 | 3C | 3C |
| Octal | 326 | 136 | 132 | 0 | 70 | 72 | 20 | 2 | 74 | 74 |
| Binary | 11010110 | 1011110 | 1011010 | 0 | 111000 | 111010 | 10000 | 10 | 111100 | 111100 |
Color Harmonies of #D65E5A
Complementary color
Monochromatic Colors of #D65E5A
Black with #D65E5A
Text Example
Text Example
White with #D65E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65E5A; }
p { color: rgb(214,94,90); }
H1.HeaderClassName
{
color: #D65E5A;
}
.AnyTagClassName
{
color: #D65E5A;
}
</style>
background-color css
<style>
a { background-color: #D65E5A; }
a { background-color: rgb(214,94,90); }
div.DivClassName
{
background-color: #D65E5A;
}
.BgClassName
{
background-color: #D65E5A;
}
</style>
border-color css
<style>
span { border-color: #D65E5A; }
span { border-color: rgb(214,94,90); }
td.TdClassName
{
border-color: #D65E5A;
}
.TagClassName
{
border-color: #D65E5A;
}
</style>