Shades of Fuchsia #D951B9
Tints of Fuchsia #D951B9
RGB
CMYK
RGB Variations
Color information
#D951B9 (or 0xD951B9) is known color: Fuchsia. HEX triplet: D9, 51 and B9. RGB value is (217,81,185). Sum of RGB (Red+Green+Blue) = 217+81+185=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 81 (32.03% from 255 or 16.77% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D951B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D951B9 is #26AE46. Grayscale: #858585. Windows color (decimal): -2534983 or 12145113. OLE color: 12145113.
HSL color Cylindrical-coordinate representation of color #D951B9: hue angle of 314.12º 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 #D951B9 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 185 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.15 |
| HSL | 314.12º | 0.64% | 0.58% | - |
| HSV(B) | 314.12º | 0.63% | 0.85% | - |
| XYZ | 40.31 | 24.14 | 48.43 | - |
| YUV | 133.52 | 157.06 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 185 | 0 | 0.63 | 0.15 | 0.15 | 314.12 | 0.64 | 0.58 |
| Hex | D9 | 51 | B9 | 0 | 3F | F | F | 13A | 40 | 3A |
| Octal | 331 | 121 | 271 | 0 | 77 | 17 | 17 | 472 | 100 | 72 |
| Binary | 11011001 | 1010001 | 10111001 | 0 | 111111 | 1111 | 1111 | 100111010 | 1000000 | 111010 |
Color Harmonies of #D951B9
Complementary color
Monochromatic Colors of #D951B9
Black with #D951B9
Text Example
Text Example
White with #D951B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D951B9; }
p { color: rgb(217,81,185); }
H1.HeaderClassName
{
color: #D951B9;
}
.AnyTagClassName
{
color: #D951B9;
}
</style>
background-color css
<style>
a { background-color: #D951B9; }
a { background-color: rgb(217,81,185); }
div.DivClassName
{
background-color: #D951B9;
}
.BgClassName
{
background-color: #D951B9;
}
</style>
border-color css
<style>
span { border-color: #D951B9; }
span { border-color: rgb(217,81,185); }
td.TdClassName
{
border-color: #D951B9;
}
.TagClassName
{
border-color: #D951B9;
}
</style>