Shades of Cabaret #D25172
Tints of Cabaret #D25172
RGB
CMYK
RGB Variations
Color information
#D25172 (or 0xD25172) is known color: Cabaret. HEX triplet: D2, 51 and 72. RGB value is (210,81,114). Sum of RGB (Red+Green+Blue) = 210+81+114=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D25172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25172 is #2DAE8D. Grayscale: #7B7B7B. Windows color (decimal): -2993806 or 7492050. OLE color: 7492050.
HSL color Cylindrical-coordinate representation of color #D25172: hue angle of 344.65º 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 #D25172 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 81 | 114 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.18 |
| HSL | 344.65º | 0.59% | 0.57% | - |
| HSV(B) | 344.65º | 0.61% | 0.82% | - |
| XYZ | 32.56 | 20.8 | 18.22 | - |
| YUV | 123.33 | 122.74 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 114 | 0 | 0.61 | 0.46 | 0.18 | 344.65 | 0.59 | 0.57 |
| Hex | D2 | 51 | 72 | 0 | 3D | 2E | 12 | 159 | 3B | 39 |
| Octal | 322 | 121 | 162 | 0 | 75 | 56 | 22 | 531 | 73 | 71 |
| Binary | 11010010 | 1010001 | 1110010 | 0 | 111101 | 101110 | 10010 | 101011001 | 111011 | 111001 |
Color Harmonies of #D25172
Complementary color
Monochromatic Colors of #D25172
Black with #D25172
Text Example
Text Example
White with #D25172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25172; }
p { color: rgb(210,81,114); }
H1.HeaderClassName
{
color: #D25172;
}
.AnyTagClassName
{
color: #D25172;
}
</style>
background-color css
<style>
a { background-color: #D25172; }
a { background-color: rgb(210,81,114); }
div.DivClassName
{
background-color: #D25172;
}
.BgClassName
{
background-color: #D25172;
}
</style>
border-color css
<style>
span { border-color: #D25172; }
span { border-color: rgb(210,81,114); }
td.TdClassName
{
border-color: #D25172;
}
.TagClassName
{
border-color: #D25172;
}
</style>