Shades of Can Can #D481A5
Tints of Can Can #D481A5
RGB
CMYK
RGB Variations
Color information
#D481A5 (or 0xD481A5) is known color: Can Can. HEX triplet: D4, 81 and A5. RGB value is (212,129,165). Sum of RGB (Red+Green+Blue) = 212+129+165=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 165 (64.84% from 255 or 32.61% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D481A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D481A5 is #2B7E5A. Grayscale: #9D9D9D. Windows color (decimal): -2850395 or 10846676. OLE color: 10846676.
HSL color Cylindrical-coordinate representation of color #D481A5: hue angle of 333.98º degrees, saturation: 0.49, 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 #D481A5 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 129 | 165 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.17 |
| HSL | 333.98º | 0.49% | 0.67% | - |
| HSV(B) | 333.98º | 0.39% | 0.83% | - |
| XYZ | 41.79 | 32.41 | 39.65 | - |
| YUV | 157.92 | 132 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 129 | 165 | 0 | 0.39 | 0.22 | 0.17 | 333.98 | 0.49 | 0.67 |
| Hex | D4 | 81 | A5 | 0 | 27 | 16 | 11 | 14E | 31 | 43 |
| Octal | 324 | 201 | 245 | 0 | 47 | 26 | 21 | 516 | 61 | 103 |
| Binary | 11010100 | 10000001 | 10100101 | 0 | 100111 | 10110 | 10001 | 101001110 | 110001 | 1000011 |
Color Harmonies of #D481A5
Complementary color
Monochromatic Colors of #D481A5
Black with #D481A5
Text Example
Text Example
White with #D481A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D481A5; }
p { color: rgb(212,129,165); }
H1.HeaderClassName
{
color: #D481A5;
}
.AnyTagClassName
{
color: #D481A5;
}
</style>
background-color css
<style>
a { background-color: #D481A5; }
a { background-color: rgb(212,129,165); }
div.DivClassName
{
background-color: #D481A5;
}
.BgClassName
{
background-color: #D481A5;
}
</style>
border-color css
<style>
span { border-color: #D481A5; }
span { border-color: rgb(212,129,165); }
td.TdClassName
{
border-color: #D481A5;
}
.TagClassName
{
border-color: #D481A5;
}
</style>