Shades of Cabaret #D74369
Tints of Cabaret #D74369
RGB
CMYK
RGB Variations
Color information
#D74369 (or 0xD74369) is known color: Cabaret. HEX triplet: D7, 43 and 69. RGB value is (215,67,105). Sum of RGB (Red+Green+Blue) = 215+67+105=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D74369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74369 is #28BC96. Grayscale: #737373. Windows color (decimal): -2669719 or 6898647. OLE color: 6898647.
HSL color Cylindrical-coordinate representation of color #D74369: hue angle of 344.59º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D74369 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 67 | 105 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.16 |
| HSL | 344.59º | 0.65% | 0.55% | - |
| HSV(B) | 344.59º | 0.69% | 0.84% | - |
| XYZ | 32.58 | 19.48 | 15.41 | - |
| YUV | 115.58 | 122.03 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 67 | 105 | 0 | 0.69 | 0.51 | 0.16 | 344.59 | 0.65 | 0.55 |
| Hex | D7 | 43 | 69 | 0 | 45 | 33 | 10 | 159 | 41 | 37 |
| Octal | 327 | 103 | 151 | 0 | 105 | 63 | 20 | 531 | 101 | 67 |
| Binary | 11010111 | 1000011 | 1101001 | 0 | 1000101 | 110011 | 10000 | 101011001 | 1000001 | 110111 |
Color Harmonies of #D74369
Complementary color
Monochromatic Colors of #D74369
Black with #D74369
Text Example
Text Example
White with #D74369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74369; }
p { color: rgb(215,67,105); }
H1.HeaderClassName
{
color: #D74369;
}
.AnyTagClassName
{
color: #D74369;
}
</style>
background-color css
<style>
a { background-color: #D74369; }
a { background-color: rgb(215,67,105); }
div.DivClassName
{
background-color: #D74369;
}
.BgClassName
{
background-color: #D74369;
}
</style>
border-color css
<style>
span { border-color: #D74369; }
span { border-color: rgb(215,67,105); }
td.TdClassName
{
border-color: #D74369;
}
.TagClassName
{
border-color: #D74369;
}
</style>