Shades of Cabaret #D25170
Tints of Cabaret #D25170
RGB
CMYK
RGB Variations
Color information
#D25170 (or 0xD25170) is known color: Cabaret. HEX triplet: D2, 51 and 70. RGB value is (210,81,112). Sum of RGB (Red+Green+Blue) = 210+81+112=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D25170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25170 is #2DAE8F. Grayscale: #7B7B7B. Windows color (decimal): -2993808 or 7360978. OLE color: 7360978.
HSL color Cylindrical-coordinate representation of color #D25170: hue angle of 345.58º 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 #D25170 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 81 | 112 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.18 |
| HSL | 345.58º | 0.59% | 0.57% | - |
| HSV(B) | 345.58º | 0.61% | 0.82% | - |
| XYZ | 32.45 | 20.76 | 17.63 | - |
| YUV | 123.11 | 121.74 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 112 | 0 | 0.61 | 0.47 | 0.18 | 345.58 | 0.59 | 0.57 |
| Hex | D2 | 51 | 70 | 0 | 3D | 2F | 12 | 15A | 3B | 39 |
| Octal | 322 | 121 | 160 | 0 | 75 | 57 | 22 | 532 | 73 | 71 |
| Binary | 11010010 | 1010001 | 1110000 | 0 | 111101 | 101111 | 10010 | 101011010 | 111011 | 111001 |
Color Harmonies of #D25170
Complementary color
Monochromatic Colors of #D25170
Black with #D25170
Text Example
Text Example
White with #D25170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25170; }
p { color: rgb(210,81,112); }
H1.HeaderClassName
{
color: #D25170;
}
.AnyTagClassName
{
color: #D25170;
}
</style>
background-color css
<style>
a { background-color: #D25170; }
a { background-color: rgb(210,81,112); }
div.DivClassName
{
background-color: #D25170;
}
.BgClassName
{
background-color: #D25170;
}
</style>
border-color css
<style>
span { border-color: #D25170; }
span { border-color: rgb(210,81,112); }
td.TdClassName
{
border-color: #D25170;
}
.TagClassName
{
border-color: #D25170;
}
</style>