Shades of Fuchsia #D639BE
Tints of Fuchsia #D639BE
RGB
CMYK
RGB Variations
Color information
#D639BE (or 0xD639BE) is known color: Fuchsia. HEX triplet: D6, 39 and BE. RGB value is (214,57,190). Sum of RGB (Red+Green+Blue) = 214+57+190=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 57 (22.66% from 255 or 12.36% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D639BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D639BE is #29C641. Grayscale: #767676. Windows color (decimal): -2737730 or 12466646. OLE color: 12466646.
HSL color Cylindrical-coordinate representation of color #D639BE: hue angle of 309.17º 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 #D639BE is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 190 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.16 |
| HSL | 309.17º | 0.66% | 0.53% | - |
| HSV(B) | 309.17º | 0.73% | 0.84% | - |
| XYZ | 38.49 | 20.94 | 50.73 | - |
| YUV | 119.11 | 168.01 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 190 | 0 | 0.73 | 0.11 | 0.16 | 309.17 | 0.66 | 0.53 |
| Hex | D6 | 39 | BE | 0 | 49 | B | 10 | 135 | 42 | 35 |
| Octal | 326 | 71 | 276 | 0 | 111 | 13 | 20 | 465 | 102 | 65 |
| Binary | 11010110 | 111001 | 10111110 | 0 | 1001001 | 1011 | 10000 | 100110101 | 1000010 | 110101 |
Color Harmonies of #D639BE
Complementary color
Monochromatic Colors of #D639BE
Black with #D639BE
Text Example
Text Example
White with #D639BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D639BE; }
p { color: rgb(214,57,190); }
H1.HeaderClassName
{
color: #D639BE;
}
.AnyTagClassName
{
color: #D639BE;
}
</style>
background-color css
<style>
a { background-color: #D639BE; }
a { background-color: rgb(214,57,190); }
div.DivClassName
{
background-color: #D639BE;
}
.BgClassName
{
background-color: #D639BE;
}
</style>
border-color css
<style>
span { border-color: #D639BE; }
span { border-color: rgb(214,57,190); }
td.TdClassName
{
border-color: #D639BE;
}
.TagClassName
{
border-color: #D639BE;
}
</style>