Shades of Cabaret #D25070
Tints of Cabaret #D25070
RGB
CMYK
RGB Variations
Color information
#D25070 (or 0xD25070) is known color: Cabaret. HEX triplet: D2, 50 and 70. RGB value is (210,80,112). Sum of RGB (Red+Green+Blue) = 210+80+112=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D25070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25070 is #2DAF8F. Grayscale: #7A7A7A. Windows color (decimal): -2994064 or 7360722. OLE color: 7360722.
HSL color Cylindrical-coordinate representation of color #D25070: hue angle of 345.23º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D25070 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 112 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.18 |
| HSL | 345.23º | 0.59% | 0.57% | - |
| HSV(B) | 345.23º | 0.62% | 0.82% | - |
| XYZ | 32.37 | 20.61 | 17.6 | - |
| YUV | 122.52 | 122.07 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 112 | 0 | 0.62 | 0.47 | 0.18 | 345.23 | 0.59 | 0.57 |
| Hex | D2 | 50 | 70 | 0 | 3E | 2F | 12 | 159 | 3B | 39 |
| Octal | 322 | 120 | 160 | 0 | 76 | 57 | 22 | 531 | 73 | 71 |
| Binary | 11010010 | 1010000 | 1110000 | 0 | 111110 | 101111 | 10010 | 101011001 | 111011 | 111001 |
Color Harmonies of #D25070
Complementary color
Monochromatic Colors of #D25070
Black with #D25070
Text Example
Text Example
White with #D25070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25070; }
p { color: rgb(210,80,112); }
H1.HeaderClassName
{
color: #D25070;
}
.AnyTagClassName
{
color: #D25070;
}
</style>
background-color css
<style>
a { background-color: #D25070; }
a { background-color: rgb(210,80,112); }
div.DivClassName
{
background-color: #D25070;
}
.BgClassName
{
background-color: #D25070;
}
</style>
border-color css
<style>
span { border-color: #D25070; }
span { border-color: rgb(210,80,112); }
td.TdClassName
{
border-color: #D25070;
}
.TagClassName
{
border-color: #D25070;
}
</style>