Shades of Cabaret #D75369
Tints of Cabaret #D75369
RGB
CMYK
RGB Variations
Color information
#D75369 (or 0xD75369) is known color: Cabaret. HEX triplet: D7, 53 and 69. RGB value is (215,83,105). Sum of RGB (Red+Green+Blue) = 215+83+105=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D75369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75369 is #28AC96. Grayscale: #7D7D7D. Windows color (decimal): -2665623 or 6902743. OLE color: 6902743.
HSL color Cylindrical-coordinate representation of color #D75369: hue angle of 350º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D75369 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 105 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.16 |
| HSL | 350º | 0.62% | 0.58% | - |
| HSV(B) | 350º | 0.61% | 0.84% | - |
| XYZ | 33.67 | 21.65 | 15.77 | - |
| YUV | 124.98 | 116.73 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 105 | 0 | 0.61 | 0.51 | 0.16 | 350 | 0.62 | 0.58 |
| Hex | D7 | 53 | 69 | 0 | 3D | 33 | 10 | 15E | 3E | 3A |
| Octal | 327 | 123 | 151 | 0 | 75 | 63 | 20 | 536 | 76 | 72 |
| Binary | 11010111 | 1010011 | 1101001 | 0 | 111101 | 110011 | 10000 | 101011110 | 111110 | 111010 |
Color Harmonies of #D75369
Complementary color
Monochromatic Colors of #D75369
Black with #D75369
Text Example
Text Example
White with #D75369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75369; }
p { color: rgb(215,83,105); }
H1.HeaderClassName
{
color: #D75369;
}
.AnyTagClassName
{
color: #D75369;
}
</style>
background-color css
<style>
a { background-color: #D75369; }
a { background-color: rgb(215,83,105); }
div.DivClassName
{
background-color: #D75369;
}
.BgClassName
{
background-color: #D75369;
}
</style>
border-color css
<style>
span { border-color: #D75369; }
span { border-color: rgb(215,83,105); }
td.TdClassName
{
border-color: #D75369;
}
.TagClassName
{
border-color: #D75369;
}
</style>