Shades of Cabaret #D45469
Tints of Cabaret #D45469
RGB
CMYK
RGB Variations
Color information
#D45469 (or 0xD45469) is known color: Cabaret. HEX triplet: D4, 54 and 69. RGB value is (212,84,105). Sum of RGB (Red+Green+Blue) = 212+84+105=401 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.87% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 212 - color contains mainly: red. Hex color #D45469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45469 is #2BAB96. Grayscale: #7C7C7C. Windows color (decimal): -2861975 or 6902996. OLE color: 6902996.
HSL color Cylindrical-coordinate representation of color #D45469: hue angle of 350.16º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D45469 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 84 | 105 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.17 |
| HSL | 350.16º | 0.6% | 0.58% | - |
| HSV(B) | 350.16º | 0.6% | 0.83% | - |
| XYZ | 32.87 | 21.36 | 15.75 | - |
| YUV | 124.67 | 116.91 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 84 | 105 | 0 | 0.60 | 0.50 | 0.17 | 350.16 | 0.6 | 0.58 |
| Hex | D4 | 54 | 69 | 0 | 3C | 32 | 11 | 15E | 3C | 3A |
| Octal | 324 | 124 | 151 | 0 | 74 | 62 | 21 | 536 | 74 | 72 |
| Binary | 11010100 | 1010100 | 1101001 | 0 | 111100 | 110010 | 10001 | 101011110 | 111100 | 111010 |
Color Harmonies of #D45469
Complementary color
Monochromatic Colors of #D45469
Black with #D45469
Text Example
Text Example
White with #D45469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45469; }
p { color: rgb(212,84,105); }
H1.HeaderClassName
{
color: #D45469;
}
.AnyTagClassName
{
color: #D45469;
}
</style>
background-color css
<style>
a { background-color: #D45469; }
a { background-color: rgb(212,84,105); }
div.DivClassName
{
background-color: #D45469;
}
.BgClassName
{
background-color: #D45469;
}
</style>
border-color css
<style>
span { border-color: #D45469; }
span { border-color: rgb(212,84,105); }
td.TdClassName
{
border-color: #D45469;
}
.TagClassName
{
border-color: #D45469;
}
</style>