Shades of Can Can #DD909A
Tints of Can Can #DD909A
RGB
CMYK
RGB Variations
Color information
#DD909A (or 0xDD909A) is known color: Can Can. HEX triplet: DD, 90 and 9A. RGB value is (221,144,154). Sum of RGB (Red+Green+Blue) = 221+144+154=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD909A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD909A is #226F65. Grayscale: #A8A8A8. Windows color (decimal): -2256742 or 10129629. OLE color: 10129629.
HSL color Cylindrical-coordinate representation of color #DD909A: hue angle of 352.21º 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 #DD909A is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 154 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.13 |
| HSL | 352.21º | 0.53% | 0.72% | - |
| HSV(B) | 352.21º | 0.35% | 0.87% | - |
| XYZ | 45.62 | 37.65 | 35.43 | - |
| YUV | 168.16 | 120.01 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 154 | 0 | 0.35 | 0.30 | 0.13 | 352.21 | 0.53 | 0.72 |
| Hex | DD | 90 | 9A | 0 | 23 | 1E | D | 160 | 35 | 48 |
| Octal | 335 | 220 | 232 | 0 | 43 | 36 | 15 | 540 | 65 | 110 |
| Binary | 11011101 | 10010000 | 10011010 | 0 | 100011 | 11110 | 1101 | 101100000 | 110101 | 1001000 |
Color Harmonies of #DD909A
Complementary color
Monochromatic Colors of #DD909A
Black with #DD909A
Text Example
Text Example
White with #DD909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD909A; }
p { color: rgb(221,144,154); }
H1.HeaderClassName
{
color: #DD909A;
}
.AnyTagClassName
{
color: #DD909A;
}
</style>
background-color css
<style>
a { background-color: #DD909A; }
a { background-color: rgb(221,144,154); }
div.DivClassName
{
background-color: #DD909A;
}
.BgClassName
{
background-color: #DD909A;
}
</style>
border-color css
<style>
span { border-color: #DD909A; }
span { border-color: rgb(221,144,154); }
td.TdClassName
{
border-color: #DD909A;
}
.TagClassName
{
border-color: #DD909A;
}
</style>