Shades of Roman #D5665B
Tints of Roman #D5665B
RGB
CMYK
RGB Variations
Color information
#D5665B (or 0xD5665B) is known color: Roman. HEX triplet: D5, 66 and 5B. RGB value is (213,102,91). Sum of RGB (Red+Green+Blue) = 213+102+91=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D5665B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5665B is #2A99A4. Grayscale: #868686. Windows color (decimal): -2791845 or 5990101. OLE color: 5990101.
HSL color Cylindrical-coordinate representation of color #D5665B: hue angle of 5.41º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5665B is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 91 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.16 |
| HSL | 5.41º | 0.59% | 0.6% | - |
| HSV(B) | 5.41º | 0.57% | 0.84% | - |
| XYZ | 34.08 | 24.4 | 12.81 | - |
| YUV | 133.94 | 103.77 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 91 | 0 | 0.52 | 0.57 | 0.16 | 5.41 | 0.59 | 0.6 |
| Hex | D5 | 66 | 5B | 0 | 34 | 39 | 10 | 5 | 3B | 3C |
| Octal | 325 | 146 | 133 | 0 | 64 | 71 | 20 | 5 | 73 | 74 |
| Binary | 11010101 | 1100110 | 1011011 | 0 | 110100 | 111001 | 10000 | 101 | 111011 | 111100 |
Color Harmonies of #D5665B
Complementary color
Monochromatic Colors of #D5665B
Black with #D5665B
Text Example
Text Example
White with #D5665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5665B; }
p { color: rgb(213,102,91); }
H1.HeaderClassName
{
color: #D5665B;
}
.AnyTagClassName
{
color: #D5665B;
}
</style>
background-color css
<style>
a { background-color: #D5665B; }
a { background-color: rgb(213,102,91); }
div.DivClassName
{
background-color: #D5665B;
}
.BgClassName
{
background-color: #D5665B;
}
</style>
border-color css
<style>
span { border-color: #D5665B; }
span { border-color: rgb(213,102,91); }
td.TdClassName
{
border-color: #D5665B;
}
.TagClassName
{
border-color: #D5665B;
}
</style>