Shades of Cabaret #D55270
Tints of Cabaret #D55270
RGB
CMYK
RGB Variations
Color information
#D55270 (or 0xD55270) is known color: Cabaret. HEX triplet: D5, 52 and 70. RGB value is (213,82,112). Sum of RGB (Red+Green+Blue) = 213+82+112=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D55270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55270 is #2AAD8F. Grayscale: #7C7C7C. Windows color (decimal): -2796944 or 7361237. OLE color: 7361237.
HSL color Cylindrical-coordinate representation of color #D55270: hue angle of 346.26º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55270 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 112 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.16 |
| HSL | 346.26º | 0.61% | 0.58% | - |
| HSV(B) | 346.26º | 0.62% | 0.84% | - |
| XYZ | 33.38 | 21.35 | 17.69 | - |
| YUV | 124.59 | 120.9 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 112 | 0 | 0.62 | 0.47 | 0.16 | 346.26 | 0.61 | 0.58 |
| Hex | D5 | 52 | 70 | 0 | 3E | 2F | 10 | 15A | 3D | 3A |
| Octal | 325 | 122 | 160 | 0 | 76 | 57 | 20 | 532 | 75 | 72 |
| Binary | 11010101 | 1010010 | 1110000 | 0 | 111110 | 101111 | 10000 | 101011010 | 111101 | 111010 |
Color Harmonies of #D55270
Complementary color
Monochromatic Colors of #D55270
Black with #D55270
Text Example
Text Example
White with #D55270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55270; }
p { color: rgb(213,82,112); }
H1.HeaderClassName
{
color: #D55270;
}
.AnyTagClassName
{
color: #D55270;
}
</style>
background-color css
<style>
a { background-color: #D55270; }
a { background-color: rgb(213,82,112); }
div.DivClassName
{
background-color: #D55270;
}
.BgClassName
{
background-color: #D55270;
}
</style>
border-color css
<style>
span { border-color: #D55270; }
span { border-color: rgb(213,82,112); }
td.TdClassName
{
border-color: #D55270;
}
.TagClassName
{
border-color: #D55270;
}
</style>