Shades of Fuchsia #D951B0
Tints of Fuchsia #D951B0
RGB
CMYK
RGB Variations
Color information
#D951B0 (or 0xD951B0) is known color: Fuchsia. HEX triplet: D9, 51 and B0. RGB value is (217,81,176). Sum of RGB (Red+Green+Blue) = 217+81+176=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D951B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D951B0 is #26AE4F. Grayscale: #848484. Windows color (decimal): -2534992 or 11555289. OLE color: 11555289.
HSL color Cylindrical-coordinate representation of color #D951B0: hue angle of 318.09º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D951B0 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 176 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.15 |
| HSL | 318.09º | 0.64% | 0.58% | - |
| HSV(B) | 318.09º | 0.63% | 0.85% | - |
| XYZ | 39.39 | 23.77 | 43.59 | - |
| YUV | 132.49 | 152.56 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 176 | 0 | 0.63 | 0.19 | 0.15 | 318.09 | 0.64 | 0.58 |
| Hex | D9 | 51 | B0 | 0 | 3F | 13 | F | 13E | 40 | 3A |
| Octal | 331 | 121 | 260 | 0 | 77 | 23 | 17 | 476 | 100 | 72 |
| Binary | 11011001 | 1010001 | 10110000 | 0 | 111111 | 10011 | 1111 | 100111110 | 1000000 | 111010 |
Color Harmonies of #D951B0
Complementary color
Monochromatic Colors of #D951B0
Black with #D951B0
Text Example
Text Example
White with #D951B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D951B0; }
p { color: rgb(217,81,176); }
H1.HeaderClassName
{
color: #D951B0;
}
.AnyTagClassName
{
color: #D951B0;
}
</style>
background-color css
<style>
a { background-color: #D951B0; }
a { background-color: rgb(217,81,176); }
div.DivClassName
{
background-color: #D951B0;
}
.BgClassName
{
background-color: #D951B0;
}
</style>
border-color css
<style>
span { border-color: #D951B0; }
span { border-color: rgb(217,81,176); }
td.TdClassName
{
border-color: #D951B0;
}
.TagClassName
{
border-color: #D951B0;
}
</style>