Shades of Cabaret #D24164
Tints of Cabaret #D24164
RGB
CMYK
RGB Variations
Color information
#D24164 (or 0xD24164) is known color: Cabaret. HEX triplet: D2, 41 and 64. RGB value is (210,65,100). Sum of RGB (Red+Green+Blue) = 210+65+100=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D24164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24164 is #2DBE9B. Grayscale: #707070. Windows color (decimal): -2997916 or 6570450. OLE color: 6570450.
HSL color Cylindrical-coordinate representation of color #D24164: hue angle of 345.52º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D24164 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 65 | 100 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.18 |
| HSL | 345.52º | 0.62% | 0.54% | - |
| HSV(B) | 345.52º | 0.69% | 0.82% | - |
| XYZ | 30.77 | 18.4 | 13.99 | - |
| YUV | 112.35 | 121.04 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 100 | 0 | 0.69 | 0.52 | 0.18 | 345.52 | 0.62 | 0.54 |
| Hex | D2 | 41 | 64 | 0 | 45 | 34 | 12 | 15A | 3E | 36 |
| Octal | 322 | 101 | 144 | 0 | 105 | 64 | 22 | 532 | 76 | 66 |
| Binary | 11010010 | 1000001 | 1100100 | 0 | 1000101 | 110100 | 10010 | 101011010 | 111110 | 110110 |
Color Harmonies of #D24164
Complementary color
Monochromatic Colors of #D24164
Black with #D24164
Text Example
Text Example
White with #D24164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24164; }
p { color: rgb(210,65,100); }
H1.HeaderClassName
{
color: #D24164;
}
.AnyTagClassName
{
color: #D24164;
}
</style>
background-color css
<style>
a { background-color: #D24164; }
a { background-color: rgb(210,65,100); }
div.DivClassName
{
background-color: #D24164;
}
.BgClassName
{
background-color: #D24164;
}
</style>
border-color css
<style>
span { border-color: #D24164; }
span { border-color: rgb(210,65,100); }
td.TdClassName
{
border-color: #D24164;
}
.TagClassName
{
border-color: #D24164;
}
</style>