Shades of Cabaret #D75367
Tints of Cabaret #D75367
RGB
CMYK
RGB Variations
Color information
#D75367 (or 0xD75367) is known color: Cabaret. HEX triplet: D7, 53 and 67. RGB value is (215,83,103). Sum of RGB (Red+Green+Blue) = 215+83+103=401 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.62% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 215 - color contains mainly: red. Hex color #D75367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75367 is #28AC98. Grayscale: #7C7C7C. Windows color (decimal): -2665625 or 6771671. OLE color: 6771671.
HSL color Cylindrical-coordinate representation of color #D75367: hue angle of 350.91º 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 #D75367 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 103 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.16 |
| HSL | 350.91º | 0.62% | 0.58% | - |
| HSV(B) | 350.91º | 0.61% | 0.84% | - |
| XYZ | 33.57 | 21.61 | 15.23 | - |
| YUV | 124.75 | 115.73 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 103 | 0 | 0.61 | 0.52 | 0.16 | 350.91 | 0.62 | 0.58 |
| Hex | D7 | 53 | 67 | 0 | 3D | 34 | 10 | 15F | 3E | 3A |
| Octal | 327 | 123 | 147 | 0 | 75 | 64 | 20 | 537 | 76 | 72 |
| Binary | 11010111 | 1010011 | 1100111 | 0 | 111101 | 110100 | 10000 | 101011111 | 111110 | 111010 |
Color Harmonies of #D75367
Complementary color
Monochromatic Colors of #D75367
Black with #D75367
Text Example
Text Example
White with #D75367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75367; }
p { color: rgb(215,83,103); }
H1.HeaderClassName
{
color: #D75367;
}
.AnyTagClassName
{
color: #D75367;
}
</style>
background-color css
<style>
a { background-color: #D75367; }
a { background-color: rgb(215,83,103); }
div.DivClassName
{
background-color: #D75367;
}
.BgClassName
{
background-color: #D75367;
}
</style>
border-color css
<style>
span { border-color: #D75367; }
span { border-color: rgb(215,83,103); }
td.TdClassName
{
border-color: #D75367;
}
.TagClassName
{
border-color: #D75367;
}
</style>