Shades of Cabaret #D34669
Tints of Cabaret #D34669
RGB
CMYK
RGB Variations
Color information
#D34669 (or 0xD34669) is known color: Cabaret. HEX triplet: D3, 46 and 69. RGB value is (211,70,105). Sum of RGB (Red+Green+Blue) = 211+70+105=386 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.66% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 211 - color contains mainly: red. Hex color #D34669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34669 is #2CB996. Grayscale: #747474. Windows color (decimal): -2931095 or 6899411. OLE color: 6899411.
HSL color Cylindrical-coordinate representation of color #D34669: hue angle of 345.11º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D34669 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 70 | 105 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.17 |
| HSL | 345.11º | 0.62% | 0.55% | - |
| HSV(B) | 345.11º | 0.67% | 0.83% | - |
| XYZ | 31.6 | 19.25 | 15.41 | - |
| YUV | 116.15 | 121.71 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 70 | 105 | 0 | 0.67 | 0.50 | 0.17 | 345.11 | 0.62 | 0.55 |
| Hex | D3 | 46 | 69 | 0 | 43 | 32 | 11 | 159 | 3E | 37 |
| Octal | 323 | 106 | 151 | 0 | 103 | 62 | 21 | 531 | 76 | 67 |
| Binary | 11010011 | 1000110 | 1101001 | 0 | 1000011 | 110010 | 10001 | 101011001 | 111110 | 110111 |
Color Harmonies of #D34669
Complementary color
Monochromatic Colors of #D34669
Black with #D34669
Text Example
Text Example
White with #D34669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34669; }
p { color: rgb(211,70,105); }
H1.HeaderClassName
{
color: #D34669;
}
.AnyTagClassName
{
color: #D34669;
}
</style>
background-color css
<style>
a { background-color: #D34669; }
a { background-color: rgb(211,70,105); }
div.DivClassName
{
background-color: #D34669;
}
.BgClassName
{
background-color: #D34669;
}
</style>
border-color css
<style>
span { border-color: #D34669; }
span { border-color: rgb(211,70,105); }
td.TdClassName
{
border-color: #D34669;
}
.TagClassName
{
border-color: #D34669;
}
</style>