Shades of Cabaret #D25372
Tints of Cabaret #D25372
RGB
CMYK
RGB Variations
Color information
#D25372 (or 0xD25372) is known color: Cabaret. HEX triplet: D2, 53 and 72. RGB value is (210,83,114). Sum of RGB (Red+Green+Blue) = 210+83+114=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D25372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25372 is #2DAC8D. Grayscale: #7C7C7C. Windows color (decimal): -2993294 or 7492562. OLE color: 7492562.
HSL color Cylindrical-coordinate representation of color #D25372: hue angle of 345.35º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25372 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 114 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.18 |
| HSL | 345.35º | 0.59% | 0.57% | - |
| HSV(B) | 345.35º | 0.6% | 0.82% | - |
| XYZ | 32.71 | 21.1 | 18.27 | - |
| YUV | 124.51 | 122.08 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 114 | 0 | 0.60 | 0.46 | 0.18 | 345.35 | 0.59 | 0.57 |
| Hex | D2 | 53 | 72 | 0 | 3C | 2E | 12 | 159 | 3B | 39 |
| Octal | 322 | 123 | 162 | 0 | 74 | 56 | 22 | 531 | 73 | 71 |
| Binary | 11010010 | 1010011 | 1110010 | 0 | 111100 | 101110 | 10010 | 101011001 | 111011 | 111001 |
Color Harmonies of #D25372
Complementary color
Monochromatic Colors of #D25372
Black with #D25372
Text Example
Text Example
White with #D25372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25372; }
p { color: rgb(210,83,114); }
H1.HeaderClassName
{
color: #D25372;
}
.AnyTagClassName
{
color: #D25372;
}
</style>
background-color css
<style>
a { background-color: #D25372; }
a { background-color: rgb(210,83,114); }
div.DivClassName
{
background-color: #D25372;
}
.BgClassName
{
background-color: #D25372;
}
</style>
border-color css
<style>
span { border-color: #D25372; }
span { border-color: rgb(210,83,114); }
td.TdClassName
{
border-color: #D25372;
}
.TagClassName
{
border-color: #D25372;
}
</style>