Shades of Cabaret #D25374
Tints of Cabaret #D25374
RGB
CMYK
RGB Variations
Color information
#D25374 (or 0xD25374) is known color: Cabaret. HEX triplet: D2, 53 and 74. RGB value is (210,83,116). Sum of RGB (Red+Green+Blue) = 210+83+116=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D25374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25374 is #2DAC8B. Grayscale: #7C7C7C. Windows color (decimal): -2993292 or 7623634. OLE color: 7623634.
HSL color Cylindrical-coordinate representation of color #D25374: hue angle of 344.41º degrees, saturation: 0.59, 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 #D25374 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 116 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.18 |
| HSL | 344.41º | 0.59% | 0.57% | - |
| HSV(B) | 344.41º | 0.6% | 0.82% | - |
| XYZ | 32.82 | 21.15 | 18.88 | - |
| YUV | 124.74 | 123.08 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 116 | 0 | 0.60 | 0.45 | 0.18 | 344.41 | 0.59 | 0.57 |
| Hex | D2 | 53 | 74 | 0 | 3C | 2D | 12 | 158 | 3B | 39 |
| Octal | 322 | 123 | 164 | 0 | 74 | 55 | 22 | 530 | 73 | 71 |
| Binary | 11010010 | 1010011 | 1110100 | 0 | 111100 | 101101 | 10010 | 101011000 | 111011 | 111001 |
Color Harmonies of #D25374
Complementary color
Monochromatic Colors of #D25374
Black with #D25374
Text Example
Text Example
White with #D25374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25374; }
p { color: rgb(210,83,116); }
H1.HeaderClassName
{
color: #D25374;
}
.AnyTagClassName
{
color: #D25374;
}
</style>
background-color css
<style>
a { background-color: #D25374; }
a { background-color: rgb(210,83,116); }
div.DivClassName
{
background-color: #D25374;
}
.BgClassName
{
background-color: #D25374;
}
</style>
border-color css
<style>
span { border-color: #D25374; }
span { border-color: rgb(210,83,116); }
td.TdClassName
{
border-color: #D25374;
}
.TagClassName
{
border-color: #D25374;
}
</style>