Shades of Cabaret #DC4D6A
Tints of Cabaret #DC4D6A
RGB
CMYK
RGB Variations
Color information
#DC4D6A (or 0xDC4D6A) is known color: Cabaret. HEX triplet: DC, 4D and 6A. RGB value is (220,77,106). Sum of RGB (Red+Green+Blue) = 220+77+106=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4D6A is #23B295. Grayscale: #7B7B7B. Windows color (decimal): -2339478 or 6966748. OLE color: 6966748.
HSL color Cylindrical-coordinate representation of color #DC4D6A: hue angle of 347.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC4D6A is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 106 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.14 |
| HSL | 347.83º | 0.67% | 0.58% | - |
| HSV(B) | 347.83º | 0.65% | 0.86% | - |
| XYZ | 34.77 | 21.56 | 15.97 | - |
| YUV | 123.06 | 118.38 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 106 | 0 | 0.65 | 0.52 | 0.14 | 347.83 | 0.67 | 0.58 |
| Hex | DC | 4D | 6A | 0 | 41 | 34 | E | 15C | 43 | 3A |
| Octal | 334 | 115 | 152 | 0 | 101 | 64 | 16 | 534 | 103 | 72 |
| Binary | 11011100 | 1001101 | 1101010 | 0 | 1000001 | 110100 | 1110 | 101011100 | 1000011 | 111010 |
Color Harmonies of #DC4D6A
Complementary color
Monochromatic Colors of #DC4D6A
Black with #DC4D6A
Text Example
Text Example
White with #DC4D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4D6A; }
p { color: rgb(220,77,106); }
H1.HeaderClassName
{
color: #DC4D6A;
}
.AnyTagClassName
{
color: #DC4D6A;
}
</style>
background-color css
<style>
a { background-color: #DC4D6A; }
a { background-color: rgb(220,77,106); }
div.DivClassName
{
background-color: #DC4D6A;
}
.BgClassName
{
background-color: #DC4D6A;
}
</style>
border-color css
<style>
span { border-color: #DC4D6A; }
span { border-color: rgb(220,77,106); }
td.TdClassName
{
border-color: #DC4D6A;
}
.TagClassName
{
border-color: #DC4D6A;
}
</style>