Shades of Can Can #D28D9D
Tints of Can Can #D28D9D
RGB
CMYK
RGB Variations
Color information
#D28D9D (or 0xD28D9D) is known color: Can Can. HEX triplet: D2, 8D and 9D. RGB value is (210,141,157). Sum of RGB (Red+Green+Blue) = 210+141+157=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28D9D is #2D7262. Grayscale: #A3A3A3. Windows color (decimal): -2978403 or 10325458. OLE color: 10325458.
HSL color Cylindrical-coordinate representation of color #D28D9D: hue angle of 346.09º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D28D9D is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 141 | 157 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.18 |
| HSL | 346.09º | 0.43% | 0.69% | - |
| HSV(B) | 346.09º | 0.33% | 0.82% | - |
| XYZ | 42.19 | 35.19 | 36.47 | - |
| YUV | 163.46 | 124.36 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 141 | 157 | 0 | 0.33 | 0.25 | 0.18 | 346.09 | 0.43 | 0.69 |
| Hex | D2 | 8D | 9D | 0 | 21 | 19 | 12 | 15A | 2B | 45 |
| Octal | 322 | 215 | 235 | 0 | 41 | 31 | 22 | 532 | 53 | 105 |
| Binary | 11010010 | 10001101 | 10011101 | 0 | 100001 | 11001 | 10010 | 101011010 | 101011 | 1000101 |
Color Harmonies of #D28D9D
Complementary color
Monochromatic Colors of #D28D9D
Black with #D28D9D
Text Example
Text Example
White with #D28D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28D9D; }
p { color: rgb(210,141,157); }
H1.HeaderClassName
{
color: #D28D9D;
}
.AnyTagClassName
{
color: #D28D9D;
}
</style>
background-color css
<style>
a { background-color: #D28D9D; }
a { background-color: rgb(210,141,157); }
div.DivClassName
{
background-color: #D28D9D;
}
.BgClassName
{
background-color: #D28D9D;
}
</style>
border-color css
<style>
span { border-color: #D28D9D; }
span { border-color: rgb(210,141,157); }
td.TdClassName
{
border-color: #D28D9D;
}
.TagClassName
{
border-color: #D28D9D;
}
</style>