Shades of Cabaret #D25266
Tints of Cabaret #D25266
RGB
CMYK
RGB Variations
Color information
#D25266 (or 0xD25266) is known color: Cabaret. HEX triplet: D2, 52 and 66. RGB value is (210,82,102). Sum of RGB (Red+Green+Blue) = 210+82+102=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D25266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25266 is #2DAD99. Grayscale: #7A7A7A. Windows color (decimal): -2993562 or 6705874. OLE color: 6705874.
HSL color Cylindrical-coordinate representation of color #D25266: hue angle of 350.62º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D25266 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 82 | 102 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.18 |
| HSL | 350.63º | 0.59% | 0.57% | - |
| HSV(B) | 350.63º | 0.61% | 0.82% | - |
| XYZ | 31.99 | 20.7 | 14.88 | - |
| YUV | 122.55 | 116.41 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 82 | 102 | 0 | 0.61 | 0.51 | 0.18 | 350.63 | 0.59 | 0.57 |
| Hex | D2 | 52 | 66 | 0 | 3D | 33 | 12 | 15F | 3B | 39 |
| Octal | 322 | 122 | 146 | 0 | 75 | 63 | 22 | 537 | 73 | 71 |
| Binary | 11010010 | 1010010 | 1100110 | 0 | 111101 | 110011 | 10010 | 101011111 | 111011 | 111001 |
Color Harmonies of #D25266
Complementary color
Monochromatic Colors of #D25266
Black with #D25266
Text Example
Text Example
White with #D25266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25266; }
p { color: rgb(210,82,102); }
H1.HeaderClassName
{
color: #D25266;
}
.AnyTagClassName
{
color: #D25266;
}
</style>
background-color css
<style>
a { background-color: #D25266; }
a { background-color: rgb(210,82,102); }
div.DivClassName
{
background-color: #D25266;
}
.BgClassName
{
background-color: #D25266;
}
</style>
border-color css
<style>
span { border-color: #D25266; }
span { border-color: rgb(210,82,102); }
td.TdClassName
{
border-color: #D25266;
}
.TagClassName
{
border-color: #D25266;
}
</style>