Shades of Fuchsia #D651B7
Tints of Fuchsia #D651B7
RGB
CMYK
RGB Variations
Color information
#D651B7 (or 0xD651B7) is known color: Fuchsia. HEX triplet: D6, 51 and B7. RGB value is (214,81,183). Sum of RGB (Red+Green+Blue) = 214+81+183=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 81 (32.03% from 255 or 16.95% from 478); Blue value is 183 (71.88% from 255 or 38.28% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D651B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D651B7 is #29AE48. Grayscale: #848484. Windows color (decimal): -2731593 or 12014038. OLE color: 12014038.
HSL color Cylindrical-coordinate representation of color #D651B7: hue angle of 313.98º 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 #D651B7 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 81 | 183 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.16 |
| HSL | 313.99º | 0.62% | 0.58% | - |
| HSV(B) | 313.99º | 0.62% | 0.84% | - |
| XYZ | 39.22 | 23.6 | 47.29 | - |
| YUV | 132.4 | 156.56 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 183 | 0 | 0.62 | 0.14 | 0.16 | 313.99 | 0.62 | 0.58 |
| Hex | D6 | 51 | B7 | 0 | 3E | E | 10 | 13A | 3E | 3A |
| Octal | 326 | 121 | 267 | 0 | 76 | 16 | 20 | 472 | 76 | 72 |
| Binary | 11010110 | 1010001 | 10110111 | 0 | 111110 | 1110 | 10000 | 100111010 | 111110 | 111010 |
Color Harmonies of #D651B7
Complementary color
Monochromatic Colors of #D651B7
Black with #D651B7
Text Example
Text Example
White with #D651B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D651B7; }
p { color: rgb(214,81,183); }
H1.HeaderClassName
{
color: #D651B7;
}
.AnyTagClassName
{
color: #D651B7;
}
</style>
background-color css
<style>
a { background-color: #D651B7; }
a { background-color: rgb(214,81,183); }
div.DivClassName
{
background-color: #D651B7;
}
.BgClassName
{
background-color: #D651B7;
}
</style>
border-color css
<style>
span { border-color: #D651B7; }
span { border-color: rgb(214,81,183); }
td.TdClassName
{
border-color: #D651B7;
}
.TagClassName
{
border-color: #D651B7;
}
</style>