Shades of Cabaret #D25669
Tints of Cabaret #D25669
RGB
CMYK
RGB Variations
Color information
#D25669 (or 0xD25669) is known color: Cabaret. HEX triplet: D2, 56 and 69. RGB value is (210,86,105). Sum of RGB (Red+Green+Blue) = 210+86+105=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D25669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25669 is #2DA996. Grayscale: #7D7D7D. Windows color (decimal): -2992535 or 6903506. OLE color: 6903506.
HSL color Cylindrical-coordinate representation of color #D25669: hue angle of 350.81º 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 #D25669 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 105 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.18 |
| HSL | 350.81º | 0.58% | 0.58% | - |
| HSV(B) | 350.81º | 0.59% | 0.82% | - |
| XYZ | 32.46 | 21.38 | 15.78 | - |
| YUV | 125.24 | 116.58 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 105 | 0 | 0.59 | 0.50 | 0.18 | 350.81 | 0.58 | 0.58 |
| Hex | D2 | 56 | 69 | 0 | 3B | 32 | 12 | 15F | 3A | 3A |
| Octal | 322 | 126 | 151 | 0 | 73 | 62 | 22 | 537 | 72 | 72 |
| Binary | 11010010 | 1010110 | 1101001 | 0 | 111011 | 110010 | 10010 | 101011111 | 111010 | 111010 |
Color Harmonies of #D25669
Complementary color
Monochromatic Colors of #D25669
Black with #D25669
Text Example
Text Example
White with #D25669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25669; }
p { color: rgb(210,86,105); }
H1.HeaderClassName
{
color: #D25669;
}
.AnyTagClassName
{
color: #D25669;
}
</style>
background-color css
<style>
a { background-color: #D25669; }
a { background-color: rgb(210,86,105); }
div.DivClassName
{
background-color: #D25669;
}
.BgClassName
{
background-color: #D25669;
}
</style>
border-color css
<style>
span { border-color: #D25669; }
span { border-color: rgb(210,86,105); }
td.TdClassName
{
border-color: #D25669;
}
.TagClassName
{
border-color: #D25669;
}
</style>