Shades of Cabaret #D34767
Tints of Cabaret #D34767
RGB
CMYK
RGB Variations
Color information
#D34767 (or 0xD34767) is known color: Cabaret. HEX triplet: D3, 47 and 67. RGB value is (211,71,103). Sum of RGB (Red+Green+Blue) = 211+71+103=385 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.81% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 103 (40.62% from 255 or 26.75% from 385); Max value from RGB is 211 - color contains mainly: red. Hex color #D34767 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34767 is #2CB898. Grayscale: #747474. Windows color (decimal): -2930841 or 6768595. OLE color: 6768595.
HSL color Cylindrical-coordinate representation of color #D34767: hue angle of 346.29º 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 #D34767 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 71 | 103 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.17 |
| HSL | 346.29º | 0.61% | 0.55% | - |
| HSV(B) | 346.29º | 0.66% | 0.83% | - |
| XYZ | 31.57 | 19.33 | 14.9 | - |
| YUV | 116.51 | 120.38 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 103 | 0 | 0.66 | 0.51 | 0.17 | 346.29 | 0.61 | 0.55 |
| Hex | D3 | 47 | 67 | 0 | 42 | 33 | 11 | 15A | 3D | 37 |
| Octal | 323 | 107 | 147 | 0 | 102 | 63 | 21 | 532 | 75 | 67 |
| Binary | 11010011 | 1000111 | 1100111 | 0 | 1000010 | 110011 | 10001 | 101011010 | 111101 | 110111 |
Color Harmonies of #D34767
Complementary color
Monochromatic Colors of #D34767
Black with #D34767
Text Example
Text Example
White with #D34767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34767; }
p { color: rgb(211,71,103); }
H1.HeaderClassName
{
color: #D34767;
}
.AnyTagClassName
{
color: #D34767;
}
</style>
background-color css
<style>
a { background-color: #D34767; }
a { background-color: rgb(211,71,103); }
div.DivClassName
{
background-color: #D34767;
}
.BgClassName
{
background-color: #D34767;
}
</style>
border-color css
<style>
span { border-color: #D34767; }
span { border-color: rgb(211,71,103); }
td.TdClassName
{
border-color: #D34767;
}
.TagClassName
{
border-color: #D34767;
}
</style>