Shades of Cabaret #D74367
Tints of Cabaret #D74367
RGB
CMYK
RGB Variations
Color information
#D74367 (or 0xD74367) is known color: Cabaret. HEX triplet: D7, 43 and 67. RGB value is (215,67,103). Sum of RGB (Red+Green+Blue) = 215+67+103=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 103 (40.62% from 255 or 26.75% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D74367 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74367 is #28BC98. Grayscale: #737373. Windows color (decimal): -2669721 or 6767575. OLE color: 6767575.
HSL color Cylindrical-coordinate representation of color #D74367: hue angle of 345.41º 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 #D74367 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 67 | 103 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.16 |
| HSL | 345.41º | 0.65% | 0.55% | - |
| HSV(B) | 345.41º | 0.69% | 0.84% | - |
| XYZ | 32.48 | 19.44 | 14.87 | - |
| YUV | 115.36 | 121.03 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 67 | 103 | 0 | 0.69 | 0.52 | 0.16 | 345.41 | 0.65 | 0.55 |
| Hex | D7 | 43 | 67 | 0 | 45 | 34 | 10 | 159 | 41 | 37 |
| Octal | 327 | 103 | 147 | 0 | 105 | 64 | 20 | 531 | 101 | 67 |
| Binary | 11010111 | 1000011 | 1100111 | 0 | 1000101 | 110100 | 10000 | 101011001 | 1000001 | 110111 |
Color Harmonies of #D74367
Complementary color
Monochromatic Colors of #D74367
Black with #D74367
Text Example
Text Example
White with #D74367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74367; }
p { color: rgb(215,67,103); }
H1.HeaderClassName
{
color: #D74367;
}
.AnyTagClassName
{
color: #D74367;
}
</style>
background-color css
<style>
a { background-color: #D74367; }
a { background-color: rgb(215,67,103); }
div.DivClassName
{
background-color: #D74367;
}
.BgClassName
{
background-color: #D74367;
}
</style>
border-color css
<style>
span { border-color: #D74367; }
span { border-color: rgb(215,67,103); }
td.TdClassName
{
border-color: #D74367;
}
.TagClassName
{
border-color: #D74367;
}
</style>