Shades of Fuchsia #D639C9
Tints of Fuchsia #D639C9
RGB
CMYK
RGB Variations
Color information
#D639C9 (or 0xD639C9) is known color: Fuchsia. HEX triplet: D6, 39 and C9. RGB value is (214,57,201). Sum of RGB (Red+Green+Blue) = 214+57+201=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 57 (22.66% from 255 or 12.08% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D639C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D639C9 is #29C636. Grayscale: #777777. Windows color (decimal): -2737719 or 13187542. OLE color: 13187542.
HSL color Cylindrical-coordinate representation of color #D639C9: hue angle of 304.97º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D639C9 is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 201 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.16 |
| HSL | 304.97º | 0.66% | 0.53% | - |
| HSV(B) | 304.97º | 0.73% | 0.84% | - |
| XYZ | 39.74 | 21.44 | 57.3 | - |
| YUV | 120.36 | 173.51 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 201 | 0 | 0.73 | 0.06 | 0.16 | 304.97 | 0.66 | 0.53 |
| Hex | D6 | 39 | C9 | 0 | 49 | 6 | 10 | 131 | 42 | 35 |
| Octal | 326 | 71 | 311 | 0 | 111 | 6 | 20 | 461 | 102 | 65 |
| Binary | 11010110 | 111001 | 11001001 | 0 | 1001001 | 110 | 10000 | 100110001 | 1000010 | 110101 |
Color Harmonies of #D639C9
Complementary color
Monochromatic Colors of #D639C9
Black with #D639C9
Text Example
Text Example
White with #D639C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D639C9; }
p { color: rgb(214,57,201); }
H1.HeaderClassName
{
color: #D639C9;
}
.AnyTagClassName
{
color: #D639C9;
}
</style>
background-color css
<style>
a { background-color: #D639C9; }
a { background-color: rgb(214,57,201); }
div.DivClassName
{
background-color: #D639C9;
}
.BgClassName
{
background-color: #D639C9;
}
</style>
border-color css
<style>
span { border-color: #D639C9; }
span { border-color: rgb(214,57,201); }
td.TdClassName
{
border-color: #D639C9;
}
.TagClassName
{
border-color: #D639C9;
}
</style>