Shades of Can Can #D28BA4
Tints of Can Can #D28BA4
RGB
CMYK
RGB Variations
Color information
#D28BA4 (or 0xD28BA4) is known color: Can Can. HEX triplet: D2, 8B and A4. RGB value is (210,139,164). Sum of RGB (Red+Green+Blue) = 210+139+164=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 164 (64.45% from 255 or 31.97% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D28BA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28BA4 is #2D745B. Grayscale: #A3A3A3. Windows color (decimal): -2978908 or 10783698. OLE color: 10783698.
HSL color Cylindrical-coordinate representation of color #D28BA4: hue angle of 338.87º 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 #D28BA4 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 139 | 164 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.18 |
| HSL | 338.87º | 0.44% | 0.68% | - |
| HSV(B) | 338.87º | 0.34% | 0.82% | - |
| XYZ | 42.51 | 34.85 | 39.61 | - |
| YUV | 163.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 139 | 164 | 0 | 0.34 | 0.22 | 0.18 | 338.87 | 0.44 | 0.68 |
| Hex | D2 | 8B | A4 | 0 | 22 | 16 | 12 | 153 | 2C | 44 |
| Octal | 322 | 213 | 244 | 0 | 42 | 26 | 22 | 523 | 54 | 104 |
| Binary | 11010010 | 10001011 | 10100100 | 0 | 100010 | 10110 | 10010 | 101010011 | 101100 | 1000100 |
Color Harmonies of #D28BA4
Complementary color
Monochromatic Colors of #D28BA4
Black with #D28BA4
Text Example
Text Example
White with #D28BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28BA4; }
p { color: rgb(210,139,164); }
H1.HeaderClassName
{
color: #D28BA4;
}
.AnyTagClassName
{
color: #D28BA4;
}
</style>
background-color css
<style>
a { background-color: #D28BA4; }
a { background-color: rgb(210,139,164); }
div.DivClassName
{
background-color: #D28BA4;
}
.BgClassName
{
background-color: #D28BA4;
}
</style>
border-color css
<style>
span { border-color: #D28BA4; }
span { border-color: rgb(210,139,164); }
td.TdClassName
{
border-color: #D28BA4;
}
.TagClassName
{
border-color: #D28BA4;
}
</style>