Shades of Cabaret #D24362
Tints of Cabaret #D24362
RGB
CMYK
RGB Variations
Color information
#D24362 (or 0xD24362) is known color: Cabaret. HEX triplet: D2, 43 and 62. RGB value is (210,67,98). Sum of RGB (Red+Green+Blue) = 210+67+98=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D24362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24362 is #2DBC9D. Grayscale: #717171. Windows color (decimal): -2997406 or 6439890. OLE color: 6439890.
HSL color Cylindrical-coordinate representation of color #D24362: hue angle of 346.99º degrees, saturation: 0.61, 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 #D24362 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 98 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.18 |
| HSL | 346.99º | 0.61% | 0.54% | - |
| HSV(B) | 346.99º | 0.68% | 0.82% | - |
| XYZ | 30.79 | 18.6 | 13.52 | - |
| YUV | 113.29 | 119.38 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 98 | 0 | 0.68 | 0.53 | 0.18 | 346.99 | 0.61 | 0.54 |
| Hex | D2 | 43 | 62 | 0 | 44 | 35 | 12 | 15B | 3D | 36 |
| Octal | 322 | 103 | 142 | 0 | 104 | 65 | 22 | 533 | 75 | 66 |
| Binary | 11010010 | 1000011 | 1100010 | 0 | 1000100 | 110101 | 10010 | 101011011 | 111101 | 110110 |
Color Harmonies of #D24362
Complementary color
Monochromatic Colors of #D24362
Black with #D24362
Text Example
Text Example
White with #D24362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24362; }
p { color: rgb(210,67,98); }
H1.HeaderClassName
{
color: #D24362;
}
.AnyTagClassName
{
color: #D24362;
}
</style>
background-color css
<style>
a { background-color: #D24362; }
a { background-color: rgb(210,67,98); }
div.DivClassName
{
background-color: #D24362;
}
.BgClassName
{
background-color: #D24362;
}
</style>
border-color css
<style>
span { border-color: #D24362; }
span { border-color: rgb(210,67,98); }
td.TdClassName
{
border-color: #D24362;
}
.TagClassName
{
border-color: #D24362;
}
</style>