Shades of Cabaret #D24B6A
Tints of Cabaret #D24B6A
RGB
CMYK
RGB Variations
Color information
#D24B6A (or 0xD24B6A) is known color: Cabaret. HEX triplet: D2, 4B and 6A. RGB value is (210,75,106). Sum of RGB (Red+Green+Blue) = 210+75+106=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D24B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24B6A is #2DB495. Grayscale: #767676. Windows color (decimal): -2995350 or 6966226. OLE color: 6966226.
HSL color Cylindrical-coordinate representation of color #D24B6A: hue angle of 346.22º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D24B6A is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 75 | 106 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.18 |
| HSL | 346.22º | 0.6% | 0.56% | - |
| HSV(B) | 346.22º | 0.64% | 0.82% | - |
| XYZ | 31.7 | 19.77 | 15.78 | - |
| YUV | 118.9 | 120.73 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 75 | 106 | 0 | 0.64 | 0.50 | 0.18 | 346.22 | 0.6 | 0.56 |
| Hex | D2 | 4B | 6A | 0 | 40 | 32 | 12 | 15A | 3C | 38 |
| Octal | 322 | 113 | 152 | 0 | 100 | 62 | 22 | 532 | 74 | 70 |
| Binary | 11010010 | 1001011 | 1101010 | 0 | 1000000 | 110010 | 10010 | 101011010 | 111100 | 111000 |
Color Harmonies of #D24B6A
Complementary color
Monochromatic Colors of #D24B6A
Black with #D24B6A
Text Example
Text Example
White with #D24B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24B6A; }
p { color: rgb(210,75,106); }
H1.HeaderClassName
{
color: #D24B6A;
}
.AnyTagClassName
{
color: #D24B6A;
}
</style>
background-color css
<style>
a { background-color: #D24B6A; }
a { background-color: rgb(210,75,106); }
div.DivClassName
{
background-color: #D24B6A;
}
.BgClassName
{
background-color: #D24B6A;
}
</style>
border-color css
<style>
span { border-color: #D24B6A; }
span { border-color: rgb(210,75,106); }
td.TdClassName
{
border-color: #D24B6A;
}
.TagClassName
{
border-color: #D24B6A;
}
</style>