Shades of Cabaret #D25364
Tints of Cabaret #D25364
RGB
CMYK
RGB Variations
Color information
#D25364 (or 0xD25364) is known color: Cabaret. HEX triplet: D2, 53 and 64. RGB value is (210,83,100). Sum of RGB (Red+Green+Blue) = 210+83+100=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D25364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25364 is #2DAC9B. Grayscale: #7A7A7A. Windows color (decimal): -2993308 or 6575058. OLE color: 6575058.
HSL color Cylindrical-coordinate representation of color #D25364: hue angle of 351.97º 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 #D25364 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 100 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.18 |
| HSL | 351.97º | 0.59% | 0.57% | - |
| HSV(B) | 351.97º | 0.6% | 0.82% | - |
| XYZ | 31.97 | 20.81 | 14.39 | - |
| YUV | 122.91 | 115.08 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 100 | 0 | 0.60 | 0.52 | 0.18 | 351.97 | 0.59 | 0.57 |
| Hex | D2 | 53 | 64 | 0 | 3C | 34 | 12 | 160 | 3B | 39 |
| Octal | 322 | 123 | 144 | 0 | 74 | 64 | 22 | 540 | 73 | 71 |
| Binary | 11010010 | 1010011 | 1100100 | 0 | 111100 | 110100 | 10010 | 101100000 | 111011 | 111001 |
Color Harmonies of #D25364
Complementary color
Monochromatic Colors of #D25364
Black with #D25364
Text Example
Text Example
White with #D25364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25364; }
p { color: rgb(210,83,100); }
H1.HeaderClassName
{
color: #D25364;
}
.AnyTagClassName
{
color: #D25364;
}
</style>
background-color css
<style>
a { background-color: #D25364; }
a { background-color: rgb(210,83,100); }
div.DivClassName
{
background-color: #D25364;
}
.BgClassName
{
background-color: #D25364;
}
</style>
border-color css
<style>
span { border-color: #D25364; }
span { border-color: rgb(210,83,100); }
td.TdClassName
{
border-color: #D25364;
}
.TagClassName
{
border-color: #D25364;
}
</style>