Shades of Can Can #D283A5
Tints of Can Can #D283A5
RGB
CMYK
RGB Variations
Color information
#D283A5 (or 0xD283A5) is known color: Can Can. HEX triplet: D2, 83 and A5. RGB value is (210,131,165). Sum of RGB (Red+Green+Blue) = 210+131+165=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 165 (64.84% from 255 or 32.61% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D283A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D283A5 is #2D7C5A. Grayscale: #9E9E9E. Windows color (decimal): -2980955 or 10847186. OLE color: 10847186.
HSL color Cylindrical-coordinate representation of color #D283A5: hue angle of 334.18º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D283A5 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 131 | 165 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.18 |
| HSL | 334.18º | 0.47% | 0.67% | - |
| HSV(B) | 334.18º | 0.38% | 0.82% | - |
| XYZ | 41.49 | 32.65 | 39.71 | - |
| YUV | 158.5 | 131.67 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 165 | 0 | 0.38 | 0.21 | 0.18 | 334.18 | 0.47 | 0.67 |
| Hex | D2 | 83 | A5 | 0 | 26 | 15 | 12 | 14E | 2F | 43 |
| Octal | 322 | 203 | 245 | 0 | 46 | 25 | 22 | 516 | 57 | 103 |
| Binary | 11010010 | 10000011 | 10100101 | 0 | 100110 | 10101 | 10010 | 101001110 | 101111 | 1000011 |
Color Harmonies of #D283A5
Complementary color
Monochromatic Colors of #D283A5
Black with #D283A5
Text Example
Text Example
White with #D283A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D283A5; }
p { color: rgb(210,131,165); }
H1.HeaderClassName
{
color: #D283A5;
}
.AnyTagClassName
{
color: #D283A5;
}
</style>
background-color css
<style>
a { background-color: #D283A5; }
a { background-color: rgb(210,131,165); }
div.DivClassName
{
background-color: #D283A5;
}
.BgClassName
{
background-color: #D283A5;
}
</style>
border-color css
<style>
span { border-color: #D283A5; }
span { border-color: rgb(210,131,165); }
td.TdClassName
{
border-color: #D283A5;
}
.TagClassName
{
border-color: #D283A5;
}
</style>