Shades of Cabaret #D05375
Tints of Cabaret #D05375
RGB
CMYK
RGB Variations
Color information
#D05375 (or 0xD05375) is known color: Cabaret. HEX triplet: D0, 53 and 75. RGB value is (208,83,117). Sum of RGB (Red+Green+Blue) = 208+83+117=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D05375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05375 is #2FAC8A. Grayscale: #7C7C7C. Windows color (decimal): -3124363 or 7689168. OLE color: 7689168.
HSL color Cylindrical-coordinate representation of color #D05375: hue angle of 343.68º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D05375 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 83 | 117 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.18 |
| HSL | 343.68º | 0.57% | 0.57% | - |
| HSV(B) | 343.68º | 0.6% | 0.82% | - |
| XYZ | 32.32 | 20.88 | 19.16 | - |
| YUV | 124.25 | 123.91 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 83 | 117 | 0 | 0.60 | 0.44 | 0.18 | 343.68 | 0.57 | 0.57 |
| Hex | D0 | 53 | 75 | 0 | 3C | 2C | 12 | 158 | 39 | 39 |
| Octal | 320 | 123 | 165 | 0 | 74 | 54 | 22 | 530 | 71 | 71 |
| Binary | 11010000 | 1010011 | 1110101 | 0 | 111100 | 101100 | 10010 | 101011000 | 111001 | 111001 |
Color Harmonies of #D05375
Complementary color
Monochromatic Colors of #D05375
Black with #D05375
Text Example
Text Example
White with #D05375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05375; }
p { color: rgb(208,83,117); }
H1.HeaderClassName
{
color: #D05375;
}
.AnyTagClassName
{
color: #D05375;
}
</style>
background-color css
<style>
a { background-color: #D05375; }
a { background-color: rgb(208,83,117); }
div.DivClassName
{
background-color: #D05375;
}
.BgClassName
{
background-color: #D05375;
}
</style>
border-color css
<style>
span { border-color: #D05375; }
span { border-color: rgb(208,83,117); }
td.TdClassName
{
border-color: #D05375;
}
.TagClassName
{
border-color: #D05375;
}
</style>