Shades of Cabaret #D25367
Tints of Cabaret #D25367
RGB
CMYK
RGB Variations
Color information
#D25367 (or 0xD25367) is known color: Cabaret. HEX triplet: D2, 53 and 67. RGB value is (210,83,103). Sum of RGB (Red+Green+Blue) = 210+83+103=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 103 (40.62% from 255 or 26.01% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D25367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25367 is #2DAC98. Grayscale: #7B7B7B. Windows color (decimal): -2993305 or 6771666. OLE color: 6771666.
HSL color Cylindrical-coordinate representation of color #D25367: hue angle of 350.55º 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 #D25367 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 103 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.18 |
| HSL | 350.55º | 0.59% | 0.57% | - |
| HSV(B) | 350.55º | 0.6% | 0.82% | - |
| XYZ | 32.12 | 20.87 | 15.17 | - |
| YUV | 123.25 | 116.58 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 103 | 0 | 0.60 | 0.51 | 0.18 | 350.55 | 0.59 | 0.57 |
| Hex | D2 | 53 | 67 | 0 | 3C | 33 | 12 | 15F | 3B | 39 |
| Octal | 322 | 123 | 147 | 0 | 74 | 63 | 22 | 537 | 73 | 71 |
| Binary | 11010010 | 1010011 | 1100111 | 0 | 111100 | 110011 | 10010 | 101011111 | 111011 | 111001 |
Color Harmonies of #D25367
Complementary color
Monochromatic Colors of #D25367
Black with #D25367
Text Example
Text Example
White with #D25367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25367; }
p { color: rgb(210,83,103); }
H1.HeaderClassName
{
color: #D25367;
}
.AnyTagClassName
{
color: #D25367;
}
</style>
background-color css
<style>
a { background-color: #D25367; }
a { background-color: rgb(210,83,103); }
div.DivClassName
{
background-color: #D25367;
}
.BgClassName
{
background-color: #D25367;
}
</style>
border-color css
<style>
span { border-color: #D25367; }
span { border-color: rgb(210,83,103); }
td.TdClassName
{
border-color: #D25367;
}
.TagClassName
{
border-color: #D25367;
}
</style>