Shades of Cabaret #D54A68
Tints of Cabaret #D54A68
RGB
CMYK
RGB Variations
Color information
#D54A68 (or 0xD54A68) is known color: Cabaret. HEX triplet: D5, 4A and 68. RGB value is (213,74,104). Sum of RGB (Red+Green+Blue) = 213+74+104=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 74 (29.30% from 255 or 18.93% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54A68 is #2AB597. Grayscale: #777777. Windows color (decimal): -2799000 or 6834901. OLE color: 6834901.
HSL color Cylindrical-coordinate representation of color #D54A68: hue angle of 347.05º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54A68 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 104 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.16 |
| HSL | 347.05º | 0.62% | 0.56% | - |
| HSV(B) | 347.05º | 0.65% | 0.84% | - |
| XYZ | 32.39 | 20.04 | 15.26 | - |
| YUV | 118.98 | 119.55 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 104 | 0 | 0.65 | 0.51 | 0.16 | 347.05 | 0.62 | 0.56 |
| Hex | D5 | 4A | 68 | 0 | 41 | 33 | 10 | 15B | 3E | 38 |
| Octal | 325 | 112 | 150 | 0 | 101 | 63 | 20 | 533 | 76 | 70 |
| Binary | 11010101 | 1001010 | 1101000 | 0 | 1000001 | 110011 | 10000 | 101011011 | 111110 | 111000 |
Color Harmonies of #D54A68
Complementary color
Monochromatic Colors of #D54A68
Black with #D54A68
Text Example
Text Example
White with #D54A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54A68; }
p { color: rgb(213,74,104); }
H1.HeaderClassName
{
color: #D54A68;
}
.AnyTagClassName
{
color: #D54A68;
}
</style>
background-color css
<style>
a { background-color: #D54A68; }
a { background-color: rgb(213,74,104); }
div.DivClassName
{
background-color: #D54A68;
}
.BgClassName
{
background-color: #D54A68;
}
</style>
border-color css
<style>
span { border-color: #D54A68; }
span { border-color: rgb(213,74,104); }
td.TdClassName
{
border-color: #D54A68;
}
.TagClassName
{
border-color: #D54A68;
}
</style>