Shades of Cabaret #DC4F6B
Tints of Cabaret #DC4F6B
RGB
CMYK
RGB Variations
Color information
#DC4F6B (or 0xDC4F6B) is known color: Cabaret. HEX triplet: DC, 4F and 6B. RGB value is (220,79,107). Sum of RGB (Red+Green+Blue) = 220+79+107=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 79 (31.25% from 255 or 19.46% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4F6B is #23B094. Grayscale: #7C7C7C. Windows color (decimal): -2338965 or 7032796. OLE color: 7032796.
HSL color Cylindrical-coordinate representation of color #DC4F6B: hue angle of 348.09º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC4F6B is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 79 | 107 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.14 |
| HSL | 348.09º | 0.67% | 0.59% | - |
| HSV(B) | 348.09º | 0.64% | 0.86% | - |
| XYZ | 34.97 | 21.87 | 16.29 | - |
| YUV | 124.35 | 118.21 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 79 | 107 | 0 | 0.64 | 0.51 | 0.14 | 348.09 | 0.67 | 0.59 |
| Hex | DC | 4F | 6B | 0 | 40 | 33 | E | 15C | 43 | 3B |
| Octal | 334 | 117 | 153 | 0 | 100 | 63 | 16 | 534 | 103 | 73 |
| Binary | 11011100 | 1001111 | 1101011 | 0 | 1000000 | 110011 | 1110 | 101011100 | 1000011 | 111011 |
Color Harmonies of #DC4F6B
Complementary color
Monochromatic Colors of #DC4F6B
Black with #DC4F6B
Text Example
Text Example
White with #DC4F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4F6B; }
p { color: rgb(220,79,107); }
H1.HeaderClassName
{
color: #DC4F6B;
}
.AnyTagClassName
{
color: #DC4F6B;
}
</style>
background-color css
<style>
a { background-color: #DC4F6B; }
a { background-color: rgb(220,79,107); }
div.DivClassName
{
background-color: #DC4F6B;
}
.BgClassName
{
background-color: #DC4F6B;
}
</style>
border-color css
<style>
span { border-color: #DC4F6B; }
span { border-color: rgb(220,79,107); }
td.TdClassName
{
border-color: #DC4F6B;
}
.TagClassName
{
border-color: #DC4F6B;
}
</style>