Shades of Can Can #DC87A1
Tints of Can Can #DC87A1
RGB
CMYK
RGB Variations
Color information
#DC87A1 (or 0xDC87A1) is known color: Can Can. HEX triplet: DC, 87 and A1. RGB value is (220,135,161). Sum of RGB (Red+Green+Blue) = 220+135+161=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 135 (53.12% from 255 or 26.16% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DC87A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC87A1 is #23785E. Grayscale: #A3A3A3. Windows color (decimal): -2324575 or 10586076. OLE color: 10586076.
HSL color Cylindrical-coordinate representation of color #DC87A1: hue angle of 341.65º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC87A1 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 161 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.14 |
| HSL | 341.65º | 0.55% | 0.7% | - |
| HSV(B) | 341.65º | 0.39% | 0.86% | - |
| XYZ | 44.61 | 35.12 | 38.15 | - |
| YUV | 163.38 | 126.66 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 161 | 0 | 0.39 | 0.27 | 0.14 | 341.65 | 0.55 | 0.7 |
| Hex | DC | 87 | A1 | 0 | 27 | 1B | E | 156 | 37 | 46 |
| Octal | 334 | 207 | 241 | 0 | 47 | 33 | 16 | 526 | 67 | 106 |
| Binary | 11011100 | 10000111 | 10100001 | 0 | 100111 | 11011 | 1110 | 101010110 | 110111 | 1000110 |
Color Harmonies of #DC87A1
Complementary color
Monochromatic Colors of #DC87A1
Black with #DC87A1
Text Example
Text Example
White with #DC87A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC87A1; }
p { color: rgb(220,135,161); }
H1.HeaderClassName
{
color: #DC87A1;
}
.AnyTagClassName
{
color: #DC87A1;
}
</style>
background-color css
<style>
a { background-color: #DC87A1; }
a { background-color: rgb(220,135,161); }
div.DivClassName
{
background-color: #DC87A1;
}
.BgClassName
{
background-color: #DC87A1;
}
</style>
border-color css
<style>
span { border-color: #DC87A1; }
span { border-color: rgb(220,135,161); }
td.TdClassName
{
border-color: #DC87A1;
}
.TagClassName
{
border-color: #DC87A1;
}
</style>