Shades of Cabaret #D24166
Tints of Cabaret #D24166
RGB
CMYK
RGB Variations
Color information
#D24166 (or 0xD24166) is known color: Cabaret. HEX triplet: D2, 41 and 66. RGB value is (210,65,102). Sum of RGB (Red+Green+Blue) = 210+65+102=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D24166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24166 is #2DBE99. Grayscale: #707070. Windows color (decimal): -2997914 or 6701522. OLE color: 6701522.
HSL color Cylindrical-coordinate representation of color #D24166: hue angle of 344.69º 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 #D24166 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 65 | 102 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.18 |
| HSL | 344.69º | 0.62% | 0.54% | - |
| HSV(B) | 344.69º | 0.69% | 0.82% | - |
| XYZ | 30.87 | 18.44 | 14.5 | - |
| YUV | 112.57 | 122.04 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 102 | 0 | 0.69 | 0.51 | 0.18 | 344.69 | 0.62 | 0.54 |
| Hex | D2 | 41 | 66 | 0 | 45 | 33 | 12 | 159 | 3E | 36 |
| Octal | 322 | 101 | 146 | 0 | 105 | 63 | 22 | 531 | 76 | 66 |
| Binary | 11010010 | 1000001 | 1100110 | 0 | 1000101 | 110011 | 10010 | 101011001 | 111110 | 110110 |
Color Harmonies of #D24166
Complementary color
Monochromatic Colors of #D24166
Black with #D24166
Text Example
Text Example
White with #D24166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24166; }
p { color: rgb(210,65,102); }
H1.HeaderClassName
{
color: #D24166;
}
.AnyTagClassName
{
color: #D24166;
}
</style>
background-color css
<style>
a { background-color: #D24166; }
a { background-color: rgb(210,65,102); }
div.DivClassName
{
background-color: #D24166;
}
.BgClassName
{
background-color: #D24166;
}
</style>
border-color css
<style>
span { border-color: #D24166; }
span { border-color: rgb(210,65,102); }
td.TdClassName
{
border-color: #D24166;
}
.TagClassName
{
border-color: #D24166;
}
</style>