Shades of Cabaret #D44265
Tints of Cabaret #D44265
RGB
CMYK
RGB Variations
Color information
#D44265 (or 0xD44265) is known color: Cabaret. HEX triplet: D4, 42 and 65. RGB value is (212,66,101). Sum of RGB (Red+Green+Blue) = 212+66+101=379 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.94% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 212 - color contains mainly: red. Hex color #D44265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44265 is #2BBD9A. Grayscale: #717171. Windows color (decimal): -2866587 or 6636244. OLE color: 6636244.
HSL color Cylindrical-coordinate representation of color #D44265: hue angle of 345.62º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D44265 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 66 | 101 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.17 |
| HSL | 345.62º | 0.63% | 0.55% | - |
| HSV(B) | 345.62º | 0.69% | 0.83% | - |
| XYZ | 31.45 | 18.83 | 14.29 | - |
| YUV | 113.64 | 120.87 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 66 | 101 | 0 | 0.69 | 0.52 | 0.17 | 345.62 | 0.63 | 0.55 |
| Hex | D4 | 42 | 65 | 0 | 45 | 34 | 11 | 15A | 3F | 37 |
| Octal | 324 | 102 | 145 | 0 | 105 | 64 | 21 | 532 | 77 | 67 |
| Binary | 11010100 | 1000010 | 1100101 | 0 | 1000101 | 110100 | 10001 | 101011010 | 111111 | 110111 |
Color Harmonies of #D44265
Complementary color
Monochromatic Colors of #D44265
Black with #D44265
Text Example
Text Example
White with #D44265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44265; }
p { color: rgb(212,66,101); }
H1.HeaderClassName
{
color: #D44265;
}
.AnyTagClassName
{
color: #D44265;
}
</style>
background-color css
<style>
a { background-color: #D44265; }
a { background-color: rgb(212,66,101); }
div.DivClassName
{
background-color: #D44265;
}
.BgClassName
{
background-color: #D44265;
}
</style>
border-color css
<style>
span { border-color: #D44265; }
span { border-color: rgb(212,66,101); }
td.TdClassName
{
border-color: #D44265;
}
.TagClassName
{
border-color: #D44265;
}
</style>