Shades of Cabaret #D14568
Tints of Cabaret #D14568
RGB
CMYK
RGB Variations
Color information
#D14568 (or 0xD14568) is known color: Cabaret. HEX triplet: D1, 45 and 68. RGB value is (209,69,104). Sum of RGB (Red+Green+Blue) = 209+69+104=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D14568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14568 is #2EBA97. Grayscale: #727272. Windows color (decimal): -3062424 or 6833617. OLE color: 6833617.
HSL color Cylindrical-coordinate representation of color #D14568: hue angle of 345º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14568 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 104 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.18 |
| HSL | 345º | 0.6% | 0.55% | - |
| HSV(B) | 345º | 0.67% | 0.82% | - |
| XYZ | 30.92 | 18.81 | 15.1 | - |
| YUV | 114.85 | 121.88 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 104 | 0 | 0.67 | 0.50 | 0.18 | 345 | 0.6 | 0.55 |
| Hex | D1 | 45 | 68 | 0 | 43 | 32 | 12 | 159 | 3C | 37 |
| Octal | 321 | 105 | 150 | 0 | 103 | 62 | 22 | 531 | 74 | 67 |
| Binary | 11010001 | 1000101 | 1101000 | 0 | 1000011 | 110010 | 10010 | 101011001 | 111100 | 110111 |
Color Harmonies of #D14568
Complementary color
Monochromatic Colors of #D14568
Black with #D14568
Text Example
Text Example
White with #D14568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14568; }
p { color: rgb(209,69,104); }
H1.HeaderClassName
{
color: #D14568;
}
.AnyTagClassName
{
color: #D14568;
}
</style>
background-color css
<style>
a { background-color: #D14568; }
a { background-color: rgb(209,69,104); }
div.DivClassName
{
background-color: #D14568;
}
.BgClassName
{
background-color: #D14568;
}
</style>
border-color css
<style>
span { border-color: #D14568; }
span { border-color: rgb(209,69,104); }
td.TdClassName
{
border-color: #D14568;
}
.TagClassName
{
border-color: #D14568;
}
</style>