Shades of Cabaret #D44269
Tints of Cabaret #D44269
RGB
CMYK
RGB Variations
Color information
#D44269 (or 0xD44269) is known color: Cabaret. HEX triplet: D4, 42 and 69. RGB value is (212,66,105). Sum of RGB (Red+Green+Blue) = 212+66+105=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D44269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44269 is #2BBD96. Grayscale: #727272. Windows color (decimal): -2866583 or 6898388. OLE color: 6898388.
HSL color Cylindrical-coordinate representation of color #D44269: hue angle of 343.97º 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 #D44269 is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 66 | 105 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.17 |
| HSL | 343.97º | 0.63% | 0.55% | - |
| HSV(B) | 343.97º | 0.69% | 0.83% | - |
| XYZ | 31.65 | 18.91 | 15.35 | - |
| YUV | 114.1 | 122.87 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 66 | 105 | 0 | 0.69 | 0.50 | 0.17 | 343.97 | 0.63 | 0.55 |
| Hex | D4 | 42 | 69 | 0 | 45 | 32 | 11 | 158 | 3F | 37 |
| Octal | 324 | 102 | 151 | 0 | 105 | 62 | 21 | 530 | 77 | 67 |
| Binary | 11010100 | 1000010 | 1101001 | 0 | 1000101 | 110010 | 10001 | 101011000 | 111111 | 110111 |
Color Harmonies of #D44269
Complementary color
Monochromatic Colors of #D44269
Black with #D44269
Text Example
Text Example
White with #D44269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44269; }
p { color: rgb(212,66,105); }
H1.HeaderClassName
{
color: #D44269;
}
.AnyTagClassName
{
color: #D44269;
}
</style>
background-color css
<style>
a { background-color: #D44269; }
a { background-color: rgb(212,66,105); }
div.DivClassName
{
background-color: #D44269;
}
.BgClassName
{
background-color: #D44269;
}
</style>
border-color css
<style>
span { border-color: #D44269; }
span { border-color: rgb(212,66,105); }
td.TdClassName
{
border-color: #D44269;
}
.TagClassName
{
border-color: #D44269;
}
</style>