Shades of Cabaret #D55A68
Tints of Cabaret #D55A68
RGB
CMYK
RGB Variations
Color information
#D55A68 (or 0xD55A68) is known color: Cabaret. HEX triplet: D5, 5A and 68. RGB value is (213,90,104). Sum of RGB (Red+Green+Blue) = 213+90+104=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55A68 is #2AA597. Grayscale: #808080. Windows color (decimal): -2794904 or 6838997. OLE color: 6838997.
HSL color Cylindrical-coordinate representation of color #D55A68: hue angle of 353.17º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D55A68 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 90 | 104 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.16 |
| HSL | 353.17º | 0.59% | 0.59% | - |
| HSV(B) | 353.17º | 0.58% | 0.84% | - |
| XYZ | 33.6 | 22.46 | 15.66 | - |
| YUV | 128.37 | 114.25 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 104 | 0 | 0.58 | 0.51 | 0.16 | 353.17 | 0.59 | 0.59 |
| Hex | D5 | 5A | 68 | 0 | 3A | 33 | 10 | 161 | 3B | 3B |
| Octal | 325 | 132 | 150 | 0 | 72 | 63 | 20 | 541 | 73 | 73 |
| Binary | 11010101 | 1011010 | 1101000 | 0 | 111010 | 110011 | 10000 | 101100001 | 111011 | 111011 |
Color Harmonies of #D55A68
Complementary color
Monochromatic Colors of #D55A68
Black with #D55A68
Text Example
Text Example
White with #D55A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55A68; }
p { color: rgb(213,90,104); }
H1.HeaderClassName
{
color: #D55A68;
}
.AnyTagClassName
{
color: #D55A68;
}
</style>
background-color css
<style>
a { background-color: #D55A68; }
a { background-color: rgb(213,90,104); }
div.DivClassName
{
background-color: #D55A68;
}
.BgClassName
{
background-color: #D55A68;
}
</style>
border-color css
<style>
span { border-color: #D55A68; }
span { border-color: rgb(213,90,104); }
td.TdClassName
{
border-color: #D55A68;
}
.TagClassName
{
border-color: #D55A68;
}
</style>