Shades of Cabaret #D45A70
Tints of Cabaret #D45A70
RGB
CMYK
RGB Variations
Color information
#D45A70 (or 0xD45A70) is known color: Cabaret. HEX triplet: D4, 5A and 70. RGB value is (212,90,112). Sum of RGB (Red+Green+Blue) = 212+90+112=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D45A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45A70 is #2BA58F. Grayscale: #818181. Windows color (decimal): -2860432 or 7363284. OLE color: 7363284.
HSL color Cylindrical-coordinate representation of color #D45A70: hue angle of 349.18º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D45A70 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 90 | 112 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.17 |
| HSL | 349.18º | 0.59% | 0.59% | - |
| HSV(B) | 349.18º | 0.58% | 0.83% | - |
| XYZ | 33.73 | 22.48 | 17.89 | - |
| YUV | 128.99 | 118.42 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 90 | 112 | 0 | 0.58 | 0.47 | 0.17 | 349.18 | 0.59 | 0.59 |
| Hex | D4 | 5A | 70 | 0 | 3A | 2F | 11 | 15D | 3B | 3B |
| Octal | 324 | 132 | 160 | 0 | 72 | 57 | 21 | 535 | 73 | 73 |
| Binary | 11010100 | 1011010 | 1110000 | 0 | 111010 | 101111 | 10001 | 101011101 | 111011 | 111011 |
Color Harmonies of #D45A70
Complementary color
Monochromatic Colors of #D45A70
Black with #D45A70
Text Example
Text Example
White with #D45A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45A70; }
p { color: rgb(212,90,112); }
H1.HeaderClassName
{
color: #D45A70;
}
.AnyTagClassName
{
color: #D45A70;
}
</style>
background-color css
<style>
a { background-color: #D45A70; }
a { background-color: rgb(212,90,112); }
div.DivClassName
{
background-color: #D45A70;
}
.BgClassName
{
background-color: #D45A70;
}
</style>
border-color css
<style>
span { border-color: #D45A70; }
span { border-color: rgb(212,90,112); }
td.TdClassName
{
border-color: #D45A70;
}
.TagClassName
{
border-color: #D45A70;
}
</style>