Shades of Cabaret #D25665
Tints of Cabaret #D25665
RGB
CMYK
RGB Variations
Color information
#D25665 (or 0xD25665) is known color: Cabaret. HEX triplet: D2, 56 and 65. RGB value is (210,86,101). Sum of RGB (Red+Green+Blue) = 210+86+101=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D25665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25665 is #2DA99A. Grayscale: #7C7C7C. Windows color (decimal): -2992539 or 6641362. OLE color: 6641362.
HSL color Cylindrical-coordinate representation of color #D25665: hue angle of 352.74º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D25665 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 101 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.18 |
| HSL | 352.74º | 0.58% | 0.58% | - |
| HSV(B) | 352.74º | 0.59% | 0.82% | - |
| XYZ | 32.26 | 21.3 | 14.72 | - |
| YUV | 124.79 | 114.58 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 101 | 0 | 0.59 | 0.52 | 0.18 | 352.74 | 0.58 | 0.58 |
| Hex | D2 | 56 | 65 | 0 | 3B | 34 | 12 | 161 | 3A | 3A |
| Octal | 322 | 126 | 145 | 0 | 73 | 64 | 22 | 541 | 72 | 72 |
| Binary | 11010010 | 1010110 | 1100101 | 0 | 111011 | 110100 | 10010 | 101100001 | 111010 | 111010 |
Color Harmonies of #D25665
Complementary color
Monochromatic Colors of #D25665
Black with #D25665
Text Example
Text Example
White with #D25665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25665; }
p { color: rgb(210,86,101); }
H1.HeaderClassName
{
color: #D25665;
}
.AnyTagClassName
{
color: #D25665;
}
</style>
background-color css
<style>
a { background-color: #D25665; }
a { background-color: rgb(210,86,101); }
div.DivClassName
{
background-color: #D25665;
}
.BgClassName
{
background-color: #D25665;
}
</style>
border-color css
<style>
span { border-color: #D25665; }
span { border-color: rgb(210,86,101); }
td.TdClassName
{
border-color: #D25665;
}
.TagClassName
{
border-color: #D25665;
}
</style>