Shades of Cabaret #D55368
Tints of Cabaret #D55368
RGB
CMYK
RGB Variations
Color information
#D55368 (or 0xD55368) is known color: Cabaret. HEX triplet: D5, 53 and 68. RGB value is (213,83,104). Sum of RGB (Red+Green+Blue) = 213+83+104=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D55368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55368 is #2AAC97. Grayscale: #7C7C7C. Windows color (decimal): -2796696 or 6837205. OLE color: 6837205.
HSL color Cylindrical-coordinate representation of color #D55368: hue angle of 350.31º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D55368 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 104 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.16 |
| HSL | 350.31º | 0.61% | 0.58% | - |
| HSV(B) | 350.31º | 0.61% | 0.84% | - |
| XYZ | 33.03 | 21.33 | 15.47 | - |
| YUV | 124.26 | 116.57 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 104 | 0 | 0.61 | 0.51 | 0.16 | 350.31 | 0.61 | 0.58 |
| Hex | D5 | 53 | 68 | 0 | 3D | 33 | 10 | 15E | 3D | 3A |
| Octal | 325 | 123 | 150 | 0 | 75 | 63 | 20 | 536 | 75 | 72 |
| Binary | 11010101 | 1010011 | 1101000 | 0 | 111101 | 110011 | 10000 | 101011110 | 111101 | 111010 |
Color Harmonies of #D55368
Complementary color
Monochromatic Colors of #D55368
Black with #D55368
Text Example
Text Example
White with #D55368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55368; }
p { color: rgb(213,83,104); }
H1.HeaderClassName
{
color: #D55368;
}
.AnyTagClassName
{
color: #D55368;
}
</style>
background-color css
<style>
a { background-color: #D55368; }
a { background-color: rgb(213,83,104); }
div.DivClassName
{
background-color: #D55368;
}
.BgClassName
{
background-color: #D55368;
}
</style>
border-color css
<style>
span { border-color: #D55368; }
span { border-color: rgb(213,83,104); }
td.TdClassName
{
border-color: #D55368;
}
.TagClassName
{
border-color: #D55368;
}
</style>