Shades of Can Can #D48DA3
Tints of Can Can #D48DA3
RGB
CMYK
RGB Variations
Color information
#D48DA3 (or 0xD48DA3) is known color: Can Can. HEX triplet: D4, 8D and A3. RGB value is (212,141,163). Sum of RGB (Red+Green+Blue) = 212+141+163=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 163 (64.06% from 255 or 31.59% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D48DA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48DA3 is #2B725C. Grayscale: #A4A4A4. Windows color (decimal): -2847325 or 10718676. OLE color: 10718676.
HSL color Cylindrical-coordinate representation of color #D48DA3: hue angle of 341.41º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D48DA3 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 141 | 163 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.17 |
| HSL | 341.41º | 0.45% | 0.69% | - |
| HSV(B) | 341.41º | 0.33% | 0.83% | - |
| XYZ | 43.29 | 35.69 | 39.26 | - |
| YUV | 164.74 | 127.02 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 141 | 163 | 0 | 0.33 | 0.23 | 0.17 | 341.41 | 0.45 | 0.69 |
| Hex | D4 | 8D | A3 | 0 | 21 | 17 | 11 | 155 | 2D | 45 |
| Octal | 324 | 215 | 243 | 0 | 41 | 27 | 21 | 525 | 55 | 105 |
| Binary | 11010100 | 10001101 | 10100011 | 0 | 100001 | 10111 | 10001 | 101010101 | 101101 | 1000101 |
Color Harmonies of #D48DA3
Complementary color
Monochromatic Colors of #D48DA3
Black with #D48DA3
Text Example
Text Example
White with #D48DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48DA3; }
p { color: rgb(212,141,163); }
H1.HeaderClassName
{
color: #D48DA3;
}
.AnyTagClassName
{
color: #D48DA3;
}
</style>
background-color css
<style>
a { background-color: #D48DA3; }
a { background-color: rgb(212,141,163); }
div.DivClassName
{
background-color: #D48DA3;
}
.BgClassName
{
background-color: #D48DA3;
}
</style>
border-color css
<style>
span { border-color: #D48DA3; }
span { border-color: rgb(212,141,163); }
td.TdClassName
{
border-color: #D48DA3;
}
.TagClassName
{
border-color: #D48DA3;
}
</style>