Shades of Can Can #D182A4
Tints of Can Can #D182A4
RGB
CMYK
RGB Variations
Color information
#D182A4 (or 0xD182A4) is known color: Can Can. HEX triplet: D1, 82 and A4. RGB value is (209,130,164). Sum of RGB (Red+Green+Blue) = 209+130+164=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 209 - color contains mainly: red. Hex color #D182A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D182A4 is #2E7D5B. Grayscale: #9D9D9D. Windows color (decimal): -3046748 or 10781393. OLE color: 10781393.
HSL color Cylindrical-coordinate representation of color #D182A4: hue angle of 334.18º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D182A4 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 130 | 164 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.18 |
| HSL | 334.18º | 0.46% | 0.66% | - |
| HSV(B) | 334.18º | 0.38% | 0.82% | - |
| XYZ | 40.98 | 32.2 | 39.18 | - |
| YUV | 157.5 | 131.67 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 164 | 0 | 0.38 | 0.22 | 0.18 | 334.18 | 0.46 | 0.66 |
| Hex | D1 | 82 | A4 | 0 | 26 | 16 | 12 | 14E | 2E | 42 |
| Octal | 321 | 202 | 244 | 0 | 46 | 26 | 22 | 516 | 56 | 102 |
| Binary | 11010001 | 10000010 | 10100100 | 0 | 100110 | 10110 | 10010 | 101001110 | 101110 | 1000010 |
Color Harmonies of #D182A4
Complementary color
Monochromatic Colors of #D182A4
Black with #D182A4
Text Example
Text Example
White with #D182A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D182A4; }
p { color: rgb(209,130,164); }
H1.HeaderClassName
{
color: #D182A4;
}
.AnyTagClassName
{
color: #D182A4;
}
</style>
background-color css
<style>
a { background-color: #D182A4; }
a { background-color: rgb(209,130,164); }
div.DivClassName
{
background-color: #D182A4;
}
.BgClassName
{
background-color: #D182A4;
}
</style>
border-color css
<style>
span { border-color: #D182A4; }
span { border-color: rgb(209,130,164); }
td.TdClassName
{
border-color: #D182A4;
}
.TagClassName
{
border-color: #D182A4;
}
</style>