Shades of Cabaret #D14267
Tints of Cabaret #D14267
RGB
CMYK
RGB Variations
Color information
#D14267 (or 0xD14267) is known color: Cabaret. HEX triplet: D1, 42 and 67. RGB value is (209,66,103). Sum of RGB (Red+Green+Blue) = 209+66+103=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 103 (40.62% from 255 or 27.25% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D14267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14267 is #2EBD98. Grayscale: #707070. Windows color (decimal): -3063193 or 6767313. OLE color: 6767313.
HSL color Cylindrical-coordinate representation of color #D14267: hue angle of 344.48º 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 #D14267 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 66 | 103 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.18 |
| HSL | 344.48º | 0.61% | 0.54% | - |
| HSV(B) | 344.48º | 0.68% | 0.82% | - |
| XYZ | 30.69 | 18.43 | 14.77 | - |
| YUV | 112.98 | 122.38 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 66 | 103 | 0 | 0.68 | 0.51 | 0.18 | 344.48 | 0.61 | 0.54 |
| Hex | D1 | 42 | 67 | 0 | 44 | 33 | 12 | 158 | 3D | 36 |
| Octal | 321 | 102 | 147 | 0 | 104 | 63 | 22 | 530 | 75 | 66 |
| Binary | 11010001 | 1000010 | 1100111 | 0 | 1000100 | 110011 | 10010 | 101011000 | 111101 | 110110 |
Color Harmonies of #D14267
Complementary color
Monochromatic Colors of #D14267
Black with #D14267
Text Example
Text Example
White with #D14267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14267; }
p { color: rgb(209,66,103); }
H1.HeaderClassName
{
color: #D14267;
}
.AnyTagClassName
{
color: #D14267;
}
</style>
background-color css
<style>
a { background-color: #D14267; }
a { background-color: rgb(209,66,103); }
div.DivClassName
{
background-color: #D14267;
}
.BgClassName
{
background-color: #D14267;
}
</style>
border-color css
<style>
span { border-color: #D14267; }
span { border-color: rgb(209,66,103); }
td.TdClassName
{
border-color: #D14267;
}
.TagClassName
{
border-color: #D14267;
}
</style>