Shades of Cabaret #D45B6A
Tints of Cabaret #D45B6A
RGB
CMYK
RGB Variations
Color information
#D45B6A (or 0xD45B6A) is known color: Cabaret. HEX triplet: D4, 5B and 6A. RGB value is (212,91,106). Sum of RGB (Red+Green+Blue) = 212+91+106=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D45B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45B6A is #2BA495. Grayscale: #808080. Windows color (decimal): -2860182 or 6970324. OLE color: 6970324.
HSL color Cylindrical-coordinate representation of color #D45B6A: hue angle of 352.56º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D45B6A is Cyan = 0, Magento = 0.57, Yellow = 0.5 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 91 | 106 | - |
| CMYK | 0 | 0.57 | 0.5 | 0.17 |
| HSL | 352.56º | 0.58% | 0.59% | - |
| HSV(B) | 352.56º | 0.57% | 0.83% | - |
| XYZ | 33.49 | 22.52 | 16.22 | - |
| YUV | 128.89 | 115.09 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 91 | 106 | 0 | 0.57 | 0.5 | 0.17 | 352.56 | 0.58 | 0.59 |
| Hex | D4 | 5B | 6A | 0 | 39 | 32 | 11 | 161 | 3A | 3B |
| Octal | 324 | 133 | 152 | 0 | 71 | 62 | 21 | 541 | 72 | 73 |
| Binary | 11010100 | 1011011 | 1101010 | 0 | 111001 | 110010 | 10001 | 101100001 | 111010 | 111011 |
Color Harmonies of #D45B6A
Complementary color
Monochromatic Colors of #D45B6A
Black with #D45B6A
Text Example
Text Example
White with #D45B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45B6A; }
p { color: rgb(212,91,106); }
H1.HeaderClassName
{
color: #D45B6A;
}
.AnyTagClassName
{
color: #D45B6A;
}
</style>
background-color css
<style>
a { background-color: #D45B6A; }
a { background-color: rgb(212,91,106); }
div.DivClassName
{
background-color: #D45B6A;
}
.BgClassName
{
background-color: #D45B6A;
}
</style>
border-color css
<style>
span { border-color: #D45B6A; }
span { border-color: rgb(212,91,106); }
td.TdClassName
{
border-color: #D45B6A;
}
.TagClassName
{
border-color: #D45B6A;
}
</style>