Shades of Cabaret #D34362
Tints of Cabaret #D34362
RGB
CMYK
RGB Variations
Color information
#D34362 (or 0xD34362) is known color: Cabaret. HEX triplet: D3, 43 and 62. RGB value is (211,67,98). Sum of RGB (Red+Green+Blue) = 211+67+98=376 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.12% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 98 (38.67% from 255 or 26.06% from 376); Max value from RGB is 211 - color contains mainly: red. Hex color #D34362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34362 is #2CBC9D. Grayscale: #717171. Windows color (decimal): -2931870 or 6439891. OLE color: 6439891.
HSL color Cylindrical-coordinate representation of color #D34362: hue angle of 347.08º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D34362 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 67 | 98 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.17 |
| HSL | 347.08º | 0.62% | 0.55% | - |
| HSV(B) | 347.08º | 0.68% | 0.83% | - |
| XYZ | 31.08 | 18.75 | 13.54 | - |
| YUV | 113.59 | 119.21 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 98 | 0 | 0.68 | 0.54 | 0.17 | 347.08 | 0.62 | 0.55 |
| Hex | D3 | 43 | 62 | 0 | 44 | 36 | 11 | 15B | 3E | 37 |
| Octal | 323 | 103 | 142 | 0 | 104 | 66 | 21 | 533 | 76 | 67 |
| Binary | 11010011 | 1000011 | 1100010 | 0 | 1000100 | 110110 | 10001 | 101011011 | 111110 | 110111 |
Color Harmonies of #D34362
Complementary color
Monochromatic Colors of #D34362
Black with #D34362
Text Example
Text Example
White with #D34362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34362; }
p { color: rgb(211,67,98); }
H1.HeaderClassName
{
color: #D34362;
}
.AnyTagClassName
{
color: #D34362;
}
</style>
background-color css
<style>
a { background-color: #D34362; }
a { background-color: rgb(211,67,98); }
div.DivClassName
{
background-color: #D34362;
}
.BgClassName
{
background-color: #D34362;
}
</style>
border-color css
<style>
span { border-color: #D34362; }
span { border-color: rgb(211,67,98); }
td.TdClassName
{
border-color: #D34362;
}
.TagClassName
{
border-color: #D34362;
}
</style>