Shades of Roman #D2615E
Tints of Roman #D2615E
RGB
CMYK
RGB Variations
Color information
#D2615E (or 0xD2615E) is known color: Roman. HEX triplet: D2, 61 and 5E. RGB value is (210,97,94). Sum of RGB (Red+Green+Blue) = 210+97+94=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D2615E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2615E is #2D9EA1. Grayscale: #828282. Windows color (decimal): -2989730 or 6185426. OLE color: 6185426.
HSL color Cylindrical-coordinate representation of color #D2615E: hue angle of 1.55º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2615E is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 97 | 94 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.18 |
| HSL | 1.55º | 0.56% | 0.6% | - |
| HSV(B) | 1.55º | 0.55% | 0.82% | - |
| XYZ | 32.87 | 23.06 | 13.31 | - |
| YUV | 130.45 | 107.44 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 97 | 94 | 0 | 0.54 | 0.55 | 0.18 | 1.55 | 0.56 | 0.6 |
| Hex | D2 | 61 | 5E | 0 | 36 | 37 | 12 | 2 | 38 | 3C |
| Octal | 322 | 141 | 136 | 0 | 66 | 67 | 22 | 2 | 70 | 74 |
| Binary | 11010010 | 1100001 | 1011110 | 0 | 110110 | 110111 | 10010 | 10 | 111000 | 111100 |
Color Harmonies of #D2615E
Complementary color
Monochromatic Colors of #D2615E
Black with #D2615E
Text Example
Text Example
White with #D2615E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2615E; }
p { color: rgb(210,97,94); }
H1.HeaderClassName
{
color: #D2615E;
}
.AnyTagClassName
{
color: #D2615E;
}
</style>
background-color css
<style>
a { background-color: #D2615E; }
a { background-color: rgb(210,97,94); }
div.DivClassName
{
background-color: #D2615E;
}
.BgClassName
{
background-color: #D2615E;
}
</style>
border-color css
<style>
span { border-color: #D2615E; }
span { border-color: rgb(210,97,94); }
td.TdClassName
{
border-color: #D2615E;
}
.TagClassName
{
border-color: #D2615E;
}
</style>