Shades of Fuchsia #D651BD
Tints of Fuchsia #D651BD
RGB
CMYK
RGB Variations
Color information
#D651BD (or 0xD651BD) is known color: Fuchsia. HEX triplet: D6, 51 and BD. RGB value is (214,81,189). Sum of RGB (Red+Green+Blue) = 214+81+189=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 81 (32.03% from 255 or 16.74% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D651BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D651BD is #29AE42. Grayscale: #848484. Windows color (decimal): -2731587 or 12407254. OLE color: 12407254.
HSL color Cylindrical-coordinate representation of color #D651BD: hue angle of 311.28º 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 #D651BD is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 81 | 189 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.16 |
| HSL | 311.28º | 0.62% | 0.58% | - |
| HSV(B) | 311.28º | 0.62% | 0.84% | - |
| XYZ | 39.86 | 23.86 | 50.65 | - |
| YUV | 133.08 | 159.56 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 189 | 0 | 0.62 | 0.12 | 0.16 | 311.28 | 0.62 | 0.58 |
| Hex | D6 | 51 | BD | 0 | 3E | C | 10 | 137 | 3E | 3A |
| Octal | 326 | 121 | 275 | 0 | 76 | 14 | 20 | 467 | 76 | 72 |
| Binary | 11010110 | 1010001 | 10111101 | 0 | 111110 | 1100 | 10000 | 100110111 | 111110 | 111010 |
Color Harmonies of #D651BD
Complementary color
Monochromatic Colors of #D651BD
Black with #D651BD
Text Example
Text Example
White with #D651BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D651BD; }
p { color: rgb(214,81,189); }
H1.HeaderClassName
{
color: #D651BD;
}
.AnyTagClassName
{
color: #D651BD;
}
</style>
background-color css
<style>
a { background-color: #D651BD; }
a { background-color: rgb(214,81,189); }
div.DivClassName
{
background-color: #D651BD;
}
.BgClassName
{
background-color: #D651BD;
}
</style>
border-color css
<style>
span { border-color: #D651BD; }
span { border-color: rgb(214,81,189); }
td.TdClassName
{
border-color: #D651BD;
}
.TagClassName
{
border-color: #D651BD;
}
</style>