Shades of Cabaret #D25569
Tints of Cabaret #D25569
RGB
CMYK
RGB Variations
Color information
#D25569 (or 0xD25569) is known color: Cabaret. HEX triplet: D2, 55 and 69. RGB value is (210,85,105). Sum of RGB (Red+Green+Blue) = 210+85+105=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D25569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25569 is #2DAA96. Grayscale: #7C7C7C. Windows color (decimal): -2992791 or 6903250. OLE color: 6903250.
HSL color Cylindrical-coordinate representation of color #D25569: hue angle of 350.4º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25569 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 105 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.18 |
| HSL | 350.4º | 0.58% | 0.58% | - |
| HSV(B) | 350.4º | 0.6% | 0.82% | - |
| XYZ | 32.38 | 21.22 | 15.75 | - |
| YUV | 124.66 | 116.91 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 105 | 0 | 0.60 | 0.50 | 0.18 | 350.4 | 0.58 | 0.58 |
| Hex | D2 | 55 | 69 | 0 | 3C | 32 | 12 | 15E | 3A | 3A |
| Octal | 322 | 125 | 151 | 0 | 74 | 62 | 22 | 536 | 72 | 72 |
| Binary | 11010010 | 1010101 | 1101001 | 0 | 111100 | 110010 | 10010 | 101011110 | 111010 | 111010 |
Color Harmonies of #D25569
Complementary color
Monochromatic Colors of #D25569
Black with #D25569
Text Example
Text Example
White with #D25569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25569; }
p { color: rgb(210,85,105); }
H1.HeaderClassName
{
color: #D25569;
}
.AnyTagClassName
{
color: #D25569;
}
</style>
background-color css
<style>
a { background-color: #D25569; }
a { background-color: rgb(210,85,105); }
div.DivClassName
{
background-color: #D25569;
}
.BgClassName
{
background-color: #D25569;
}
</style>
border-color css
<style>
span { border-color: #D25569; }
span { border-color: rgb(210,85,105); }
td.TdClassName
{
border-color: #D25569;
}
.TagClassName
{
border-color: #D25569;
}
</style>