Shades of Cabaret #D25565
Tints of Cabaret #D25565
RGB
CMYK
RGB Variations
Color information
#D25565 (or 0xD25565) is known color: Cabaret. HEX triplet: D2, 55 and 65. RGB value is (210,85,101). Sum of RGB (Red+Green+Blue) = 210+85+101=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D25565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25565 is #2DAA9A. Grayscale: #7C7C7C. Windows color (decimal): -2992795 or 6641106. OLE color: 6641106.
HSL color Cylindrical-coordinate representation of color #D25565: hue angle of 352.32º 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 #D25565 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 101 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.18 |
| HSL | 352.32º | 0.58% | 0.58% | - |
| HSV(B) | 352.32º | 0.6% | 0.82% | - |
| XYZ | 32.18 | 21.14 | 14.7 | - |
| YUV | 124.2 | 114.91 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 101 | 0 | 0.60 | 0.52 | 0.18 | 352.32 | 0.58 | 0.58 |
| Hex | D2 | 55 | 65 | 0 | 3C | 34 | 12 | 160 | 3A | 3A |
| Octal | 322 | 125 | 145 | 0 | 74 | 64 | 22 | 540 | 72 | 72 |
| Binary | 11010010 | 1010101 | 1100101 | 0 | 111100 | 110100 | 10010 | 101100000 | 111010 | 111010 |
Color Harmonies of #D25565
Complementary color
Monochromatic Colors of #D25565
Black with #D25565
Text Example
Text Example
White with #D25565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25565; }
p { color: rgb(210,85,101); }
H1.HeaderClassName
{
color: #D25565;
}
.AnyTagClassName
{
color: #D25565;
}
</style>
background-color css
<style>
a { background-color: #D25565; }
a { background-color: rgb(210,85,101); }
div.DivClassName
{
background-color: #D25565;
}
.BgClassName
{
background-color: #D25565;
}
</style>
border-color css
<style>
span { border-color: #D25565; }
span { border-color: rgb(210,85,101); }
td.TdClassName
{
border-color: #D25565;
}
.TagClassName
{
border-color: #D25565;
}
</style>