Shades of Can Can #D380A0
Tints of Can Can #D380A0
RGB
CMYK
RGB Variations
Color information
#D380A0 (or 0xD380A0) is known color: Can Can. HEX triplet: D3, 80 and A0. RGB value is (211,128,160). Sum of RGB (Red+Green+Blue) = 211+128+160=499 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.28% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 211 - color contains mainly: red. Hex color #D380A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D380A0 is #2C7F5F. Grayscale: #9C9C9C. Windows color (decimal): -2916192 or 10518739. OLE color: 10518739.
HSL color Cylindrical-coordinate representation of color #D380A0: hue angle of 336.87º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D380A0 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 128 | 160 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.17 |
| HSL | 336.87º | 0.49% | 0.66% | - |
| HSV(B) | 336.87º | 0.39% | 0.83% | - |
| XYZ | 40.93 | 31.83 | 37.24 | - |
| YUV | 156.47 | 130 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 128 | 160 | 0 | 0.39 | 0.24 | 0.17 | 336.87 | 0.49 | 0.66 |
| Hex | D3 | 80 | A0 | 0 | 27 | 18 | 11 | 151 | 31 | 42 |
| Octal | 323 | 200 | 240 | 0 | 47 | 30 | 21 | 521 | 61 | 102 |
| Binary | 11010011 | 10000000 | 10100000 | 0 | 100111 | 11000 | 10001 | 101010001 | 110001 | 1000010 |
Color Harmonies of #D380A0
Complementary color
Monochromatic Colors of #D380A0
Black with #D380A0
Text Example
Text Example
White with #D380A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D380A0; }
p { color: rgb(211,128,160); }
H1.HeaderClassName
{
color: #D380A0;
}
.AnyTagClassName
{
color: #D380A0;
}
</style>
background-color css
<style>
a { background-color: #D380A0; }
a { background-color: rgb(211,128,160); }
div.DivClassName
{
background-color: #D380A0;
}
.BgClassName
{
background-color: #D380A0;
}
</style>
border-color css
<style>
span { border-color: #D380A0; }
span { border-color: rgb(211,128,160); }
td.TdClassName
{
border-color: #D380A0;
}
.TagClassName
{
border-color: #D380A0;
}
</style>