Shades of Cabaret #D55470
Tints of Cabaret #D55470
RGB
CMYK
RGB Variations
Color information
#D55470 (or 0xD55470) is known color: Cabaret. HEX triplet: D5, 54 and 70. RGB value is (213,84,112). Sum of RGB (Red+Green+Blue) = 213+84+112=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D55470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55470 is #2AAB8F. Grayscale: #7D7D7D. Windows color (decimal): -2796432 or 7361749. OLE color: 7361749.
HSL color Cylindrical-coordinate representation of color #D55470: hue angle of 346.98º 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 #D55470 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 112 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.16 |
| HSL | 346.98º | 0.61% | 0.58% | - |
| HSV(B) | 346.98º | 0.61% | 0.84% | - |
| XYZ | 33.54 | 21.66 | 17.74 | - |
| YUV | 125.76 | 120.24 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 112 | 0 | 0.61 | 0.47 | 0.16 | 346.98 | 0.61 | 0.58 |
| Hex | D5 | 54 | 70 | 0 | 3D | 2F | 10 | 15B | 3D | 3A |
| Octal | 325 | 124 | 160 | 0 | 75 | 57 | 20 | 533 | 75 | 72 |
| Binary | 11010101 | 1010100 | 1110000 | 0 | 111101 | 101111 | 10000 | 101011011 | 111101 | 111010 |
Color Harmonies of #D55470
Complementary color
Monochromatic Colors of #D55470
Black with #D55470
Text Example
Text Example
White with #D55470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55470; }
p { color: rgb(213,84,112); }
H1.HeaderClassName
{
color: #D55470;
}
.AnyTagClassName
{
color: #D55470;
}
</style>
background-color css
<style>
a { background-color: #D55470; }
a { background-color: rgb(213,84,112); }
div.DivClassName
{
background-color: #D55470;
}
.BgClassName
{
background-color: #D55470;
}
</style>
border-color css
<style>
span { border-color: #D55470; }
span { border-color: rgb(213,84,112); }
td.TdClassName
{
border-color: #D55470;
}
.TagClassName
{
border-color: #D55470;
}
</style>