Shades of Cabaret #DD5367
Tints of Cabaret #DD5367
RGB
CMYK
RGB Variations
Color information
#DD5367 (or 0xDD5367) is known color: Cabaret. HEX triplet: DD, 53 and 67. RGB value is (221,83,103). Sum of RGB (Red+Green+Blue) = 221+83+103=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5367 is #22AC98. Grayscale: #7E7E7E. Windows color (decimal): -2272409 or 6771677. OLE color: 6771677.
HSL color Cylindrical-coordinate representation of color #DD5367: hue angle of 351.3º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5367 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 103 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.13 |
| HSL | 351.3º | 0.67% | 0.6% | - |
| HSV(B) | 351.3º | 0.62% | 0.87% | - |
| XYZ | 35.36 | 22.54 | 15.32 | - |
| YUV | 126.54 | 114.72 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 103 | 0 | 0.62 | 0.53 | 0.13 | 351.3 | 0.67 | 0.6 |
| Hex | DD | 53 | 67 | 0 | 3E | 35 | D | 15F | 43 | 3C |
| Octal | 335 | 123 | 147 | 0 | 76 | 65 | 15 | 537 | 103 | 74 |
| Binary | 11011101 | 1010011 | 1100111 | 0 | 111110 | 110101 | 1101 | 101011111 | 1000011 | 111100 |
Color Harmonies of #DD5367
Complementary color
Monochromatic Colors of #DD5367
Black with #DD5367
Text Example
Text Example
White with #DD5367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5367; }
p { color: rgb(221,83,103); }
H1.HeaderClassName
{
color: #DD5367;
}
.AnyTagClassName
{
color: #DD5367;
}
</style>
background-color css
<style>
a { background-color: #DD5367; }
a { background-color: rgb(221,83,103); }
div.DivClassName
{
background-color: #DD5367;
}
.BgClassName
{
background-color: #DD5367;
}
</style>
border-color css
<style>
span { border-color: #DD5367; }
span { border-color: rgb(221,83,103); }
td.TdClassName
{
border-color: #DD5367;
}
.TagClassName
{
border-color: #DD5367;
}
</style>