Shades of Cabaret #D34862
Tints of Cabaret #D34862
RGB
CMYK
RGB Variations
Color information
#D34862 (or 0xD34862) is known color: Cabaret. HEX triplet: D3, 48 and 62. RGB value is (211,72,98). Sum of RGB (Red+Green+Blue) = 211+72+98=381 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.38% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 211 - color contains mainly: red. Hex color #D34862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34862 is #2CB79D. Grayscale: #747474. Windows color (decimal): -2930590 or 6441171. OLE color: 6441171.
HSL color Cylindrical-coordinate representation of color #D34862: hue angle of 348.78º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D34862 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 72 | 98 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.17 |
| HSL | 348.78º | 0.61% | 0.55% | - |
| HSV(B) | 348.78º | 0.66% | 0.83% | - |
| XYZ | 31.39 | 19.37 | 13.64 | - |
| YUV | 116.53 | 117.55 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 98 | 0 | 0.66 | 0.54 | 0.17 | 348.78 | 0.61 | 0.55 |
| Hex | D3 | 48 | 62 | 0 | 42 | 36 | 11 | 15D | 3D | 37 |
| Octal | 323 | 110 | 142 | 0 | 102 | 66 | 21 | 535 | 75 | 67 |
| Binary | 11010011 | 1001000 | 1100010 | 0 | 1000010 | 110110 | 10001 | 101011101 | 111101 | 110111 |
Color Harmonies of #D34862
Complementary color
Monochromatic Colors of #D34862
Black with #D34862
Text Example
Text Example
White with #D34862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34862; }
p { color: rgb(211,72,98); }
H1.HeaderClassName
{
color: #D34862;
}
.AnyTagClassName
{
color: #D34862;
}
</style>
background-color css
<style>
a { background-color: #D34862; }
a { background-color: rgb(211,72,98); }
div.DivClassName
{
background-color: #D34862;
}
.BgClassName
{
background-color: #D34862;
}
</style>
border-color css
<style>
span { border-color: #D34862; }
span { border-color: rgb(211,72,98); }
td.TdClassName
{
border-color: #D34862;
}
.TagClassName
{
border-color: #D34862;
}
</style>