Shades of Fuchsia #D951BA
Tints of Fuchsia #D951BA
RGB
CMYK
RGB Variations
Color information
#D951BA (or 0xD951BA) is known color: Fuchsia. HEX triplet: D9, 51 and BA. RGB value is (217,81,186). Sum of RGB (Red+Green+Blue) = 217+81+186=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 81 (32.03% from 255 or 16.74% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D951BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D951BA is #26AE45. Grayscale: #858585. Windows color (decimal): -2534982 or 12210649. OLE color: 12210649.
HSL color Cylindrical-coordinate representation of color #D951BA: hue angle of 313.68º 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 #D951BA is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 186 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.15 |
| HSL | 313.68º | 0.64% | 0.58% | - |
| HSV(B) | 313.68º | 0.63% | 0.85% | - |
| XYZ | 40.42 | 24.18 | 48.99 | - |
| YUV | 133.63 | 157.56 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 186 | 0 | 0.63 | 0.14 | 0.15 | 313.68 | 0.64 | 0.58 |
| Hex | D9 | 51 | BA | 0 | 3F | E | F | 13A | 40 | 3A |
| Octal | 331 | 121 | 272 | 0 | 77 | 16 | 17 | 472 | 100 | 72 |
| Binary | 11011001 | 1010001 | 10111010 | 0 | 111111 | 1110 | 1111 | 100111010 | 1000000 | 111010 |
Color Harmonies of #D951BA
Complementary color
Monochromatic Colors of #D951BA
Black with #D951BA
Text Example
Text Example
White with #D951BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D951BA; }
p { color: rgb(217,81,186); }
H1.HeaderClassName
{
color: #D951BA;
}
.AnyTagClassName
{
color: #D951BA;
}
</style>
background-color css
<style>
a { background-color: #D951BA; }
a { background-color: rgb(217,81,186); }
div.DivClassName
{
background-color: #D951BA;
}
.BgClassName
{
background-color: #D951BA;
}
</style>
border-color css
<style>
span { border-color: #D951BA; }
span { border-color: rgb(217,81,186); }
td.TdClassName
{
border-color: #D951BA;
}
.TagClassName
{
border-color: #D951BA;
}
</style>