Shades of Can Can #D28E9A
Tints of Can Can #D28E9A
RGB
CMYK
RGB Variations
Color information
#D28E9A (or 0xD28E9A) is known color: Can Can. HEX triplet: D2, 8E and 9A. RGB value is (210,142,154). Sum of RGB (Red+Green+Blue) = 210+142+154=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28E9A is #2D7165. Grayscale: #A3A3A3. Windows color (decimal): -2978150 or 10129106. OLE color: 10129106.
HSL color Cylindrical-coordinate representation of color #D28E9A: hue angle of 349.41º degrees, saturation: 0.43, 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 #D28E9A is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 142 | 154 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.18 |
| HSL | 349.41º | 0.43% | 0.69% | - |
| HSV(B) | 349.41º | 0.32% | 0.82% | - |
| XYZ | 42.08 | 35.38 | 35.18 | - |
| YUV | 163.7 | 122.53 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 142 | 154 | 0 | 0.32 | 0.27 | 0.18 | 349.41 | 0.43 | 0.69 |
| Hex | D2 | 8E | 9A | 0 | 20 | 1B | 12 | 15D | 2B | 45 |
| Octal | 322 | 216 | 232 | 0 | 40 | 33 | 22 | 535 | 53 | 105 |
| Binary | 11010010 | 10001110 | 10011010 | 0 | 100000 | 11011 | 10010 | 101011101 | 101011 | 1000101 |
Color Harmonies of #D28E9A
Complementary color
Monochromatic Colors of #D28E9A
Black with #D28E9A
Text Example
Text Example
White with #D28E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28E9A; }
p { color: rgb(210,142,154); }
H1.HeaderClassName
{
color: #D28E9A;
}
.AnyTagClassName
{
color: #D28E9A;
}
</style>
background-color css
<style>
a { background-color: #D28E9A; }
a { background-color: rgb(210,142,154); }
div.DivClassName
{
background-color: #D28E9A;
}
.BgClassName
{
background-color: #D28E9A;
}
</style>
border-color css
<style>
span { border-color: #D28E9A; }
span { border-color: rgb(210,142,154); }
td.TdClassName
{
border-color: #D28E9A;
}
.TagClassName
{
border-color: #D28E9A;
}
</style>