Shades of Can Can #D27EA5
Tints of Can Can #D27EA5
RGB
CMYK
RGB Variations
Color information
#D27EA5 (or 0xD27EA5) is known color: Can Can. HEX triplet: D2, 7E and A5. RGB value is (210,126,165). Sum of RGB (Red+Green+Blue) = 210+126+165=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 126 (49.61% from 255 or 25.15% from 501); Blue value is 165 (64.84% from 255 or 32.93% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D27EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27EA5 is #2D815A. Grayscale: #9B9B9B. Windows color (decimal): -2982235 or 10845906. OLE color: 10845906.
HSL color Cylindrical-coordinate representation of color #D27EA5: hue angle of 332.14º 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 #D27EA5 is Cyan = 0, Magento = 0.4, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 126 | 165 | - |
| CMYK | 0 | 0.4 | 0.21 | 0.18 |
| HSL | 332.14º | 0.48% | 0.66% | - |
| HSV(B) | 332.14º | 0.4% | 0.82% | - |
| XYZ | 40.83 | 31.34 | 39.49 | - |
| YUV | 155.56 | 133.33 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 126 | 165 | 0 | 0.4 | 0.21 | 0.18 | 332.14 | 0.48 | 0.66 |
| Hex | D2 | 7E | A5 | 0 | 28 | 15 | 12 | 14C | 30 | 42 |
| Octal | 322 | 176 | 245 | 0 | 50 | 25 | 22 | 514 | 60 | 102 |
| Binary | 11010010 | 1111110 | 10100101 | 0 | 101000 | 10101 | 10010 | 101001100 | 110000 | 1000010 |
Color Harmonies of #D27EA5
Complementary color
Monochromatic Colors of #D27EA5
Black with #D27EA5
Text Example
Text Example
White with #D27EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27EA5; }
p { color: rgb(210,126,165); }
H1.HeaderClassName
{
color: #D27EA5;
}
.AnyTagClassName
{
color: #D27EA5;
}
</style>
background-color css
<style>
a { background-color: #D27EA5; }
a { background-color: rgb(210,126,165); }
div.DivClassName
{
background-color: #D27EA5;
}
.BgClassName
{
background-color: #D27EA5;
}
</style>
border-color css
<style>
span { border-color: #D27EA5; }
span { border-color: rgb(210,126,165); }
td.TdClassName
{
border-color: #D27EA5;
}
.TagClassName
{
border-color: #D27EA5;
}
</style>