Shades of Cabaret #D65F69
Tints of Cabaret #D65F69
RGB
CMYK
RGB Variations
Color information
#D65F69 (or 0xD65F69) is known color: Cabaret. HEX triplet: D6, 5F and 69. RGB value is (214,95,105). Sum of RGB (Red+Green+Blue) = 214+95+105=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65F69 is #29A096. Grayscale: #838383. Windows color (decimal): -2728087 or 6905814. OLE color: 6905814.
HSL color Cylindrical-coordinate representation of color #D65F69: hue angle of 354.96º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D65F69 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 95 | 105 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.16 |
| HSL | 354.96º | 0.59% | 0.61% | - |
| HSV(B) | 354.96º | 0.56% | 0.84% | - |
| XYZ | 34.37 | 23.5 | 16.09 | - |
| YUV | 131.72 | 112.92 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 105 | 0 | 0.56 | 0.51 | 0.16 | 354.96 | 0.59 | 0.61 |
| Hex | D6 | 5F | 69 | 0 | 38 | 33 | 10 | 163 | 3B | 3D |
| Octal | 326 | 137 | 151 | 0 | 70 | 63 | 20 | 543 | 73 | 75 |
| Binary | 11010110 | 1011111 | 1101001 | 0 | 111000 | 110011 | 10000 | 101100011 | 111011 | 111101 |
Color Harmonies of #D65F69
Complementary color
Monochromatic Colors of #D65F69
Black with #D65F69
Text Example
Text Example
White with #D65F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65F69; }
p { color: rgb(214,95,105); }
H1.HeaderClassName
{
color: #D65F69;
}
.AnyTagClassName
{
color: #D65F69;
}
</style>
background-color css
<style>
a { background-color: #D65F69; }
a { background-color: rgb(214,95,105); }
div.DivClassName
{
background-color: #D65F69;
}
.BgClassName
{
background-color: #D65F69;
}
</style>
border-color css
<style>
span { border-color: #D65F69; }
span { border-color: rgb(214,95,105); }
td.TdClassName
{
border-color: #D65F69;
}
.TagClassName
{
border-color: #D65F69;
}
</style>