Shades of Fuchsia #D631BB
Tints of Fuchsia #D631BB
RGB
CMYK
RGB Variations
Color information
#D631BB (or 0xD631BB) is known color: Fuchsia. HEX triplet: D6, 31 and BB. RGB value is (214,49,187). Sum of RGB (Red+Green+Blue) = 214+49+187=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 49 (19.53% from 255 or 10.89% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D631BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D631BB is #29CE44. Grayscale: #717171. Windows color (decimal): -2739781 or 12267990. OLE color: 12267990.
HSL color Cylindrical-coordinate representation of color #D631BB: hue angle of 309.82º 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 #D631BB is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 49 | 187 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.16 |
| HSL | 309.82º | 0.67% | 0.52% | - |
| HSV(B) | 309.82º | 0.77% | 0.84% | - |
| XYZ | 37.8 | 20.08 | 48.9 | - |
| YUV | 114.07 | 169.16 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 49 | 187 | 0 | 0.77 | 0.13 | 0.16 | 309.82 | 0.67 | 0.52 |
| Hex | D6 | 31 | BB | 0 | 4D | D | 10 | 136 | 43 | 34 |
| Octal | 326 | 61 | 273 | 0 | 115 | 15 | 20 | 466 | 103 | 64 |
| Binary | 11010110 | 110001 | 10111011 | 0 | 1001101 | 1101 | 10000 | 100110110 | 1000011 | 110100 |
Color Harmonies of #D631BB
Complementary color
Monochromatic Colors of #D631BB
Black with #D631BB
Text Example
Text Example
White with #D631BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D631BB; }
p { color: rgb(214,49,187); }
H1.HeaderClassName
{
color: #D631BB;
}
.AnyTagClassName
{
color: #D631BB;
}
</style>
background-color css
<style>
a { background-color: #D631BB; }
a { background-color: rgb(214,49,187); }
div.DivClassName
{
background-color: #D631BB;
}
.BgClassName
{
background-color: #D631BB;
}
</style>
border-color css
<style>
span { border-color: #D631BB; }
span { border-color: rgb(214,49,187); }
td.TdClassName
{
border-color: #D631BB;
}
.TagClassName
{
border-color: #D631BB;
}
</style>