Shades of Cabaret #D4426C
Tints of Cabaret #D4426C
RGB
CMYK
RGB Variations
Color information
#D4426C (or 0xD4426C) is known color: Cabaret. HEX triplet: D4, 42 and 6C. RGB value is (212,66,108). Sum of RGB (Red+Green+Blue) = 212+66+108=386 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.92% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 212 - color contains mainly: red. Hex color #D4426C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4426C is #2BBD93. Grayscale: #727272. Windows color (decimal): -2866580 or 7094996. OLE color: 7094996.
HSL color Cylindrical-coordinate representation of color #D4426C: hue angle of 342.74º 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 #D4426C is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 66 | 108 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.17 |
| HSL | 342.74º | 0.63% | 0.55% | - |
| HSV(B) | 342.74º | 0.69% | 0.83% | - |
| XYZ | 31.81 | 18.98 | 16.17 | - |
| YUV | 114.44 | 124.37 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 66 | 108 | 0 | 0.69 | 0.49 | 0.17 | 342.74 | 0.63 | 0.55 |
| Hex | D4 | 42 | 6C | 0 | 45 | 31 | 11 | 157 | 3F | 37 |
| Octal | 324 | 102 | 154 | 0 | 105 | 61 | 21 | 527 | 77 | 67 |
| Binary | 11010100 | 1000010 | 1101100 | 0 | 1000101 | 110001 | 10001 | 101010111 | 111111 | 110111 |
Color Harmonies of #D4426C
Complementary color
Monochromatic Colors of #D4426C
Black with #D4426C
Text Example
Text Example
White with #D4426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4426C; }
p { color: rgb(212,66,108); }
H1.HeaderClassName
{
color: #D4426C;
}
.AnyTagClassName
{
color: #D4426C;
}
</style>
background-color css
<style>
a { background-color: #D4426C; }
a { background-color: rgb(212,66,108); }
div.DivClassName
{
background-color: #D4426C;
}
.BgClassName
{
background-color: #D4426C;
}
</style>
border-color css
<style>
span { border-color: #D4426C; }
span { border-color: rgb(212,66,108); }
td.TdClassName
{
border-color: #D4426C;
}
.TagClassName
{
border-color: #D4426C;
}
</style>