Shades of Cabaret #D25465
Tints of Cabaret #D25465
RGB
CMYK
RGB Variations
Color information
#D25465 (or 0xD25465) is known color: Cabaret. HEX triplet: D2, 54 and 65. RGB value is (210,84,101). Sum of RGB (Red+Green+Blue) = 210+84+101=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D25465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25465 is #2DAB9A. Grayscale: #7B7B7B. Windows color (decimal): -2993051 or 6640850. OLE color: 6640850.
HSL color Cylindrical-coordinate representation of color #D25465: hue angle of 351.9º 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 #D25465 is Cyan = 0, Magento = 0.6, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 101 | - |
| CMYK | 0 | 0.6 | 0.52 | 0.18 |
| HSL | 351.9º | 0.58% | 0.58% | - |
| HSV(B) | 351.9º | 0.6% | 0.82% | - |
| XYZ | 32.1 | 20.98 | 14.67 | - |
| YUV | 123.61 | 115.24 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 101 | 0 | 0.6 | 0.52 | 0.18 | 351.9 | 0.58 | 0.58 |
| Hex | D2 | 54 | 65 | 0 | 3C | 34 | 12 | 160 | 3A | 3A |
| Octal | 322 | 124 | 145 | 0 | 74 | 64 | 22 | 540 | 72 | 72 |
| Binary | 11010010 | 1010100 | 1100101 | 0 | 111100 | 110100 | 10010 | 101100000 | 111010 | 111010 |
Color Harmonies of #D25465
Complementary color
Monochromatic Colors of #D25465
Black with #D25465
Text Example
Text Example
White with #D25465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25465; }
p { color: rgb(210,84,101); }
H1.HeaderClassName
{
color: #D25465;
}
.AnyTagClassName
{
color: #D25465;
}
</style>
background-color css
<style>
a { background-color: #D25465; }
a { background-color: rgb(210,84,101); }
div.DivClassName
{
background-color: #D25465;
}
.BgClassName
{
background-color: #D25465;
}
</style>
border-color css
<style>
span { border-color: #D25465; }
span { border-color: rgb(210,84,101); }
td.TdClassName
{
border-color: #D25465;
}
.TagClassName
{
border-color: #D25465;
}
</style>