Shades of Can Can #D983A4
Tints of Can Can #D983A4
RGB
CMYK
RGB Variations
Color information
#D983A4 (or 0xD983A4) is known color: Can Can. HEX triplet: D9, 83 and A4. RGB value is (217,131,164). Sum of RGB (Red+Green+Blue) = 217+131+164=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 164 (64.45% from 255 or 32.03% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D983A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D983A4 is #267C5B. Grayscale: #A0A0A0. Windows color (decimal): -2522204 or 10781657. OLE color: 10781657.
HSL color Cylindrical-coordinate representation of color #D983A4: hue angle of 336.98º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D983A4 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 131 | 164 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.15 |
| HSL | 336.98º | 0.53% | 0.68% | - |
| HSV(B) | 336.98º | 0.4% | 0.85% | - |
| XYZ | 43.43 | 33.66 | 39.33 | - |
| YUV | 160.48 | 129.99 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 131 | 164 | 0 | 0.40 | 0.24 | 0.15 | 336.98 | 0.53 | 0.68 |
| Hex | D9 | 83 | A4 | 0 | 28 | 18 | F | 151 | 35 | 44 |
| Octal | 331 | 203 | 244 | 0 | 50 | 30 | 17 | 521 | 65 | 104 |
| Binary | 11011001 | 10000011 | 10100100 | 0 | 101000 | 11000 | 1111 | 101010001 | 110101 | 1000100 |
Color Harmonies of #D983A4
Complementary color
Monochromatic Colors of #D983A4
Black with #D983A4
Text Example
Text Example
White with #D983A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D983A4; }
p { color: rgb(217,131,164); }
H1.HeaderClassName
{
color: #D983A4;
}
.AnyTagClassName
{
color: #D983A4;
}
</style>
background-color css
<style>
a { background-color: #D983A4; }
a { background-color: rgb(217,131,164); }
div.DivClassName
{
background-color: #D983A4;
}
.BgClassName
{
background-color: #D983A4;
}
</style>
border-color css
<style>
span { border-color: #D983A4; }
span { border-color: rgb(217,131,164); }
td.TdClassName
{
border-color: #D983A4;
}
.TagClassName
{
border-color: #D983A4;
}
</style>