Shades of Can Can #D27EA2
Tints of Can Can #D27EA2
RGB
CMYK
RGB Variations
Color information
#D27EA2 (or 0xD27EA2) is known color: Can Can. HEX triplet: D2, 7E and A2. RGB value is (210,126,162). Sum of RGB (Red+Green+Blue) = 210+126+162=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 162 (63.67% from 255 or 32.53% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D27EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27EA2 is #2D815D. Grayscale: #9B9B9B. Windows color (decimal): -2982238 or 10649298. OLE color: 10649298.
HSL color Cylindrical-coordinate representation of color #D27EA2: hue angle of 334.29º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D27EA2 is Cyan = 0, Magento = 0.4, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 126 | 162 | - |
| CMYK | 0 | 0.4 | 0.23 | 0.18 |
| HSL | 334.29º | 0.48% | 0.66% | - |
| HSV(B) | 334.29º | 0.4% | 0.82% | - |
| XYZ | 40.56 | 31.23 | 38.07 | - |
| YUV | 155.22 | 131.83 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 126 | 162 | 0 | 0.4 | 0.23 | 0.18 | 334.29 | 0.48 | 0.66 |
| Hex | D2 | 7E | A2 | 0 | 28 | 17 | 12 | 14E | 30 | 42 |
| Octal | 322 | 176 | 242 | 0 | 50 | 27 | 22 | 516 | 60 | 102 |
| Binary | 11010010 | 1111110 | 10100010 | 0 | 101000 | 10111 | 10010 | 101001110 | 110000 | 1000010 |
Color Harmonies of #D27EA2
Complementary color
Monochromatic Colors of #D27EA2
Black with #D27EA2
Text Example
Text Example
White with #D27EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27EA2; }
p { color: rgb(210,126,162); }
H1.HeaderClassName
{
color: #D27EA2;
}
.AnyTagClassName
{
color: #D27EA2;
}
</style>
background-color css
<style>
a { background-color: #D27EA2; }
a { background-color: rgb(210,126,162); }
div.DivClassName
{
background-color: #D27EA2;
}
.BgClassName
{
background-color: #D27EA2;
}
</style>
border-color css
<style>
span { border-color: #D27EA2; }
span { border-color: rgb(210,126,162); }
td.TdClassName
{
border-color: #D27EA2;
}
.TagClassName
{
border-color: #D27EA2;
}
</style>