Shades of Cabaret #D65D69
Tints of Cabaret #D65D69
RGB
CMYK
RGB Variations
Color information
#D65D69 (or 0xD65D69) is known color: Cabaret. HEX triplet: D6, 5D and 69. RGB value is (214,93,105). Sum of RGB (Red+Green+Blue) = 214+93+105=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65D69 is #29A296. Grayscale: #828282. Windows color (decimal): -2728599 or 6905302. OLE color: 6905302.
HSL color Cylindrical-coordinate representation of color #D65D69: hue angle of 354.05º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65D69 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 93 | 105 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.16 |
| HSL | 354.05º | 0.6% | 0.6% | - |
| HSV(B) | 354.05º | 0.57% | 0.84% | - |
| XYZ | 34.2 | 23.14 | 16.03 | - |
| YUV | 130.55 | 113.59 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 105 | 0 | 0.57 | 0.51 | 0.16 | 354.05 | 0.6 | 0.6 |
| Hex | D6 | 5D | 69 | 0 | 39 | 33 | 10 | 162 | 3C | 3C |
| Octal | 326 | 135 | 151 | 0 | 71 | 63 | 20 | 542 | 74 | 74 |
| Binary | 11010110 | 1011101 | 1101001 | 0 | 111001 | 110011 | 10000 | 101100010 | 111100 | 111100 |
Color Harmonies of #D65D69
Complementary color
Monochromatic Colors of #D65D69
Black with #D65D69
Text Example
Text Example
White with #D65D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65D69; }
p { color: rgb(214,93,105); }
H1.HeaderClassName
{
color: #D65D69;
}
.AnyTagClassName
{
color: #D65D69;
}
</style>
background-color css
<style>
a { background-color: #D65D69; }
a { background-color: rgb(214,93,105); }
div.DivClassName
{
background-color: #D65D69;
}
.BgClassName
{
background-color: #D65D69;
}
</style>
border-color css
<style>
span { border-color: #D65D69; }
span { border-color: rgb(214,93,105); }
td.TdClassName
{
border-color: #D65D69;
}
.TagClassName
{
border-color: #D65D69;
}
</style>