Shades of Can Can #D28FA6
Tints of Can Can #D28FA6
RGB
CMYK
RGB Variations
Color information
#D28FA6 (or 0xD28FA6) is known color: Can Can. HEX triplet: D2, 8F and A6. RGB value is (210,143,166). Sum of RGB (Red+Green+Blue) = 210+143+166=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D28FA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28FA6 is #2D7059. Grayscale: #A5A5A5. Windows color (decimal): -2977882 or 10915794. OLE color: 10915794.
HSL color Cylindrical-coordinate representation of color #D28FA6: hue angle of 339.4º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D28FA6 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 143 | 166 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.18 |
| HSL | 339.4º | 0.43% | 0.69% | - |
| HSV(B) | 339.4º | 0.32% | 0.82% | - |
| XYZ | 43.28 | 36.1 | 40.76 | - |
| YUV | 165.66 | 128.2 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 166 | 0 | 0.32 | 0.21 | 0.18 | 339.4 | 0.43 | 0.69 |
| Hex | D2 | 8F | A6 | 0 | 20 | 15 | 12 | 153 | 2B | 45 |
| Octal | 322 | 217 | 246 | 0 | 40 | 25 | 22 | 523 | 53 | 105 |
| Binary | 11010010 | 10001111 | 10100110 | 0 | 100000 | 10101 | 10010 | 101010011 | 101011 | 1000101 |
Color Harmonies of #D28FA6
Complementary color
Monochromatic Colors of #D28FA6
Black with #D28FA6
Text Example
Text Example
White with #D28FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28FA6; }
p { color: rgb(210,143,166); }
H1.HeaderClassName
{
color: #D28FA6;
}
.AnyTagClassName
{
color: #D28FA6;
}
</style>
background-color css
<style>
a { background-color: #D28FA6; }
a { background-color: rgb(210,143,166); }
div.DivClassName
{
background-color: #D28FA6;
}
.BgClassName
{
background-color: #D28FA6;
}
</style>
border-color css
<style>
span { border-color: #D28FA6; }
span { border-color: rgb(210,143,166); }
td.TdClassName
{
border-color: #D28FA6;
}
.TagClassName
{
border-color: #D28FA6;
}
</style>