Shades of Can Can #DD949D
Tints of Can Can #DD949D
RGB
CMYK
RGB Variations
Color information
#DD949D (or 0xDD949D) is known color: Can Can. HEX triplet: DD, 94 and 9D. RGB value is (221,148,157). Sum of RGB (Red+Green+Blue) = 221+148+157=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD949D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD949D is #226B62. Grayscale: #AAAAAA. Windows color (decimal): -2255715 or 10327261. OLE color: 10327261.
HSL color Cylindrical-coordinate representation of color #DD949D: hue angle of 352.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD949D is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 157 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.13 |
| HSL | 352.6º | 0.52% | 0.72% | - |
| HSV(B) | 352.6º | 0.33% | 0.87% | - |
| XYZ | 46.49 | 38.99 | 36.97 | - |
| YUV | 170.85 | 120.18 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 157 | 0 | 0.33 | 0.29 | 0.13 | 352.6 | 0.52 | 0.72 |
| Hex | DD | 94 | 9D | 0 | 21 | 1D | D | 161 | 34 | 48 |
| Octal | 335 | 224 | 235 | 0 | 41 | 35 | 15 | 541 | 64 | 110 |
| Binary | 11011101 | 10010100 | 10011101 | 0 | 100001 | 11101 | 1101 | 101100001 | 110100 | 1001000 |
Color Harmonies of #DD949D
Complementary color
Monochromatic Colors of #DD949D
Black with #DD949D
Text Example
Text Example
White with #DD949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD949D; }
p { color: rgb(221,148,157); }
H1.HeaderClassName
{
color: #DD949D;
}
.AnyTagClassName
{
color: #DD949D;
}
</style>
background-color css
<style>
a { background-color: #DD949D; }
a { background-color: rgb(221,148,157); }
div.DivClassName
{
background-color: #DD949D;
}
.BgClassName
{
background-color: #DD949D;
}
</style>
border-color css
<style>
span { border-color: #DD949D; }
span { border-color: rgb(221,148,157); }
td.TdClassName
{
border-color: #DD949D;
}
.TagClassName
{
border-color: #DD949D;
}
</style>