Shades of Fuchsia #D651B4
Tints of Fuchsia #D651B4
RGB
CMYK
RGB Variations
Color information
#D651B4 (or 0xD651B4) is known color: Fuchsia. HEX triplet: D6, 51 and B4. RGB value is (214,81,180). Sum of RGB (Red+Green+Blue) = 214+81+180=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 81 (32.03% from 255 or 17.05% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D651B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D651B4 is #29AE4B. Grayscale: #838383. Windows color (decimal): -2731596 or 11817430. OLE color: 11817430.
HSL color Cylindrical-coordinate representation of color #D651B4: hue angle of 315.34º 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 #D651B4 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 81 | 180 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.16 |
| HSL | 315.34º | 0.62% | 0.58% | - |
| HSV(B) | 315.34º | 0.62% | 0.84% | - |
| XYZ | 38.91 | 23.48 | 45.66 | - |
| YUV | 132.05 | 155.06 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 180 | 0 | 0.62 | 0.16 | 0.16 | 315.34 | 0.62 | 0.58 |
| Hex | D6 | 51 | B4 | 0 | 3E | 10 | 10 | 13B | 3E | 3A |
| Octal | 326 | 121 | 264 | 0 | 76 | 20 | 20 | 473 | 76 | 72 |
| Binary | 11010110 | 1010001 | 10110100 | 0 | 111110 | 10000 | 10000 | 100111011 | 111110 | 111010 |
Color Harmonies of #D651B4
Complementary color
Monochromatic Colors of #D651B4
Black with #D651B4
Text Example
Text Example
White with #D651B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D651B4; }
p { color: rgb(214,81,180); }
H1.HeaderClassName
{
color: #D651B4;
}
.AnyTagClassName
{
color: #D651B4;
}
</style>
background-color css
<style>
a { background-color: #D651B4; }
a { background-color: rgb(214,81,180); }
div.DivClassName
{
background-color: #D651B4;
}
.BgClassName
{
background-color: #D651B4;
}
</style>
border-color css
<style>
span { border-color: #D651B4; }
span { border-color: rgb(214,81,180); }
td.TdClassName
{
border-color: #D651B4;
}
.TagClassName
{
border-color: #D651B4;
}
</style>