Shades of Can Can #D890A1
Tints of Can Can #D890A1
RGB
CMYK
RGB Variations
Color information
#D890A1 (or 0xD890A1) is known color: Can Can. HEX triplet: D8, 90 and A1. RGB value is (216,144,161). Sum of RGB (Red+Green+Blue) = 216+144+161=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D890A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D890A1 is #276F5E. Grayscale: #A7A7A7. Windows color (decimal): -2584415 or 10588376. OLE color: 10588376.
HSL color Cylindrical-coordinate representation of color #D890A1: hue angle of 345.83º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D890A1 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 144 | 161 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.15 |
| HSL | 345.83º | 0.48% | 0.71% | - |
| HSV(B) | 345.83º | 0.33% | 0.85% | - |
| XYZ | 44.73 | 37.12 | 38.53 | - |
| YUV | 167.47 | 124.35 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 144 | 161 | 0 | 0.33 | 0.25 | 0.15 | 345.83 | 0.48 | 0.71 |
| Hex | D8 | 90 | A1 | 0 | 21 | 19 | F | 15A | 30 | 47 |
| Octal | 330 | 220 | 241 | 0 | 41 | 31 | 17 | 532 | 60 | 107 |
| Binary | 11011000 | 10010000 | 10100001 | 0 | 100001 | 11001 | 1111 | 101011010 | 110000 | 1000111 |
Color Harmonies of #D890A1
Complementary color
Monochromatic Colors of #D890A1
Black with #D890A1
Text Example
Text Example
White with #D890A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D890A1; }
p { color: rgb(216,144,161); }
H1.HeaderClassName
{
color: #D890A1;
}
.AnyTagClassName
{
color: #D890A1;
}
</style>
background-color css
<style>
a { background-color: #D890A1; }
a { background-color: rgb(216,144,161); }
div.DivClassName
{
background-color: #D890A1;
}
.BgClassName
{
background-color: #D890A1;
}
</style>
border-color css
<style>
span { border-color: #D890A1; }
span { border-color: rgb(216,144,161); }
td.TdClassName
{
border-color: #D890A1;
}
.TagClassName
{
border-color: #D890A1;
}
</style>