Shades of Cabaret #D35069
Tints of Cabaret #D35069
RGB
CMYK
RGB Variations
Color information
#D35069 (or 0xD35069) is known color: Cabaret. HEX triplet: D3, 50 and 69. RGB value is (211,80,105). Sum of RGB (Red+Green+Blue) = 211+80+105=396 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.28% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 211 - color contains mainly: red. Hex color #D35069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35069 is #2CAF96. Grayscale: #7A7A7A. Windows color (decimal): -2928535 or 6901971. OLE color: 6901971.
HSL color Cylindrical-coordinate representation of color #D35069: hue angle of 348.55º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D35069 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 80 | 105 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.17 |
| HSL | 348.55º | 0.6% | 0.57% | - |
| HSV(B) | 348.55º | 0.62% | 0.83% | - |
| XYZ | 32.28 | 20.61 | 15.64 | - |
| YUV | 122.02 | 118.4 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 80 | 105 | 0 | 0.62 | 0.50 | 0.17 | 348.55 | 0.6 | 0.57 |
| Hex | D3 | 50 | 69 | 0 | 3E | 32 | 11 | 15D | 3C | 39 |
| Octal | 323 | 120 | 151 | 0 | 76 | 62 | 21 | 535 | 74 | 71 |
| Binary | 11010011 | 1010000 | 1101001 | 0 | 111110 | 110010 | 10001 | 101011101 | 111100 | 111001 |
Color Harmonies of #D35069
Complementary color
Monochromatic Colors of #D35069
Black with #D35069
Text Example
Text Example
White with #D35069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35069; }
p { color: rgb(211,80,105); }
H1.HeaderClassName
{
color: #D35069;
}
.AnyTagClassName
{
color: #D35069;
}
</style>
background-color css
<style>
a { background-color: #D35069; }
a { background-color: rgb(211,80,105); }
div.DivClassName
{
background-color: #D35069;
}
.BgClassName
{
background-color: #D35069;
}
</style>
border-color css
<style>
span { border-color: #D35069; }
span { border-color: rgb(211,80,105); }
td.TdClassName
{
border-color: #D35069;
}
.TagClassName
{
border-color: #D35069;
}
</style>