Shades of Can Can #D681A3
Tints of Can Can #D681A3
RGB
CMYK
RGB Variations
Color information
#D681A3 (or 0xD681A3) is known color: Can Can. HEX triplet: D6, 81 and A3. RGB value is (214,129,163). Sum of RGB (Red+Green+Blue) = 214+129+163=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 163 (64.06% from 255 or 32.21% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D681A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D681A3 is #297E5C. Grayscale: #9E9E9E. Windows color (decimal): -2719325 or 10715606. OLE color: 10715606.
HSL color Cylindrical-coordinate representation of color #D681A3: hue angle of 336º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D681A3 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 163 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.16 |
| HSL | 336º | 0.51% | 0.67% | - |
| HSV(B) | 336º | 0.4% | 0.84% | - |
| XYZ | 42.19 | 32.64 | 38.73 | - |
| YUV | 158.29 | 130.66 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 163 | 0 | 0.40 | 0.24 | 0.16 | 336 | 0.51 | 0.67 |
| Hex | D6 | 81 | A3 | 0 | 28 | 18 | 10 | 150 | 33 | 43 |
| Octal | 326 | 201 | 243 | 0 | 50 | 30 | 20 | 520 | 63 | 103 |
| Binary | 11010110 | 10000001 | 10100011 | 0 | 101000 | 11000 | 10000 | 101010000 | 110011 | 1000011 |
Color Harmonies of #D681A3
Complementary color
Monochromatic Colors of #D681A3
Black with #D681A3
Text Example
Text Example
White with #D681A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D681A3; }
p { color: rgb(214,129,163); }
H1.HeaderClassName
{
color: #D681A3;
}
.AnyTagClassName
{
color: #D681A3;
}
</style>
background-color css
<style>
a { background-color: #D681A3; }
a { background-color: rgb(214,129,163); }
div.DivClassName
{
background-color: #D681A3;
}
.BgClassName
{
background-color: #D681A3;
}
</style>
border-color css
<style>
span { border-color: #D681A3; }
span { border-color: rgb(214,129,163); }
td.TdClassName
{
border-color: #D681A3;
}
.TagClassName
{
border-color: #D681A3;
}
</style>