Shades of Cabaret #D25D75
Tints of Cabaret #D25D75
RGB
CMYK
RGB Variations
Color information
#D25D75 (or 0xD25D75) is known color: Cabaret. HEX triplet: D2, 5D and 75. RGB value is (210,93,117). Sum of RGB (Red+Green+Blue) = 210+93+117=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25D75 is #2DA28A. Grayscale: #828282. Windows color (decimal): -2990731 or 7691730. OLE color: 7691730.
HSL color Cylindrical-coordinate representation of color #D25D75: hue angle of 347.69º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D25D75 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 117 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.18 |
| HSL | 347.69º | 0.57% | 0.59% | - |
| HSV(B) | 347.69º | 0.56% | 0.82% | - |
| XYZ | 33.7 | 22.81 | 19.46 | - |
| YUV | 130.72 | 120.26 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 117 | 0 | 0.56 | 0.44 | 0.18 | 347.69 | 0.57 | 0.59 |
| Hex | D2 | 5D | 75 | 0 | 38 | 2C | 12 | 15C | 39 | 3B |
| Octal | 322 | 135 | 165 | 0 | 70 | 54 | 22 | 534 | 71 | 73 |
| Binary | 11010010 | 1011101 | 1110101 | 0 | 111000 | 101100 | 10010 | 101011100 | 111001 | 111011 |
Color Harmonies of #D25D75
Complementary color
Monochromatic Colors of #D25D75
Black with #D25D75
Text Example
Text Example
White with #D25D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25D75; }
p { color: rgb(210,93,117); }
H1.HeaderClassName
{
color: #D25D75;
}
.AnyTagClassName
{
color: #D25D75;
}
</style>
background-color css
<style>
a { background-color: #D25D75; }
a { background-color: rgb(210,93,117); }
div.DivClassName
{
background-color: #D25D75;
}
.BgClassName
{
background-color: #D25D75;
}
</style>
border-color css
<style>
span { border-color: #D25D75; }
span { border-color: rgb(210,93,117); }
td.TdClassName
{
border-color: #D25D75;
}
.TagClassName
{
border-color: #D25D75;
}
</style>