Shades of Cabaret #D2476F
Tints of Cabaret #D2476F
RGB
CMYK
RGB Variations
Color information
#D2476F (or 0xD2476F) is known color: Cabaret. HEX triplet: D2, 47 and 6F. RGB value is (210,71,111). Sum of RGB (Red+Green+Blue) = 210+71+111=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D2476F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2476F is #2DB890. Grayscale: #757575. Windows color (decimal): -2996369 or 7292882. OLE color: 7292882.
HSL color Cylindrical-coordinate representation of color #D2476F: hue angle of 342.73º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D2476F is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 111 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.18 |
| HSL | 342.73º | 0.61% | 0.55% | - |
| HSV(B) | 342.73º | 0.66% | 0.82% | - |
| XYZ | 31.7 | 19.36 | 17.1 | - |
| YUV | 117.12 | 124.55 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 111 | 0 | 0.66 | 0.47 | 0.18 | 342.73 | 0.61 | 0.55 |
| Hex | D2 | 47 | 6F | 0 | 42 | 2F | 12 | 157 | 3D | 37 |
| Octal | 322 | 107 | 157 | 0 | 102 | 57 | 22 | 527 | 75 | 67 |
| Binary | 11010010 | 1000111 | 1101111 | 0 | 1000010 | 101111 | 10010 | 101010111 | 111101 | 110111 |
Color Harmonies of #D2476F
Complementary color
Monochromatic Colors of #D2476F
Black with #D2476F
Text Example
Text Example
White with #D2476F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2476F; }
p { color: rgb(210,71,111); }
H1.HeaderClassName
{
color: #D2476F;
}
.AnyTagClassName
{
color: #D2476F;
}
</style>
background-color css
<style>
a { background-color: #D2476F; }
a { background-color: rgb(210,71,111); }
div.DivClassName
{
background-color: #D2476F;
}
.BgClassName
{
background-color: #D2476F;
}
</style>
border-color css
<style>
span { border-color: #D2476F; }
span { border-color: rgb(210,71,111); }
td.TdClassName
{
border-color: #D2476F;
}
.TagClassName
{
border-color: #D2476F;
}
</style>