Shades of Fuchsia #D651BE
Tints of Fuchsia #D651BE
RGB
CMYK
RGB Variations
Color information
#D651BE (or 0xD651BE) is known color: Fuchsia. HEX triplet: D6, 51 and BE. RGB value is (214,81,190). Sum of RGB (Red+Green+Blue) = 214+81+190=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 81 (32.03% from 255 or 16.70% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D651BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D651BE is #29AE41. Grayscale: #848484. Windows color (decimal): -2731586 or 12472790. OLE color: 12472790.
HSL color Cylindrical-coordinate representation of color #D651BE: hue angle of 310.83º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D651BE is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 81 | 190 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.16 |
| HSL | 310.83º | 0.62% | 0.58% | - |
| HSV(B) | 310.83º | 0.62% | 0.84% | - |
| XYZ | 39.97 | 23.9 | 51.22 | - |
| YUV | 133.19 | 160.06 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 190 | 0 | 0.62 | 0.11 | 0.16 | 310.83 | 0.62 | 0.58 |
| Hex | D6 | 51 | BE | 0 | 3E | B | 10 | 137 | 3E | 3A |
| Octal | 326 | 121 | 276 | 0 | 76 | 13 | 20 | 467 | 76 | 72 |
| Binary | 11010110 | 1010001 | 10111110 | 0 | 111110 | 1011 | 10000 | 100110111 | 111110 | 111010 |
Color Harmonies of #D651BE
Complementary color
Monochromatic Colors of #D651BE
Black with #D651BE
Text Example
Text Example
White with #D651BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D651BE; }
p { color: rgb(214,81,190); }
H1.HeaderClassName
{
color: #D651BE;
}
.AnyTagClassName
{
color: #D651BE;
}
</style>
background-color css
<style>
a { background-color: #D651BE; }
a { background-color: rgb(214,81,190); }
div.DivClassName
{
background-color: #D651BE;
}
.BgClassName
{
background-color: #D651BE;
}
</style>
border-color css
<style>
span { border-color: #D651BE; }
span { border-color: rgb(214,81,190); }
td.TdClassName
{
border-color: #D651BE;
}
.TagClassName
{
border-color: #D651BE;
}
</style>