Shades of Cabaret #D2476A
Tints of Cabaret #D2476A
RGB
CMYK
RGB Variations
Color information
#D2476A (or 0xD2476A) is known color: Cabaret. HEX triplet: D2, 47 and 6A. RGB value is (210,71,106). Sum of RGB (Red+Green+Blue) = 210+71+106=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D2476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2476A is #2DB895. Grayscale: #747474. Windows color (decimal): -2996374 or 6965202. OLE color: 6965202.
HSL color Cylindrical-coordinate representation of color #D2476A: hue angle of 344.89º 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 #D2476A is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 106 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.18 |
| HSL | 344.89º | 0.61% | 0.55% | - |
| HSV(B) | 344.89º | 0.66% | 0.82% | - |
| XYZ | 31.43 | 19.25 | 15.69 | - |
| YUV | 116.55 | 122.05 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 106 | 0 | 0.66 | 0.50 | 0.18 | 344.89 | 0.61 | 0.55 |
| Hex | D2 | 47 | 6A | 0 | 42 | 32 | 12 | 159 | 3D | 37 |
| Octal | 322 | 107 | 152 | 0 | 102 | 62 | 22 | 531 | 75 | 67 |
| Binary | 11010010 | 1000111 | 1101010 | 0 | 1000010 | 110010 | 10010 | 101011001 | 111101 | 110111 |
Color Harmonies of #D2476A
Complementary color
Monochromatic Colors of #D2476A
Black with #D2476A
Text Example
Text Example
White with #D2476A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2476A; }
p { color: rgb(210,71,106); }
H1.HeaderClassName
{
color: #D2476A;
}
.AnyTagClassName
{
color: #D2476A;
}
</style>
background-color css
<style>
a { background-color: #D2476A; }
a { background-color: rgb(210,71,106); }
div.DivClassName
{
background-color: #D2476A;
}
.BgClassName
{
background-color: #D2476A;
}
</style>
border-color css
<style>
span { border-color: #D2476A; }
span { border-color: rgb(210,71,106); }
td.TdClassName
{
border-color: #D2476A;
}
.TagClassName
{
border-color: #D2476A;
}
</style>