Shades of Can Can #D28A8D
Tints of Can Can #D28A8D
RGB
CMYK
RGB Variations
Color information
#D28A8D (or 0xD28A8D) is known color: Can Can. HEX triplet: D2, 8A and 8D. RGB value is (210,138,141). Sum of RGB (Red+Green+Blue) = 210+138+141=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28A8D is #2D7572. Grayscale: #9F9F9F. Windows color (decimal): -2979187 or 9276114. OLE color: 9276114.
HSL color Cylindrical-coordinate representation of color #D28A8D: hue angle of 357.5º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D28A8D is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 138 | 141 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.18 |
| HSL | 357.5º | 0.44% | 0.68% | - |
| HSV(B) | 357.5º | 0.34% | 0.82% | - |
| XYZ | 40.47 | 33.8 | 29.59 | - |
| YUV | 159.87 | 117.35 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 141 | 0 | 0.34 | 0.33 | 0.18 | 357.5 | 0.44 | 0.68 |
| Hex | D2 | 8A | 8D | 0 | 22 | 21 | 12 | 166 | 2C | 44 |
| Octal | 322 | 212 | 215 | 0 | 42 | 41 | 22 | 546 | 54 | 104 |
| Binary | 11010010 | 10001010 | 10001101 | 0 | 100010 | 100001 | 10010 | 101100110 | 101100 | 1000100 |
Color Harmonies of #D28A8D
Complementary color
Monochromatic Colors of #D28A8D
Black with #D28A8D
Text Example
Text Example
White with #D28A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28A8D; }
p { color: rgb(210,138,141); }
H1.HeaderClassName
{
color: #D28A8D;
}
.AnyTagClassName
{
color: #D28A8D;
}
</style>
background-color css
<style>
a { background-color: #D28A8D; }
a { background-color: rgb(210,138,141); }
div.DivClassName
{
background-color: #D28A8D;
}
.BgClassName
{
background-color: #D28A8D;
}
</style>
border-color css
<style>
span { border-color: #D28A8D; }
span { border-color: rgb(210,138,141); }
td.TdClassName
{
border-color: #D28A8D;
}
.TagClassName
{
border-color: #D28A8D;
}
</style>