Shades of Fuchsia #D951B2
Tints of Fuchsia #D951B2
RGB
CMYK
RGB Variations
Color information
#D951B2 (or 0xD951B2) is known color: Fuchsia. HEX triplet: D9, 51 and B2. RGB value is (217,81,178). Sum of RGB (Red+Green+Blue) = 217+81+178=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D951B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D951B2 is #26AE4D. Grayscale: #848484. Windows color (decimal): -2534990 or 11686361. OLE color: 11686361.
HSL color Cylindrical-coordinate representation of color #D951B2: hue angle of 317.21º 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 #D951B2 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 178 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.15 |
| HSL | 317.21º | 0.64% | 0.58% | - |
| HSV(B) | 317.21º | 0.63% | 0.85% | - |
| XYZ | 39.59 | 23.85 | 44.64 | - |
| YUV | 132.72 | 153.56 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 178 | 0 | 0.63 | 0.18 | 0.15 | 317.21 | 0.64 | 0.58 |
| Hex | D9 | 51 | B2 | 0 | 3F | 12 | F | 13D | 40 | 3A |
| Octal | 331 | 121 | 262 | 0 | 77 | 22 | 17 | 475 | 100 | 72 |
| Binary | 11011001 | 1010001 | 10110010 | 0 | 111111 | 10010 | 1111 | 100111101 | 1000000 | 111010 |
Color Harmonies of #D951B2
Complementary color
Monochromatic Colors of #D951B2
Black with #D951B2
Text Example
Text Example
White with #D951B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D951B2; }
p { color: rgb(217,81,178); }
H1.HeaderClassName
{
color: #D951B2;
}
.AnyTagClassName
{
color: #D951B2;
}
</style>
background-color css
<style>
a { background-color: #D951B2; }
a { background-color: rgb(217,81,178); }
div.DivClassName
{
background-color: #D951B2;
}
.BgClassName
{
background-color: #D951B2;
}
</style>
border-color css
<style>
span { border-color: #D951B2; }
span { border-color: rgb(217,81,178); }
td.TdClassName
{
border-color: #D951B2;
}
.TagClassName
{
border-color: #D951B2;
}
</style>