Shades of Fuchsia #D951BD
Tints of Fuchsia #D951BD
RGB
CMYK
RGB Variations
Color information
#D951BD (or 0xD951BD) is known color: Fuchsia. HEX triplet: D9, 51 and BD. RGB value is (217,81,189). Sum of RGB (Red+Green+Blue) = 217+81+189=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 81 (32.03% from 255 or 16.63% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D951BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D951BD is #26AE42. Grayscale: #858585. Windows color (decimal): -2534979 or 12407257. OLE color: 12407257.
HSL color Cylindrical-coordinate representation of color #D951BD: hue angle of 312.35º 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 #D951BD is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 189 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.15 |
| HSL | 312.35º | 0.64% | 0.58% | - |
| HSV(B) | 312.35º | 0.63% | 0.85% | - |
| XYZ | 40.74 | 24.31 | 50.69 | - |
| YUV | 133.98 | 159.06 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 189 | 0 | 0.63 | 0.13 | 0.15 | 312.35 | 0.64 | 0.58 |
| Hex | D9 | 51 | BD | 0 | 3F | D | F | 138 | 40 | 3A |
| Octal | 331 | 121 | 275 | 0 | 77 | 15 | 17 | 470 | 100 | 72 |
| Binary | 11011001 | 1010001 | 10111101 | 0 | 111111 | 1101 | 1111 | 100111000 | 1000000 | 111010 |
Color Harmonies of #D951BD
Complementary color
Monochromatic Colors of #D951BD
Black with #D951BD
Text Example
Text Example
White with #D951BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D951BD; }
p { color: rgb(217,81,189); }
H1.HeaderClassName
{
color: #D951BD;
}
.AnyTagClassName
{
color: #D951BD;
}
</style>
background-color css
<style>
a { background-color: #D951BD; }
a { background-color: rgb(217,81,189); }
div.DivClassName
{
background-color: #D951BD;
}
.BgClassName
{
background-color: #D951BD;
}
</style>
border-color css
<style>
span { border-color: #D951BD; }
span { border-color: rgb(217,81,189); }
td.TdClassName
{
border-color: #D951BD;
}
.TagClassName
{
border-color: #D951BD;
}
</style>