Shades of Cabaret #D34566
Tints of Cabaret #D34566
RGB
CMYK
RGB Variations
Color information
#D34566 (or 0xD34566) is known color: Cabaret. HEX triplet: D3, 45 and 66. RGB value is (211,69,102). Sum of RGB (Red+Green+Blue) = 211+69+102=382 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.24% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 211 - color contains mainly: red. Hex color #D34566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34566 is #2CBA99. Grayscale: #737373. Windows color (decimal): -2931354 or 6702547. OLE color: 6702547.
HSL color Cylindrical-coordinate representation of color #D34566: hue angle of 346.06º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D34566 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 69 | 102 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.17 |
| HSL | 346.06º | 0.62% | 0.55% | - |
| HSV(B) | 346.06º | 0.67% | 0.83% | - |
| XYZ | 31.39 | 19.06 | 14.6 | - |
| YUV | 115.22 | 120.54 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 69 | 102 | 0 | 0.67 | 0.52 | 0.17 | 346.06 | 0.62 | 0.55 |
| Hex | D3 | 45 | 66 | 0 | 43 | 34 | 11 | 15A | 3E | 37 |
| Octal | 323 | 105 | 146 | 0 | 103 | 64 | 21 | 532 | 76 | 67 |
| Binary | 11010011 | 1000101 | 1100110 | 0 | 1000011 | 110100 | 10001 | 101011010 | 111110 | 110111 |
Color Harmonies of #D34566
Complementary color
Monochromatic Colors of #D34566
Black with #D34566
Text Example
Text Example
White with #D34566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34566; }
p { color: rgb(211,69,102); }
H1.HeaderClassName
{
color: #D34566;
}
.AnyTagClassName
{
color: #D34566;
}
</style>
background-color css
<style>
a { background-color: #D34566; }
a { background-color: rgb(211,69,102); }
div.DivClassName
{
background-color: #D34566;
}
.BgClassName
{
background-color: #D34566;
}
</style>
border-color css
<style>
span { border-color: #D34566; }
span { border-color: rgb(211,69,102); }
td.TdClassName
{
border-color: #D34566;
}
.TagClassName
{
border-color: #D34566;
}
</style>