Shades of Can Can #D995A1
Tints of Can Can #D995A1
RGB
CMYK
RGB Variations
Color information
#D995A1 (or 0xD995A1) is known color: Can Can. HEX triplet: D9, 95 and A1. RGB value is (217,149,161). Sum of RGB (Red+Green+Blue) = 217+149+161=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 161 (63.28% from 255 or 30.55% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D995A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D995A1 is #266A5E. Grayscale: #AAAAAA. Windows color (decimal): -2517599 or 10589657. OLE color: 10589657.
HSL color Cylindrical-coordinate representation of color #D995A1: hue angle of 349.41º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D995A1 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 149 | 161 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.15 |
| HSL | 349.41º | 0.47% | 0.72% | - |
| HSV(B) | 349.41º | 0.31% | 0.85% | - |
| XYZ | 45.8 | 38.82 | 38.8 | - |
| YUV | 170.7 | 122.53 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 161 | 0 | 0.31 | 0.26 | 0.15 | 349.41 | 0.47 | 0.72 |
| Hex | D9 | 95 | A1 | 0 | 1F | 1A | F | 15D | 2F | 48 |
| Octal | 331 | 225 | 241 | 0 | 37 | 32 | 17 | 535 | 57 | 110 |
| Binary | 11011001 | 10010101 | 10100001 | 0 | 11111 | 11010 | 1111 | 101011101 | 101111 | 1001000 |
Color Harmonies of #D995A1
Complementary color
Monochromatic Colors of #D995A1
Black with #D995A1
Text Example
Text Example
White with #D995A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D995A1; }
p { color: rgb(217,149,161); }
H1.HeaderClassName
{
color: #D995A1;
}
.AnyTagClassName
{
color: #D995A1;
}
</style>
background-color css
<style>
a { background-color: #D995A1; }
a { background-color: rgb(217,149,161); }
div.DivClassName
{
background-color: #D995A1;
}
.BgClassName
{
background-color: #D995A1;
}
</style>
border-color css
<style>
span { border-color: #D995A1; }
span { border-color: rgb(217,149,161); }
td.TdClassName
{
border-color: #D995A1;
}
.TagClassName
{
border-color: #D995A1;
}
</style>