Shades of Cabaret #D2426C
Tints of Cabaret #D2426C
RGB
CMYK
RGB Variations
Color information
#D2426C (or 0xD2426C) is known color: Cabaret. HEX triplet: D2, 42 and 6C. RGB value is (210,66,108). Sum of RGB (Red+Green+Blue) = 210+66+108=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D2426C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2426C is #2DBD93. Grayscale: #717171. Windows color (decimal): -2997652 or 7094994. OLE color: 7094994.
HSL color Cylindrical-coordinate representation of color #D2426C: hue angle of 342.5º 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 #D2426C is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 108 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.18 |
| HSL | 342.5º | 0.62% | 0.54% | - |
| HSV(B) | 342.5º | 0.69% | 0.82% | - |
| XYZ | 31.23 | 18.68 | 16.15 | - |
| YUV | 113.84 | 124.71 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 108 | 0 | 0.69 | 0.49 | 0.18 | 342.5 | 0.62 | 0.54 |
| Hex | D2 | 42 | 6C | 0 | 45 | 31 | 12 | 156 | 3E | 36 |
| Octal | 322 | 102 | 154 | 0 | 105 | 61 | 22 | 526 | 76 | 66 |
| Binary | 11010010 | 1000010 | 1101100 | 0 | 1000101 | 110001 | 10010 | 101010110 | 111110 | 110110 |
Color Harmonies of #D2426C
Complementary color
Monochromatic Colors of #D2426C
Black with #D2426C
Text Example
Text Example
White with #D2426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2426C; }
p { color: rgb(210,66,108); }
H1.HeaderClassName
{
color: #D2426C;
}
.AnyTagClassName
{
color: #D2426C;
}
</style>
background-color css
<style>
a { background-color: #D2426C; }
a { background-color: rgb(210,66,108); }
div.DivClassName
{
background-color: #D2426C;
}
.BgClassName
{
background-color: #D2426C;
}
</style>
border-color css
<style>
span { border-color: #D2426C; }
span { border-color: rgb(210,66,108); }
td.TdClassName
{
border-color: #D2426C;
}
.TagClassName
{
border-color: #D2426C;
}
</style>