Shades of Cabaret #D2456C
Tints of Cabaret #D2456C
RGB
CMYK
RGB Variations
Color information
#D2456C (or 0xD2456C) is known color: Cabaret. HEX triplet: D2, 45 and 6C. RGB value is (210,69,108). Sum of RGB (Red+Green+Blue) = 210+69+108=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D2456C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2456C is #2DBA93. Grayscale: #737373. Windows color (decimal): -2996884 or 7095762. OLE color: 7095762.
HSL color Cylindrical-coordinate representation of color #D2456C: hue angle of 343.4º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D2456C is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 69 | 108 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.18 |
| HSL | 343.4º | 0.61% | 0.55% | - |
| HSV(B) | 343.4º | 0.67% | 0.82% | - |
| XYZ | 31.41 | 19.04 | 16.21 | - |
| YUV | 115.61 | 123.71 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 69 | 108 | 0 | 0.67 | 0.49 | 0.18 | 343.4 | 0.61 | 0.55 |
| Hex | D2 | 45 | 6C | 0 | 43 | 31 | 12 | 157 | 3D | 37 |
| Octal | 322 | 105 | 154 | 0 | 103 | 61 | 22 | 527 | 75 | 67 |
| Binary | 11010010 | 1000101 | 1101100 | 0 | 1000011 | 110001 | 10010 | 101010111 | 111101 | 110111 |
Color Harmonies of #D2456C
Complementary color
Monochromatic Colors of #D2456C
Black with #D2456C
Text Example
Text Example
White with #D2456C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2456C; }
p { color: rgb(210,69,108); }
H1.HeaderClassName
{
color: #D2456C;
}
.AnyTagClassName
{
color: #D2456C;
}
</style>
background-color css
<style>
a { background-color: #D2456C; }
a { background-color: rgb(210,69,108); }
div.DivClassName
{
background-color: #D2456C;
}
.BgClassName
{
background-color: #D2456C;
}
</style>
border-color css
<style>
span { border-color: #D2456C; }
span { border-color: rgb(210,69,108); }
td.TdClassName
{
border-color: #D2456C;
}
.TagClassName
{
border-color: #D2456C;
}
</style>