Shades of Cabaret #D65572
Tints of Cabaret #D65572
RGB
CMYK
RGB Variations
Color information
#D65572 (or 0xD65572) is known color: Cabaret. HEX triplet: D6, 55 and 72. RGB value is (214,85,114). Sum of RGB (Red+Green+Blue) = 214+85+114=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D65572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65572 is #29AA8D. Grayscale: #7E7E7E. Windows color (decimal): -2730638 or 7493078. OLE color: 7493078.
HSL color Cylindrical-coordinate representation of color #D65572: hue angle of 346.51º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65572 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 114 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.16 |
| HSL | 346.51º | 0.61% | 0.59% | - |
| HSV(B) | 346.51º | 0.6% | 0.84% | - |
| XYZ | 34.02 | 22.01 | 18.37 | - |
| YUV | 126.88 | 120.74 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 114 | 0 | 0.60 | 0.47 | 0.16 | 346.51 | 0.61 | 0.59 |
| Hex | D6 | 55 | 72 | 0 | 3C | 2F | 10 | 15B | 3D | 3B |
| Octal | 326 | 125 | 162 | 0 | 74 | 57 | 20 | 533 | 75 | 73 |
| Binary | 11010110 | 1010101 | 1110010 | 0 | 111100 | 101111 | 10000 | 101011011 | 111101 | 111011 |
Color Harmonies of #D65572
Complementary color
Monochromatic Colors of #D65572
Black with #D65572
Text Example
Text Example
White with #D65572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65572; }
p { color: rgb(214,85,114); }
H1.HeaderClassName
{
color: #D65572;
}
.AnyTagClassName
{
color: #D65572;
}
</style>
background-color css
<style>
a { background-color: #D65572; }
a { background-color: rgb(214,85,114); }
div.DivClassName
{
background-color: #D65572;
}
.BgClassName
{
background-color: #D65572;
}
</style>
border-color css
<style>
span { border-color: #D65572; }
span { border-color: rgb(214,85,114); }
td.TdClassName
{
border-color: #D65572;
}
.TagClassName
{
border-color: #D65572;
}
</style>