Shades of Cabaret #D4426B
Tints of Cabaret #D4426B
RGB
CMYK
RGB Variations
Color information
#D4426B (or 0xD4426B) is known color: Cabaret. HEX triplet: D4, 42 and 6B. RGB value is (212,66,107). Sum of RGB (Red+Green+Blue) = 212+66+107=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D4426B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4426B is #2BBD94. Grayscale: #727272. Windows color (decimal): -2866581 or 7029460. OLE color: 7029460.
HSL color Cylindrical-coordinate representation of color #D4426B: hue angle of 343.15º 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 #D4426B is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 66 | 107 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.17 |
| HSL | 343.15º | 0.63% | 0.55% | - |
| HSV(B) | 343.15º | 0.69% | 0.83% | - |
| XYZ | 31.75 | 18.96 | 15.9 | - |
| YUV | 114.33 | 123.87 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 66 | 107 | 0 | 0.69 | 0.50 | 0.17 | 343.15 | 0.63 | 0.55 |
| Hex | D4 | 42 | 6B | 0 | 45 | 32 | 11 | 157 | 3F | 37 |
| Octal | 324 | 102 | 153 | 0 | 105 | 62 | 21 | 527 | 77 | 67 |
| Binary | 11010100 | 1000010 | 1101011 | 0 | 1000101 | 110010 | 10001 | 101010111 | 111111 | 110111 |
Color Harmonies of #D4426B
Complementary color
Monochromatic Colors of #D4426B
Black with #D4426B
Text Example
Text Example
White with #D4426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4426B; }
p { color: rgb(212,66,107); }
H1.HeaderClassName
{
color: #D4426B;
}
.AnyTagClassName
{
color: #D4426B;
}
</style>
background-color css
<style>
a { background-color: #D4426B; }
a { background-color: rgb(212,66,107); }
div.DivClassName
{
background-color: #D4426B;
}
.BgClassName
{
background-color: #D4426B;
}
</style>
border-color css
<style>
span { border-color: #D4426B; }
span { border-color: rgb(212,66,107); }
td.TdClassName
{
border-color: #D4426B;
}
.TagClassName
{
border-color: #D4426B;
}
</style>