Shades of Cabaret #D95367
Tints of Cabaret #D95367
RGB
CMYK
RGB Variations
Color information
#D95367 (or 0xD95367) is known color: Cabaret. HEX triplet: D9, 53 and 67. RGB value is (217,83,103). Sum of RGB (Red+Green+Blue) = 217+83+103=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 103 (40.62% from 255 or 25.56% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D95367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95367 is #26AC98. Grayscale: #7D7D7D. Windows color (decimal): -2534553 or 6771673. OLE color: 6771673.
HSL color Cylindrical-coordinate representation of color #D95367: hue angle of 351.04º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D95367 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 83 | 103 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.15 |
| HSL | 351.04º | 0.64% | 0.59% | - |
| HSV(B) | 351.04º | 0.62% | 0.85% | - |
| XYZ | 34.16 | 21.92 | 15.26 | - |
| YUV | 125.35 | 115.39 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 103 | 0 | 0.62 | 0.53 | 0.15 | 351.04 | 0.64 | 0.59 |
| Hex | D9 | 53 | 67 | 0 | 3E | 35 | F | 15F | 40 | 3B |
| Octal | 331 | 123 | 147 | 0 | 76 | 65 | 17 | 537 | 100 | 73 |
| Binary | 11011001 | 1010011 | 1100111 | 0 | 111110 | 110101 | 1111 | 101011111 | 1000000 | 111011 |
Color Harmonies of #D95367
Complementary color
Monochromatic Colors of #D95367
Black with #D95367
Text Example
Text Example
White with #D95367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95367; }
p { color: rgb(217,83,103); }
H1.HeaderClassName
{
color: #D95367;
}
.AnyTagClassName
{
color: #D95367;
}
</style>
background-color css
<style>
a { background-color: #D95367; }
a { background-color: rgb(217,83,103); }
div.DivClassName
{
background-color: #D95367;
}
.BgClassName
{
background-color: #D95367;
}
</style>
border-color css
<style>
span { border-color: #D95367; }
span { border-color: rgb(217,83,103); }
td.TdClassName
{
border-color: #D95367;
}
.TagClassName
{
border-color: #D95367;
}
</style>