Shades of Cabaret #D25869
Tints of Cabaret #D25869
RGB
CMYK
RGB Variations
Color information
#D25869 (or 0xD25869) is known color: Cabaret. HEX triplet: D2, 58 and 69. RGB value is (210,88,105). Sum of RGB (Red+Green+Blue) = 210+88+105=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D25869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25869 is #2DA796. Grayscale: #7E7E7E. Windows color (decimal): -2992023 or 6904018. OLE color: 6904018.
HSL color Cylindrical-coordinate representation of color #D25869: hue angle of 351.64º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D25869 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 105 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.18 |
| HSL | 351.64º | 0.58% | 0.58% | - |
| HSV(B) | 351.64º | 0.58% | 0.82% | - |
| XYZ | 32.62 | 21.7 | 15.83 | - |
| YUV | 126.42 | 115.92 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 105 | 0 | 0.58 | 0.50 | 0.18 | 351.64 | 0.58 | 0.58 |
| Hex | D2 | 58 | 69 | 0 | 3A | 32 | 12 | 160 | 3A | 3A |
| Octal | 322 | 130 | 151 | 0 | 72 | 62 | 22 | 540 | 72 | 72 |
| Binary | 11010010 | 1011000 | 1101001 | 0 | 111010 | 110010 | 10010 | 101100000 | 111010 | 111010 |
Color Harmonies of #D25869
Complementary color
Monochromatic Colors of #D25869
Black with #D25869
Text Example
Text Example
White with #D25869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25869; }
p { color: rgb(210,88,105); }
H1.HeaderClassName
{
color: #D25869;
}
.AnyTagClassName
{
color: #D25869;
}
</style>
background-color css
<style>
a { background-color: #D25869; }
a { background-color: rgb(210,88,105); }
div.DivClassName
{
background-color: #D25869;
}
.BgClassName
{
background-color: #D25869;
}
</style>
border-color css
<style>
span { border-color: #D25869; }
span { border-color: rgb(210,88,105); }
td.TdClassName
{
border-color: #D25869;
}
.TagClassName
{
border-color: #D25869;
}
</style>