Shades of Can Can #DD939D
Tints of Can Can #DD939D
RGB
CMYK
RGB Variations
Color information
#DD939D (or 0xDD939D) is known color: Can Can. HEX triplet: DD, 93 and 9D. RGB value is (221,147,157). Sum of RGB (Red+Green+Blue) = 221+147+157=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD939D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD939D is #226C62. Grayscale: #AAAAAA. Windows color (decimal): -2255971 or 10327005. OLE color: 10327005.
HSL color Cylindrical-coordinate representation of color #DD939D: hue angle of 351.89º 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 #DD939D is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 157 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.13 |
| HSL | 351.89º | 0.52% | 0.72% | - |
| HSV(B) | 351.89º | 0.33% | 0.87% | - |
| XYZ | 46.34 | 38.67 | 36.92 | - |
| YUV | 170.27 | 120.52 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 157 | 0 | 0.33 | 0.29 | 0.13 | 351.89 | 0.52 | 0.72 |
| Hex | DD | 93 | 9D | 0 | 21 | 1D | D | 160 | 34 | 48 |
| Octal | 335 | 223 | 235 | 0 | 41 | 35 | 15 | 540 | 64 | 110 |
| Binary | 11011101 | 10010011 | 10011101 | 0 | 100001 | 11101 | 1101 | 101100000 | 110100 | 1001000 |
Color Harmonies of #DD939D
Complementary color
Monochromatic Colors of #DD939D
Black with #DD939D
Text Example
Text Example
White with #DD939D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD939D; }
p { color: rgb(221,147,157); }
H1.HeaderClassName
{
color: #DD939D;
}
.AnyTagClassName
{
color: #DD939D;
}
</style>
background-color css
<style>
a { background-color: #DD939D; }
a { background-color: rgb(221,147,157); }
div.DivClassName
{
background-color: #DD939D;
}
.BgClassName
{
background-color: #DD939D;
}
</style>
border-color css
<style>
span { border-color: #DD939D; }
span { border-color: rgb(221,147,157); }
td.TdClassName
{
border-color: #DD939D;
}
.TagClassName
{
border-color: #DD939D;
}
</style>