Shades of Roman #D6645B
Tints of Roman #D6645B
RGB
CMYK
RGB Variations
Color information
#D6645B (or 0xD6645B) is known color: Roman. HEX triplet: D6, 64 and 5B. RGB value is (214,100,91). Sum of RGB (Red+Green+Blue) = 214+100+91=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D6645B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6645B is #299BA4. Grayscale: #858585. Windows color (decimal): -2726821 or 5989590. OLE color: 5989590.
HSL color Cylindrical-coordinate representation of color #D6645B: hue angle of 4.39º degrees, saturation: 0.6, 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 #D6645B is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 100 | 91 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.16 |
| HSL | 4.39º | 0.6% | 0.6% | - |
| HSV(B) | 4.39º | 0.57% | 0.84% | - |
| XYZ | 34.18 | 24.17 | 12.76 | - |
| YUV | 133.06 | 104.27 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 91 | 0 | 0.53 | 0.57 | 0.16 | 4.39 | 0.6 | 0.6 |
| Hex | D6 | 64 | 5B | 0 | 35 | 39 | 10 | 4 | 3C | 3C |
| Octal | 326 | 144 | 133 | 0 | 65 | 71 | 20 | 4 | 74 | 74 |
| Binary | 11010110 | 1100100 | 1011011 | 0 | 110101 | 111001 | 10000 | 100 | 111100 | 111100 |
Color Harmonies of #D6645B
Complementary color
Monochromatic Colors of #D6645B
Black with #D6645B
Text Example
Text Example
White with #D6645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6645B; }
p { color: rgb(214,100,91); }
H1.HeaderClassName
{
color: #D6645B;
}
.AnyTagClassName
{
color: #D6645B;
}
</style>
background-color css
<style>
a { background-color: #D6645B; }
a { background-color: rgb(214,100,91); }
div.DivClassName
{
background-color: #D6645B;
}
.BgClassName
{
background-color: #D6645B;
}
</style>
border-color css
<style>
span { border-color: #D6645B; }
span { border-color: rgb(214,100,91); }
td.TdClassName
{
border-color: #D6645B;
}
.TagClassName
{
border-color: #D6645B;
}
</style>