Shades of Fuchsia #D951BB
Tints of Fuchsia #D951BB
RGB
CMYK
RGB Variations
Color information
#D951BB (or 0xD951BB) is known color: Fuchsia. HEX triplet: D9, 51 and BB. RGB value is (217,81,187). Sum of RGB (Red+Green+Blue) = 217+81+187=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 81 (32.03% from 255 or 16.70% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D951BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D951BB is #26AE44. Grayscale: #858585. Windows color (decimal): -2534981 or 12276185. OLE color: 12276185.
HSL color Cylindrical-coordinate representation of color #D951BB: hue angle of 313.24º 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 #D951BB is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 187 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.15 |
| HSL | 313.24º | 0.64% | 0.58% | - |
| HSV(B) | 313.24º | 0.63% | 0.85% | - |
| XYZ | 40.53 | 24.22 | 49.55 | - |
| YUV | 133.75 | 158.06 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 187 | 0 | 0.63 | 0.14 | 0.15 | 313.24 | 0.64 | 0.58 |
| Hex | D9 | 51 | BB | 0 | 3F | E | F | 139 | 40 | 3A |
| Octal | 331 | 121 | 273 | 0 | 77 | 16 | 17 | 471 | 100 | 72 |
| Binary | 11011001 | 1010001 | 10111011 | 0 | 111111 | 1110 | 1111 | 100111001 | 1000000 | 111010 |
Color Harmonies of #D951BB
Complementary color
Monochromatic Colors of #D951BB
Black with #D951BB
Text Example
Text Example
White with #D951BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D951BB; }
p { color: rgb(217,81,187); }
H1.HeaderClassName
{
color: #D951BB;
}
.AnyTagClassName
{
color: #D951BB;
}
</style>
background-color css
<style>
a { background-color: #D951BB; }
a { background-color: rgb(217,81,187); }
div.DivClassName
{
background-color: #D951BB;
}
.BgClassName
{
background-color: #D951BB;
}
</style>
border-color css
<style>
span { border-color: #D951BB; }
span { border-color: rgb(217,81,187); }
td.TdClassName
{
border-color: #D951BB;
}
.TagClassName
{
border-color: #D951BB;
}
</style>