Shades of Fuchsia #D631BF
Tints of Fuchsia #D631BF
RGB
CMYK
RGB Variations
Color information
#D631BF (or 0xD631BF) is known color: Fuchsia. HEX triplet: D6, 31 and BF. RGB value is (214,49,191). Sum of RGB (Red+Green+Blue) = 214+49+191=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 49 (19.53% from 255 or 10.79% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D631BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D631BF is #29CE40. Grayscale: #727272. Windows color (decimal): -2739777 or 12530134. OLE color: 12530134.
HSL color Cylindrical-coordinate representation of color #D631BF: hue angle of 308.36º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D631BF is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 49 | 191 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.16 |
| HSL | 308.36º | 0.67% | 0.52% | - |
| HSV(B) | 308.36º | 0.77% | 0.84% | - |
| XYZ | 38.23 | 20.25 | 51.18 | - |
| YUV | 114.52 | 171.16 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 49 | 191 | 0 | 0.77 | 0.11 | 0.16 | 308.36 | 0.67 | 0.52 |
| Hex | D6 | 31 | BF | 0 | 4D | B | 10 | 134 | 43 | 34 |
| Octal | 326 | 61 | 277 | 0 | 115 | 13 | 20 | 464 | 103 | 64 |
| Binary | 11010110 | 110001 | 10111111 | 0 | 1001101 | 1011 | 10000 | 100110100 | 1000011 | 110100 |
Color Harmonies of #D631BF
Complementary color
Monochromatic Colors of #D631BF
Black with #D631BF
Text Example
Text Example
White with #D631BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D631BF; }
p { color: rgb(214,49,191); }
H1.HeaderClassName
{
color: #D631BF;
}
.AnyTagClassName
{
color: #D631BF;
}
</style>
background-color css
<style>
a { background-color: #D631BF; }
a { background-color: rgb(214,49,191); }
div.DivClassName
{
background-color: #D631BF;
}
.BgClassName
{
background-color: #D631BF;
}
</style>
border-color css
<style>
span { border-color: #D631BF; }
span { border-color: rgb(214,49,191); }
td.TdClassName
{
border-color: #D631BF;
}
.TagClassName
{
border-color: #D631BF;
}
</style>