Shades of Can Can #D18FA2
Tints of Can Can #D18FA2
RGB
CMYK
RGB Variations
Color information
#D18FA2 (or 0xD18FA2) is known color: Can Can. HEX triplet: D1, 8F and A2. RGB value is (209,143,162). Sum of RGB (Red+Green+Blue) = 209+143+162=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 162 (63.67% from 255 or 31.52% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D18FA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18FA2 is #2E705D. Grayscale: #A4A4A4. Windows color (decimal): -3043422 or 10653649. OLE color: 10653649.
HSL color Cylindrical-coordinate representation of color #D18FA2: hue angle of 342.73º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D18FA2 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 143 | 162 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.18 |
| HSL | 342.73º | 0.42% | 0.69% | - |
| HSV(B) | 342.73º | 0.32% | 0.82% | - |
| XYZ | 42.64 | 35.81 | 38.85 | - |
| YUV | 164.9 | 126.37 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 162 | 0 | 0.32 | 0.22 | 0.18 | 342.73 | 0.42 | 0.69 |
| Hex | D1 | 8F | A2 | 0 | 20 | 16 | 12 | 157 | 2A | 45 |
| Octal | 321 | 217 | 242 | 0 | 40 | 26 | 22 | 527 | 52 | 105 |
| Binary | 11010001 | 10001111 | 10100010 | 0 | 100000 | 10110 | 10010 | 101010111 | 101010 | 1000101 |
Color Harmonies of #D18FA2
Complementary color
Monochromatic Colors of #D18FA2
Black with #D18FA2
Text Example
Text Example
White with #D18FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18FA2; }
p { color: rgb(209,143,162); }
H1.HeaderClassName
{
color: #D18FA2;
}
.AnyTagClassName
{
color: #D18FA2;
}
</style>
background-color css
<style>
a { background-color: #D18FA2; }
a { background-color: rgb(209,143,162); }
div.DivClassName
{
background-color: #D18FA2;
}
.BgClassName
{
background-color: #D18FA2;
}
</style>
border-color css
<style>
span { border-color: #D18FA2; }
span { border-color: rgb(209,143,162); }
td.TdClassName
{
border-color: #D18FA2;
}
.TagClassName
{
border-color: #D18FA2;
}
</style>