Shades of Cabaret #D0426B
Tints of Cabaret #D0426B
RGB
CMYK
RGB Variations
Color information
#D0426B (or 0xD0426B) is known color: Cabaret. HEX triplet: D0, 42 and 6B. RGB value is (208,66,107). Sum of RGB (Red+Green+Blue) = 208+66+107=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D0426B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0426B is #2FBD94. Grayscale: #717171. Windows color (decimal): -3128725 or 7029456. OLE color: 7029456.
HSL color Cylindrical-coordinate representation of color #D0426B: hue angle of 342.68º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0426B is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 66 | 107 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.18 |
| HSL | 342.68º | 0.6% | 0.54% | - |
| HSV(B) | 342.68º | 0.68% | 0.82% | - |
| XYZ | 30.61 | 18.37 | 15.84 | - |
| YUV | 113.13 | 124.54 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 66 | 107 | 0 | 0.68 | 0.49 | 0.18 | 342.68 | 0.6 | 0.54 |
| Hex | D0 | 42 | 6B | 0 | 44 | 31 | 12 | 157 | 3C | 36 |
| Octal | 320 | 102 | 153 | 0 | 104 | 61 | 22 | 527 | 74 | 66 |
| Binary | 11010000 | 1000010 | 1101011 | 0 | 1000100 | 110001 | 10010 | 101010111 | 111100 | 110110 |
Color Harmonies of #D0426B
Complementary color
Monochromatic Colors of #D0426B
Black with #D0426B
Text Example
Text Example
White with #D0426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0426B; }
p { color: rgb(208,66,107); }
H1.HeaderClassName
{
color: #D0426B;
}
.AnyTagClassName
{
color: #D0426B;
}
</style>
background-color css
<style>
a { background-color: #D0426B; }
a { background-color: rgb(208,66,107); }
div.DivClassName
{
background-color: #D0426B;
}
.BgClassName
{
background-color: #D0426B;
}
</style>
border-color css
<style>
span { border-color: #D0426B; }
span { border-color: rgb(208,66,107); }
td.TdClassName
{
border-color: #D0426B;
}
.TagClassName
{
border-color: #D0426B;
}
</style>