Shades of Cabaret #DE5B6B
Tints of Cabaret #DE5B6B
RGB
CMYK
RGB Variations
Color information
#DE5B6B (or 0xDE5B6B) is known color: Cabaret. HEX triplet: DE, 5B and 6B. RGB value is (222,91,107). Sum of RGB (Red+Green+Blue) = 222+91+107=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5B6B is #21A494. Grayscale: #848484. Windows color (decimal): -2204821 or 7035870. OLE color: 7035870.
HSL color Cylindrical-coordinate representation of color #DE5B6B: hue angle of 352.67º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DE5B6B is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 91 | 107 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.13 |
| HSL | 352.67º | 0.66% | 0.61% | - |
| HSV(B) | 352.67º | 0.59% | 0.87% | - |
| XYZ | 36.52 | 24.07 | 16.63 | - |
| YUV | 131.99 | 113.9 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 91 | 107 | 0 | 0.59 | 0.52 | 0.13 | 352.67 | 0.66 | 0.61 |
| Hex | DE | 5B | 6B | 0 | 3B | 34 | D | 161 | 42 | 3D |
| Octal | 336 | 133 | 153 | 0 | 73 | 64 | 15 | 541 | 102 | 75 |
| Binary | 11011110 | 1011011 | 1101011 | 0 | 111011 | 110100 | 1101 | 101100001 | 1000010 | 111101 |
Color Harmonies of #DE5B6B
Complementary color
Monochromatic Colors of #DE5B6B
Black with #DE5B6B
Text Example
Text Example
White with #DE5B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5B6B; }
p { color: rgb(222,91,107); }
H1.HeaderClassName
{
color: #DE5B6B;
}
.AnyTagClassName
{
color: #DE5B6B;
}
</style>
background-color css
<style>
a { background-color: #DE5B6B; }
a { background-color: rgb(222,91,107); }
div.DivClassName
{
background-color: #DE5B6B;
}
.BgClassName
{
background-color: #DE5B6B;
}
</style>
border-color css
<style>
span { border-color: #DE5B6B; }
span { border-color: rgb(222,91,107); }
td.TdClassName
{
border-color: #DE5B6B;
}
.TagClassName
{
border-color: #DE5B6B;
}
</style>