Shades of Can Can #DD909D
Tints of Can Can #DD909D
RGB
CMYK
RGB Variations
Color information
#DD909D (or 0xDD909D) is known color: Can Can. HEX triplet: DD, 90 and 9D. RGB value is (221,144,157). Sum of RGB (Red+Green+Blue) = 221+144+157=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 157 (61.72% from 255 or 30.08% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD909D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD909D is #226F62. Grayscale: #A8A8A8. Windows color (decimal): -2256739 or 10326237. OLE color: 10326237.
HSL color Cylindrical-coordinate representation of color #DD909D: hue angle of 349.87º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD909D is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 157 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.13 |
| HSL | 349.87º | 0.53% | 0.72% | - |
| HSV(B) | 349.87º | 0.35% | 0.87% | - |
| XYZ | 45.88 | 37.75 | 36.77 | - |
| YUV | 168.51 | 121.51 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 157 | 0 | 0.35 | 0.29 | 0.13 | 349.87 | 0.53 | 0.72 |
| Hex | DD | 90 | 9D | 0 | 23 | 1D | D | 15E | 35 | 48 |
| Octal | 335 | 220 | 235 | 0 | 43 | 35 | 15 | 536 | 65 | 110 |
| Binary | 11011101 | 10010000 | 10011101 | 0 | 100011 | 11101 | 1101 | 101011110 | 110101 | 1001000 |
Color Harmonies of #DD909D
Complementary color
Monochromatic Colors of #DD909D
Black with #DD909D
Text Example
Text Example
White with #DD909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD909D; }
p { color: rgb(221,144,157); }
H1.HeaderClassName
{
color: #DD909D;
}
.AnyTagClassName
{
color: #DD909D;
}
</style>
background-color css
<style>
a { background-color: #DD909D; }
a { background-color: rgb(221,144,157); }
div.DivClassName
{
background-color: #DD909D;
}
.BgClassName
{
background-color: #DD909D;
}
</style>
border-color css
<style>
span { border-color: #DD909D; }
span { border-color: rgb(221,144,157); }
td.TdClassName
{
border-color: #DD909D;
}
.TagClassName
{
border-color: #DD909D;
}
</style>