Shades of Cabaret #D34A63
Tints of Cabaret #D34A63
RGB
CMYK
RGB Variations
Color information
#D34A63 (or 0xD34A63) is known color: Cabaret. HEX triplet: D3, 4A and 63. RGB value is (211,74,99). Sum of RGB (Red+Green+Blue) = 211+74+99=384 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.95% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 211 - color contains mainly: red. Hex color #D34A63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34A63 is #2CB59C. Grayscale: #757575. Windows color (decimal): -2930077 or 6507219. OLE color: 6507219.
HSL color Cylindrical-coordinate representation of color #D34A63: hue angle of 349.05º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D34A63 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 74 | 99 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.17 |
| HSL | 349.05º | 0.61% | 0.56% | - |
| HSV(B) | 349.05º | 0.65% | 0.83% | - |
| XYZ | 31.56 | 19.65 | 13.93 | - |
| YUV | 117.81 | 117.39 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 74 | 99 | 0 | 0.65 | 0.53 | 0.17 | 349.05 | 0.61 | 0.56 |
| Hex | D3 | 4A | 63 | 0 | 41 | 35 | 11 | 15D | 3D | 38 |
| Octal | 323 | 112 | 143 | 0 | 101 | 65 | 21 | 535 | 75 | 70 |
| Binary | 11010011 | 1001010 | 1100011 | 0 | 1000001 | 110101 | 10001 | 101011101 | 111101 | 111000 |
Color Harmonies of #D34A63
Complementary color
Monochromatic Colors of #D34A63
Black with #D34A63
Text Example
Text Example
White with #D34A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34A63; }
p { color: rgb(211,74,99); }
H1.HeaderClassName
{
color: #D34A63;
}
.AnyTagClassName
{
color: #D34A63;
}
</style>
background-color css
<style>
a { background-color: #D34A63; }
a { background-color: rgb(211,74,99); }
div.DivClassName
{
background-color: #D34A63;
}
.BgClassName
{
background-color: #D34A63;
}
</style>
border-color css
<style>
span { border-color: #D34A63; }
span { border-color: rgb(211,74,99); }
td.TdClassName
{
border-color: #D34A63;
}
.TagClassName
{
border-color: #D34A63;
}
</style>