Shades of Cabaret #D25B6E
Tints of Cabaret #D25B6E
RGB
CMYK
RGB Variations
Color information
#D25B6E (or 0xD25B6E) is known color: Cabaret. HEX triplet: D2, 5B and 6E. RGB value is (210,91,110). Sum of RGB (Red+Green+Blue) = 210+91+110=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D25B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25B6E is #2DA491. Grayscale: #808080. Windows color (decimal): -2991250 or 7232466. OLE color: 7232466.
HSL color Cylindrical-coordinate representation of color #D25B6E: hue angle of 350.42º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25B6E is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 91 | 110 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.18 |
| HSL | 350.42º | 0.57% | 0.59% | - |
| HSV(B) | 350.42º | 0.57% | 0.82% | - |
| XYZ | 33.13 | 22.31 | 17.31 | - |
| YUV | 128.75 | 117.42 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 110 | 0 | 0.57 | 0.48 | 0.18 | 350.42 | 0.57 | 0.59 |
| Hex | D2 | 5B | 6E | 0 | 39 | 30 | 12 | 15E | 39 | 3B |
| Octal | 322 | 133 | 156 | 0 | 71 | 60 | 22 | 536 | 71 | 73 |
| Binary | 11010010 | 1011011 | 1101110 | 0 | 111001 | 110000 | 10010 | 101011110 | 111001 | 111011 |
Color Harmonies of #D25B6E
Complementary color
Monochromatic Colors of #D25B6E
Black with #D25B6E
Text Example
Text Example
White with #D25B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25B6E; }
p { color: rgb(210,91,110); }
H1.HeaderClassName
{
color: #D25B6E;
}
.AnyTagClassName
{
color: #D25B6E;
}
</style>
background-color css
<style>
a { background-color: #D25B6E; }
a { background-color: rgb(210,91,110); }
div.DivClassName
{
background-color: #D25B6E;
}
.BgClassName
{
background-color: #D25B6E;
}
</style>
border-color css
<style>
span { border-color: #D25B6E; }
span { border-color: rgb(210,91,110); }
td.TdClassName
{
border-color: #D25B6E;
}
.TagClassName
{
border-color: #D25B6E;
}
</style>