Shades of Cabaret #DA4465
Tints of Cabaret #DA4465
RGB
CMYK
RGB Variations
Color information
#DA4465 (or 0xDA4465) is known color: Cabaret. HEX triplet: DA, 44 and 65. RGB value is (218,68,101). Sum of RGB (Red+Green+Blue) = 218+68+101=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4465 is #25BB9A. Grayscale: #747474. Windows color (decimal): -2472859 or 6636762. OLE color: 6636762.
HSL color Cylindrical-coordinate representation of color #DA4465: hue angle of 346.8º degrees, saturation: 0.67, 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 #DA4465 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 68 | 101 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.15 |
| HSL | 346.8º | 0.67% | 0.56% | - |
| HSV(B) | 346.8º | 0.69% | 0.85% | - |
| XYZ | 33.33 | 19.98 | 14.41 | - |
| YUV | 116.61 | 119.2 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 68 | 101 | 0 | 0.69 | 0.54 | 0.15 | 346.8 | 0.67 | 0.56 |
| Hex | DA | 44 | 65 | 0 | 45 | 36 | F | 15B | 43 | 38 |
| Octal | 332 | 104 | 145 | 0 | 105 | 66 | 17 | 533 | 103 | 70 |
| Binary | 11011010 | 1000100 | 1100101 | 0 | 1000101 | 110110 | 1111 | 101011011 | 1000011 | 111000 |
Color Harmonies of #DA4465
Complementary color
Monochromatic Colors of #DA4465
Black with #DA4465
Text Example
Text Example
White with #DA4465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4465; }
p { color: rgb(218,68,101); }
H1.HeaderClassName
{
color: #DA4465;
}
.AnyTagClassName
{
color: #DA4465;
}
</style>
background-color css
<style>
a { background-color: #DA4465; }
a { background-color: rgb(218,68,101); }
div.DivClassName
{
background-color: #DA4465;
}
.BgClassName
{
background-color: #DA4465;
}
</style>
border-color css
<style>
span { border-color: #DA4465; }
span { border-color: rgb(218,68,101); }
td.TdClassName
{
border-color: #DA4465;
}
.TagClassName
{
border-color: #DA4465;
}
</style>