Shades of Can Can #DC909D
Tints of Can Can #DC909D
RGB
CMYK
RGB Variations
Color information
#DC909D (or 0xDC909D) is known color: Can Can. HEX triplet: DC, 90 and 9D. RGB value is (220,144,157). Sum of RGB (Red+Green+Blue) = 220+144+157=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 157 (61.72% from 255 or 30.13% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC909D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC909D is #236F62. Grayscale: #A8A8A8. Windows color (decimal): -2322275 or 10326236. OLE color: 10326236.
HSL color Cylindrical-coordinate representation of color #DC909D: hue angle of 349.74º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC909D is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 157 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.14 |
| HSL | 349.74º | 0.52% | 0.71% | - |
| HSV(B) | 349.74º | 0.35% | 0.86% | - |
| XYZ | 45.57 | 37.6 | 36.75 | - |
| YUV | 168.21 | 121.68 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 157 | 0 | 0.35 | 0.29 | 0.14 | 349.74 | 0.52 | 0.71 |
| Hex | DC | 90 | 9D | 0 | 23 | 1D | E | 15E | 34 | 47 |
| Octal | 334 | 220 | 235 | 0 | 43 | 35 | 16 | 536 | 64 | 107 |
| Binary | 11011100 | 10010000 | 10011101 | 0 | 100011 | 11101 | 1110 | 101011110 | 110100 | 1000111 |
Color Harmonies of #DC909D
Complementary color
Monochromatic Colors of #DC909D
Black with #DC909D
Text Example
Text Example
White with #DC909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC909D; }
p { color: rgb(220,144,157); }
H1.HeaderClassName
{
color: #DC909D;
}
.AnyTagClassName
{
color: #DC909D;
}
</style>
background-color css
<style>
a { background-color: #DC909D; }
a { background-color: rgb(220,144,157); }
div.DivClassName
{
background-color: #DC909D;
}
.BgClassName
{
background-color: #DC909D;
}
</style>
border-color css
<style>
span { border-color: #DC909D; }
span { border-color: rgb(220,144,157); }
td.TdClassName
{
border-color: #DC909D;
}
.TagClassName
{
border-color: #DC909D;
}
</style>