Shades of Cabaret #D65368
Tints of Cabaret #D65368
RGB
CMYK
RGB Variations
Color information
#D65368 (or 0xD65368) is known color: Cabaret. HEX triplet: D6, 53 and 68. RGB value is (214,83,104). Sum of RGB (Red+Green+Blue) = 214+83+104=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D65368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65368 is #29AC97. Grayscale: #7C7C7C. Windows color (decimal): -2731160 or 6837206. OLE color: 6837206.
HSL color Cylindrical-coordinate representation of color #D65368: hue angle of 350.38º degrees, saturation: 0.62, 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 #D65368 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 104 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.16 |
| HSL | 350.38º | 0.62% | 0.58% | - |
| HSV(B) | 350.38º | 0.61% | 0.84% | - |
| XYZ | 33.32 | 21.48 | 15.49 | - |
| YUV | 124.56 | 116.4 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 104 | 0 | 0.61 | 0.51 | 0.16 | 350.38 | 0.62 | 0.58 |
| Hex | D6 | 53 | 68 | 0 | 3D | 33 | 10 | 15E | 3E | 3A |
| Octal | 326 | 123 | 150 | 0 | 75 | 63 | 20 | 536 | 76 | 72 |
| Binary | 11010110 | 1010011 | 1101000 | 0 | 111101 | 110011 | 10000 | 101011110 | 111110 | 111010 |
Color Harmonies of #D65368
Complementary color
Monochromatic Colors of #D65368
Black with #D65368
Text Example
Text Example
White with #D65368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65368; }
p { color: rgb(214,83,104); }
H1.HeaderClassName
{
color: #D65368;
}
.AnyTagClassName
{
color: #D65368;
}
</style>
background-color css
<style>
a { background-color: #D65368; }
a { background-color: rgb(214,83,104); }
div.DivClassName
{
background-color: #D65368;
}
.BgClassName
{
background-color: #D65368;
}
</style>
border-color css
<style>
span { border-color: #D65368; }
span { border-color: rgb(214,83,104); }
td.TdClassName
{
border-color: #D65368;
}
.TagClassName
{
border-color: #D65368;
}
</style>