Shades of Cabaret #D14260
Tints of Cabaret #D14260
RGB
CMYK
RGB Variations
Color information
#D14260 (or 0xD14260) is known color: Cabaret. HEX triplet: D1, 42 and 60. RGB value is (209,66,96). Sum of RGB (Red+Green+Blue) = 209+66+96=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D14260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14260 is #2EBD9F. Grayscale: #707070. Windows color (decimal): -3063200 or 6308561. OLE color: 6308561.
HSL color Cylindrical-coordinate representation of color #D14260: hue angle of 347.41º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D14260 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 66 | 96 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.18 |
| HSL | 347.41º | 0.61% | 0.54% | - |
| HSV(B) | 347.41º | 0.68% | 0.82% | - |
| XYZ | 30.35 | 18.3 | 13 | - |
| YUV | 112.18 | 118.88 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 66 | 96 | 0 | 0.68 | 0.54 | 0.18 | 347.41 | 0.61 | 0.54 |
| Hex | D1 | 42 | 60 | 0 | 44 | 36 | 12 | 15B | 3D | 36 |
| Octal | 321 | 102 | 140 | 0 | 104 | 66 | 22 | 533 | 75 | 66 |
| Binary | 11010001 | 1000010 | 1100000 | 0 | 1000100 | 110110 | 10010 | 101011011 | 111101 | 110110 |
Color Harmonies of #D14260
Complementary color
Monochromatic Colors of #D14260
Black with #D14260
Text Example
Text Example
White with #D14260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14260; }
p { color: rgb(209,66,96); }
H1.HeaderClassName
{
color: #D14260;
}
.AnyTagClassName
{
color: #D14260;
}
</style>
background-color css
<style>
a { background-color: #D14260; }
a { background-color: rgb(209,66,96); }
div.DivClassName
{
background-color: #D14260;
}
.BgClassName
{
background-color: #D14260;
}
</style>
border-color css
<style>
span { border-color: #D14260; }
span { border-color: rgb(209,66,96); }
td.TdClassName
{
border-color: #D14260;
}
.TagClassName
{
border-color: #D14260;
}
</style>