Shades of Cabaret #D65465
Tints of Cabaret #D65465
RGB
CMYK
RGB Variations
Color information
#D65465 (or 0xD65465) is known color: Cabaret. HEX triplet: D6, 54 and 65. RGB value is (214,84,101). Sum of RGB (Red+Green+Blue) = 214+84+101=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D65465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65465 is #29AB9A. Grayscale: #7C7C7C. Windows color (decimal): -2730907 or 6640854. OLE color: 6640854.
HSL color Cylindrical-coordinate representation of color #D65465: hue angle of 352.15º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D65465 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 84 | 101 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.16 |
| HSL | 352.15º | 0.61% | 0.58% | - |
| HSV(B) | 352.15º | 0.61% | 0.84% | - |
| XYZ | 33.25 | 21.58 | 14.72 | - |
| YUV | 124.81 | 114.57 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 84 | 101 | 0 | 0.61 | 0.53 | 0.16 | 352.15 | 0.61 | 0.58 |
| Hex | D6 | 54 | 65 | 0 | 3D | 35 | 10 | 160 | 3D | 3A |
| Octal | 326 | 124 | 145 | 0 | 75 | 65 | 20 | 540 | 75 | 72 |
| Binary | 11010110 | 1010100 | 1100101 | 0 | 111101 | 110101 | 10000 | 101100000 | 111101 | 111010 |
Color Harmonies of #D65465
Complementary color
Monochromatic Colors of #D65465
Black with #D65465
Text Example
Text Example
White with #D65465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65465; }
p { color: rgb(214,84,101); }
H1.HeaderClassName
{
color: #D65465;
}
.AnyTagClassName
{
color: #D65465;
}
</style>
background-color css
<style>
a { background-color: #D65465; }
a { background-color: rgb(214,84,101); }
div.DivClassName
{
background-color: #D65465;
}
.BgClassName
{
background-color: #D65465;
}
</style>
border-color css
<style>
span { border-color: #D65465; }
span { border-color: rgb(214,84,101); }
td.TdClassName
{
border-color: #D65465;
}
.TagClassName
{
border-color: #D65465;
}
</style>