Shades of Cabaret #D34867
Tints of Cabaret #D34867
RGB
CMYK
RGB Variations
Color information
#D34867 (or 0xD34867) is known color: Cabaret. HEX triplet: D3, 48 and 67. RGB value is (211,72,103). Sum of RGB (Red+Green+Blue) = 211+72+103=386 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.66% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 211 - color contains mainly: red. Hex color #D34867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34867 is #2CB798. Grayscale: #757575. Windows color (decimal): -2930585 or 6768851. OLE color: 6768851.
HSL color Cylindrical-coordinate representation of color #D34867: hue angle of 346.62º 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 #D34867 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 72 | 103 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.17 |
| HSL | 346.62º | 0.61% | 0.55% | - |
| HSV(B) | 346.62º | 0.66% | 0.83% | - |
| XYZ | 31.63 | 19.46 | 14.92 | - |
| YUV | 117.1 | 120.05 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 103 | 0 | 0.66 | 0.51 | 0.17 | 346.62 | 0.61 | 0.55 |
| Hex | D3 | 48 | 67 | 0 | 42 | 33 | 11 | 15B | 3D | 37 |
| Octal | 323 | 110 | 147 | 0 | 102 | 63 | 21 | 533 | 75 | 67 |
| Binary | 11010011 | 1001000 | 1100111 | 0 | 1000010 | 110011 | 10001 | 101011011 | 111101 | 110111 |
Color Harmonies of #D34867
Complementary color
Monochromatic Colors of #D34867
Black with #D34867
Text Example
Text Example
White with #D34867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34867; }
p { color: rgb(211,72,103); }
H1.HeaderClassName
{
color: #D34867;
}
.AnyTagClassName
{
color: #D34867;
}
</style>
background-color css
<style>
a { background-color: #D34867; }
a { background-color: rgb(211,72,103); }
div.DivClassName
{
background-color: #D34867;
}
.BgClassName
{
background-color: #D34867;
}
</style>
border-color css
<style>
span { border-color: #D34867; }
span { border-color: rgb(211,72,103); }
td.TdClassName
{
border-color: #D34867;
}
.TagClassName
{
border-color: #D34867;
}
</style>