Shades of Cabaret #D2506C
Tints of Cabaret #D2506C
RGB
CMYK
RGB Variations
Color information
#D2506C (or 0xD2506C) is known color: Cabaret. HEX triplet: D2, 50 and 6C. RGB value is (210,80,108). Sum of RGB (Red+Green+Blue) = 210+80+108=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D2506C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2506C is #2DAF93. Grayscale: #7A7A7A. Windows color (decimal): -2994068 or 7098578. OLE color: 7098578.
HSL color Cylindrical-coordinate representation of color #D2506C: hue angle of 347.08º 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 #D2506C is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 108 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.18 |
| HSL | 347.08º | 0.59% | 0.57% | - |
| HSV(B) | 347.08º | 0.62% | 0.82% | - |
| XYZ | 32.15 | 20.52 | 16.45 | - |
| YUV | 122.06 | 120.07 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 108 | 0 | 0.62 | 0.49 | 0.18 | 347.08 | 0.59 | 0.57 |
| Hex | D2 | 50 | 6C | 0 | 3E | 31 | 12 | 15B | 3B | 39 |
| Octal | 322 | 120 | 154 | 0 | 76 | 61 | 22 | 533 | 73 | 71 |
| Binary | 11010010 | 1010000 | 1101100 | 0 | 111110 | 110001 | 10010 | 101011011 | 111011 | 111001 |
Color Harmonies of #D2506C
Complementary color
Monochromatic Colors of #D2506C
Black with #D2506C
Text Example
Text Example
White with #D2506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2506C; }
p { color: rgb(210,80,108); }
H1.HeaderClassName
{
color: #D2506C;
}
.AnyTagClassName
{
color: #D2506C;
}
</style>
background-color css
<style>
a { background-color: #D2506C; }
a { background-color: rgb(210,80,108); }
div.DivClassName
{
background-color: #D2506C;
}
.BgClassName
{
background-color: #D2506C;
}
</style>
border-color css
<style>
span { border-color: #D2506C; }
span { border-color: rgb(210,80,108); }
td.TdClassName
{
border-color: #D2506C;
}
.TagClassName
{
border-color: #D2506C;
}
</style>