Shades of Cabaret #D25D72
Tints of Cabaret #D25D72
RGB
CMYK
RGB Variations
Color information
#D25D72 (or 0xD25D72) is known color: Cabaret. HEX triplet: D2, 5D and 72. RGB value is (210,93,114). Sum of RGB (Red+Green+Blue) = 210+93+114=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25D72 is #2DA28D. Grayscale: #828282. Windows color (decimal): -2990734 or 7495122. OLE color: 7495122.
HSL color Cylindrical-coordinate representation of color #D25D72: hue angle of 349.23º 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 #D25D72 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 114 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.18 |
| HSL | 349.23º | 0.57% | 0.59% | - |
| HSV(B) | 349.23º | 0.56% | 0.82% | - |
| XYZ | 33.53 | 22.75 | 18.54 | - |
| YUV | 130.38 | 118.76 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 114 | 0 | 0.56 | 0.46 | 0.18 | 349.23 | 0.57 | 0.59 |
| Hex | D2 | 5D | 72 | 0 | 38 | 2E | 12 | 15D | 39 | 3B |
| Octal | 322 | 135 | 162 | 0 | 70 | 56 | 22 | 535 | 71 | 73 |
| Binary | 11010010 | 1011101 | 1110010 | 0 | 111000 | 101110 | 10010 | 101011101 | 111001 | 111011 |
Color Harmonies of #D25D72
Complementary color
Monochromatic Colors of #D25D72
Black with #D25D72
Text Example
Text Example
White with #D25D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25D72; }
p { color: rgb(210,93,114); }
H1.HeaderClassName
{
color: #D25D72;
}
.AnyTagClassName
{
color: #D25D72;
}
</style>
background-color css
<style>
a { background-color: #D25D72; }
a { background-color: rgb(210,93,114); }
div.DivClassName
{
background-color: #D25D72;
}
.BgClassName
{
background-color: #D25D72;
}
</style>
border-color css
<style>
span { border-color: #D25D72; }
span { border-color: rgb(210,93,114); }
td.TdClassName
{
border-color: #D25D72;
}
.TagClassName
{
border-color: #D25D72;
}
</style>