Shades of Cabaret #D94465
Tints of Cabaret #D94465
RGB
CMYK
RGB Variations
Color information
#D94465 (or 0xD94465) is known color: Cabaret. HEX triplet: D9, 44 and 65. RGB value is (217,68,101). Sum of RGB (Red+Green+Blue) = 217+68+101=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D94465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94465 is #26BB9A. Grayscale: #747474. Windows color (decimal): -2538395 or 6636761. OLE color: 6636761.
HSL color Cylindrical-coordinate representation of color #D94465: hue angle of 346.71º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D94465 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 68 | 101 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.15 |
| HSL | 346.71º | 0.66% | 0.56% | - |
| HSV(B) | 346.71º | 0.69% | 0.85% | - |
| XYZ | 33.03 | 19.83 | 14.4 | - |
| YUV | 116.31 | 119.36 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 68 | 101 | 0 | 0.69 | 0.53 | 0.15 | 346.71 | 0.66 | 0.56 |
| Hex | D9 | 44 | 65 | 0 | 45 | 35 | F | 15B | 42 | 38 |
| Octal | 331 | 104 | 145 | 0 | 105 | 65 | 17 | 533 | 102 | 70 |
| Binary | 11011001 | 1000100 | 1100101 | 0 | 1000101 | 110101 | 1111 | 101011011 | 1000010 | 111000 |
Color Harmonies of #D94465
Complementary color
Monochromatic Colors of #D94465
Black with #D94465
Text Example
Text Example
White with #D94465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94465; }
p { color: rgb(217,68,101); }
H1.HeaderClassName
{
color: #D94465;
}
.AnyTagClassName
{
color: #D94465;
}
</style>
background-color css
<style>
a { background-color: #D94465; }
a { background-color: rgb(217,68,101); }
div.DivClassName
{
background-color: #D94465;
}
.BgClassName
{
background-color: #D94465;
}
</style>
border-color css
<style>
span { border-color: #D94465; }
span { border-color: rgb(217,68,101); }
td.TdClassName
{
border-color: #D94465;
}
.TagClassName
{
border-color: #D94465;
}
</style>