Shades of Cabaret #D5606F
Tints of Cabaret #D5606F
RGB
CMYK
RGB Variations
Color information
#D5606F (or 0xD5606F) is known color: Cabaret. HEX triplet: D5, 60 and 6F. RGB value is (213,96,111). Sum of RGB (Red+Green+Blue) = 213+96+111=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D5606F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5606F is #2A9F90. Grayscale: #848484. Windows color (decimal): -2793361 or 7299285. OLE color: 7299285.
HSL color Cylindrical-coordinate representation of color #D5606F: hue angle of 352.31º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5606F is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 96 | 111 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.16 |
| HSL | 352.31º | 0.58% | 0.61% | - |
| HSV(B) | 352.31º | 0.55% | 0.84% | - |
| XYZ | 34.49 | 23.66 | 17.79 | - |
| YUV | 132.69 | 115.76 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 96 | 111 | 0 | 0.55 | 0.48 | 0.16 | 352.31 | 0.58 | 0.61 |
| Hex | D5 | 60 | 6F | 0 | 37 | 30 | 10 | 160 | 3A | 3D |
| Octal | 325 | 140 | 157 | 0 | 67 | 60 | 20 | 540 | 72 | 75 |
| Binary | 11010101 | 1100000 | 1101111 | 0 | 110111 | 110000 | 10000 | 101100000 | 111010 | 111101 |
Color Harmonies of #D5606F
Complementary color
Monochromatic Colors of #D5606F
Black with #D5606F
Text Example
Text Example
White with #D5606F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5606F; }
p { color: rgb(213,96,111); }
H1.HeaderClassName
{
color: #D5606F;
}
.AnyTagClassName
{
color: #D5606F;
}
</style>
background-color css
<style>
a { background-color: #D5606F; }
a { background-color: rgb(213,96,111); }
div.DivClassName
{
background-color: #D5606F;
}
.BgClassName
{
background-color: #D5606F;
}
</style>
border-color css
<style>
span { border-color: #D5606F; }
span { border-color: rgb(213,96,111); }
td.TdClassName
{
border-color: #D5606F;
}
.TagClassName
{
border-color: #D5606F;
}
</style>