Shades of Cabaret #D34261
Tints of Cabaret #D34261
RGB
CMYK
RGB Variations
Color information
#D34261 (or 0xD34261) is known color: Cabaret. HEX triplet: D3, 42 and 61. RGB value is (211,66,97). Sum of RGB (Red+Green+Blue) = 211+66+97=374 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.42% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 211 - color contains mainly: red. Hex color #D34261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34261 is #2CBD9E. Grayscale: #707070. Windows color (decimal): -2932127 or 6374099. OLE color: 6374099.
HSL color Cylindrical-coordinate representation of color #D34261: hue angle of 347.17º 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 #D34261 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 66 | 97 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.17 |
| HSL | 347.17º | 0.62% | 0.54% | - |
| HSV(B) | 347.17º | 0.69% | 0.83% | - |
| XYZ | 30.97 | 18.61 | 13.27 | - |
| YUV | 112.89 | 119.04 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 66 | 97 | 0 | 0.69 | 0.54 | 0.17 | 347.17 | 0.62 | 0.54 |
| Hex | D3 | 42 | 61 | 0 | 45 | 36 | 11 | 15B | 3E | 36 |
| Octal | 323 | 102 | 141 | 0 | 105 | 66 | 21 | 533 | 76 | 66 |
| Binary | 11010011 | 1000010 | 1100001 | 0 | 1000101 | 110110 | 10001 | 101011011 | 111110 | 110110 |
Color Harmonies of #D34261
Complementary color
Monochromatic Colors of #D34261
Black with #D34261
Text Example
Text Example
White with #D34261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34261; }
p { color: rgb(211,66,97); }
H1.HeaderClassName
{
color: #D34261;
}
.AnyTagClassName
{
color: #D34261;
}
</style>
background-color css
<style>
a { background-color: #D34261; }
a { background-color: rgb(211,66,97); }
div.DivClassName
{
background-color: #D34261;
}
.BgClassName
{
background-color: #D34261;
}
</style>
border-color css
<style>
span { border-color: #D34261; }
span { border-color: rgb(211,66,97); }
td.TdClassName
{
border-color: #D34261;
}
.TagClassName
{
border-color: #D34261;
}
</style>