Shades of Cabaret #D34265
Tints of Cabaret #D34265
RGB
CMYK
RGB Variations
Color information
#D34265 (or 0xD34265) is known color: Cabaret. HEX triplet: D3, 42 and 65. RGB value is (211,66,101). Sum of RGB (Red+Green+Blue) = 211+66+101=378 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.82% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 211 - color contains mainly: red. Hex color #D34265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34265 is #2CBD9A. Grayscale: #717171. Windows color (decimal): -2932123 or 6636243. OLE color: 6636243.
HSL color Cylindrical-coordinate representation of color #D34265: hue angle of 345.52º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D34265 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 66 | 101 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.17 |
| HSL | 345.52º | 0.62% | 0.54% | - |
| HSV(B) | 345.52º | 0.69% | 0.83% | - |
| XYZ | 31.16 | 18.68 | 14.28 | - |
| YUV | 113.35 | 121.04 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 66 | 101 | 0 | 0.69 | 0.52 | 0.17 | 345.52 | 0.62 | 0.54 |
| Hex | D3 | 42 | 65 | 0 | 45 | 34 | 11 | 15A | 3E | 36 |
| Octal | 323 | 102 | 145 | 0 | 105 | 64 | 21 | 532 | 76 | 66 |
| Binary | 11010011 | 1000010 | 1100101 | 0 | 1000101 | 110100 | 10001 | 101011010 | 111110 | 110110 |
Color Harmonies of #D34265
Complementary color
Monochromatic Colors of #D34265
Black with #D34265
Text Example
Text Example
White with #D34265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34265; }
p { color: rgb(211,66,101); }
H1.HeaderClassName
{
color: #D34265;
}
.AnyTagClassName
{
color: #D34265;
}
</style>
background-color css
<style>
a { background-color: #D34265; }
a { background-color: rgb(211,66,101); }
div.DivClassName
{
background-color: #D34265;
}
.BgClassName
{
background-color: #D34265;
}
</style>
border-color css
<style>
span { border-color: #D34265; }
span { border-color: rgb(211,66,101); }
td.TdClassName
{
border-color: #D34265;
}
.TagClassName
{
border-color: #D34265;
}
</style>