Shades of Can Can #D381A1
Tints of Can Can #D381A1
RGB
CMYK
RGB Variations
Color information
#D381A1 (or 0xD381A1) is known color: Can Can. HEX triplet: D3, 81 and A1. RGB value is (211,129,161). Sum of RGB (Red+Green+Blue) = 211+129+161=501 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.12% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 161 (63.28% from 255 or 32.14% from 501); Max value from RGB is 211 - color contains mainly: red. Hex color #D381A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D381A1 is #2C7E5E. Grayscale: #9D9D9D. Windows color (decimal): -2915935 or 10584531. OLE color: 10584531.
HSL color Cylindrical-coordinate representation of color #D381A1: hue angle of 336.59º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D381A1 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 129 | 161 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.17 |
| HSL | 336.59º | 0.48% | 0.67% | - |
| HSV(B) | 336.59º | 0.39% | 0.83% | - |
| XYZ | 41.15 | 32.12 | 37.75 | - |
| YUV | 157.17 | 130.17 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 129 | 161 | 0 | 0.39 | 0.24 | 0.17 | 336.59 | 0.48 | 0.67 |
| Hex | D3 | 81 | A1 | 0 | 27 | 18 | 11 | 151 | 30 | 43 |
| Octal | 323 | 201 | 241 | 0 | 47 | 30 | 21 | 521 | 60 | 103 |
| Binary | 11010011 | 10000001 | 10100001 | 0 | 100111 | 11000 | 10001 | 101010001 | 110000 | 1000011 |
Color Harmonies of #D381A1
Complementary color
Monochromatic Colors of #D381A1
Black with #D381A1
Text Example
Text Example
White with #D381A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D381A1; }
p { color: rgb(211,129,161); }
H1.HeaderClassName
{
color: #D381A1;
}
.AnyTagClassName
{
color: #D381A1;
}
</style>
background-color css
<style>
a { background-color: #D381A1; }
a { background-color: rgb(211,129,161); }
div.DivClassName
{
background-color: #D381A1;
}
.BgClassName
{
background-color: #D381A1;
}
</style>
border-color css
<style>
span { border-color: #D381A1; }
span { border-color: rgb(211,129,161); }
td.TdClassName
{
border-color: #D381A1;
}
.TagClassName
{
border-color: #D381A1;
}
</style>