Shades of Cabaret #D54665
Tints of Cabaret #D54665
RGB
CMYK
RGB Variations
Color information
#D54665 (or 0xD54665) is known color: Cabaret. HEX triplet: D5, 46 and 65. RGB value is (213,70,101). Sum of RGB (Red+Green+Blue) = 213+70+101=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D54665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54665 is #2AB99A. Grayscale: #747474. Windows color (decimal): -2800027 or 6637269. OLE color: 6637269.
HSL color Cylindrical-coordinate representation of color #D54665: hue angle of 346.99º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D54665 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 70 | 101 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.16 |
| HSL | 346.99º | 0.63% | 0.55% | - |
| HSV(B) | 346.99º | 0.67% | 0.84% | - |
| XYZ | 31.98 | 19.47 | 14.38 | - |
| YUV | 116.29 | 119.38 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 70 | 101 | 0 | 0.67 | 0.53 | 0.16 | 346.99 | 0.63 | 0.55 |
| Hex | D5 | 46 | 65 | 0 | 43 | 35 | 10 | 15B | 3F | 37 |
| Octal | 325 | 106 | 145 | 0 | 103 | 65 | 20 | 533 | 77 | 67 |
| Binary | 11010101 | 1000110 | 1100101 | 0 | 1000011 | 110101 | 10000 | 101011011 | 111111 | 110111 |
Color Harmonies of #D54665
Complementary color
Monochromatic Colors of #D54665
Black with #D54665
Text Example
Text Example
White with #D54665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54665; }
p { color: rgb(213,70,101); }
H1.HeaderClassName
{
color: #D54665;
}
.AnyTagClassName
{
color: #D54665;
}
</style>
background-color css
<style>
a { background-color: #D54665; }
a { background-color: rgb(213,70,101); }
div.DivClassName
{
background-color: #D54665;
}
.BgClassName
{
background-color: #D54665;
}
</style>
border-color css
<style>
span { border-color: #D54665; }
span { border-color: rgb(213,70,101); }
td.TdClassName
{
border-color: #D54665;
}
.TagClassName
{
border-color: #D54665;
}
</style>