Shades of Cabaret #D2406A
Tints of Cabaret #D2406A
RGB
CMYK
RGB Variations
Color information
#D2406A (or 0xD2406A) is known color: Cabaret. HEX triplet: D2, 40 and 6A. RGB value is (210,64,106). Sum of RGB (Red+Green+Blue) = 210+64+106=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D2406A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2406A is #2DBF95. Grayscale: #707070. Windows color (decimal): -2998166 or 6963410. OLE color: 6963410.
HSL color Cylindrical-coordinate representation of color #D2406A: hue angle of 342.74º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2406A is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 106 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.18 |
| HSL | 342.74º | 0.62% | 0.54% | - |
| HSV(B) | 342.74º | 0.7% | 0.82% | - |
| XYZ | 31.01 | 18.41 | 15.55 | - |
| YUV | 112.44 | 124.37 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 106 | 0 | 0.70 | 0.50 | 0.18 | 342.74 | 0.62 | 0.54 |
| Hex | D2 | 40 | 6A | 0 | 46 | 32 | 12 | 157 | 3E | 36 |
| Octal | 322 | 100 | 152 | 0 | 106 | 62 | 22 | 527 | 76 | 66 |
| Binary | 11010010 | 1000000 | 1101010 | 0 | 1000110 | 110010 | 10010 | 101010111 | 111110 | 110110 |
Color Harmonies of #D2406A
Complementary color
Monochromatic Colors of #D2406A
Black with #D2406A
Text Example
Text Example
White with #D2406A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2406A; }
p { color: rgb(210,64,106); }
H1.HeaderClassName
{
color: #D2406A;
}
.AnyTagClassName
{
color: #D2406A;
}
</style>
background-color css
<style>
a { background-color: #D2406A; }
a { background-color: rgb(210,64,106); }
div.DivClassName
{
background-color: #D2406A;
}
.BgClassName
{
background-color: #D2406A;
}
</style>
border-color css
<style>
span { border-color: #D2406A; }
span { border-color: rgb(210,64,106); }
td.TdClassName
{
border-color: #D2406A;
}
.TagClassName
{
border-color: #D2406A;
}
</style>