Shades of Cabaret #D34260
Tints of Cabaret #D34260
RGB
CMYK
RGB Variations
Color information
#D34260 (or 0xD34260) is known color: Cabaret. HEX triplet: D3, 42 and 60. RGB value is (211,66,96). Sum of RGB (Red+Green+Blue) = 211+66+96=373 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.57% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 211 - color contains mainly: red. Hex color #D34260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34260 is #2CBD9F. Grayscale: #707070. Windows color (decimal): -2932128 or 6308563. OLE color: 6308563.
HSL color Cylindrical-coordinate representation of color #D34260: hue angle of 347.59º 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 #D34260 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 66 | 96 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.17 |
| HSL | 347.59º | 0.62% | 0.54% | - |
| HSV(B) | 347.59º | 0.69% | 0.83% | - |
| XYZ | 30.92 | 18.59 | 13.02 | - |
| YUV | 112.78 | 118.54 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 66 | 96 | 0 | 0.69 | 0.55 | 0.17 | 347.59 | 0.62 | 0.54 |
| Hex | D3 | 42 | 60 | 0 | 45 | 37 | 11 | 15C | 3E | 36 |
| Octal | 323 | 102 | 140 | 0 | 105 | 67 | 21 | 534 | 76 | 66 |
| Binary | 11010011 | 1000010 | 1100000 | 0 | 1000101 | 110111 | 10001 | 101011100 | 111110 | 110110 |
Color Harmonies of #D34260
Complementary color
Monochromatic Colors of #D34260
Black with #D34260
Text Example
Text Example
White with #D34260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34260; }
p { color: rgb(211,66,96); }
H1.HeaderClassName
{
color: #D34260;
}
.AnyTagClassName
{
color: #D34260;
}
</style>
background-color css
<style>
a { background-color: #D34260; }
a { background-color: rgb(211,66,96); }
div.DivClassName
{
background-color: #D34260;
}
.BgClassName
{
background-color: #D34260;
}
</style>
border-color css
<style>
span { border-color: #D34260; }
span { border-color: rgb(211,66,96); }
td.TdClassName
{
border-color: #D34260;
}
.TagClassName
{
border-color: #D34260;
}
</style>