Shades of Fuchsia #D959B2
Tints of Fuchsia #D959B2
RGB
CMYK
RGB Variations
Color information
#D959B2 (or 0xD959B2) is known color: Fuchsia. HEX triplet: D9, 59 and B2. RGB value is (217,89,178). Sum of RGB (Red+Green+Blue) = 217+89+178=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D959B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D959B2 is #26A64D. Grayscale: #898989. Windows color (decimal): -2532942 or 11688409. OLE color: 11688409.
HSL color Cylindrical-coordinate representation of color #D959B2: hue angle of 318.28º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D959B2 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 89 | 178 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.15 |
| HSL | 318.28º | 0.63% | 0.6% | - |
| HSV(B) | 318.28º | 0.59% | 0.85% | - |
| XYZ | 40.22 | 25.11 | 44.85 | - |
| YUV | 137.42 | 150.91 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 89 | 178 | 0 | 0.59 | 0.18 | 0.15 | 318.28 | 0.63 | 0.6 |
| Hex | D9 | 59 | B2 | 0 | 3B | 12 | F | 13E | 3F | 3C |
| Octal | 331 | 131 | 262 | 0 | 73 | 22 | 17 | 476 | 77 | 74 |
| Binary | 11011001 | 1011001 | 10110010 | 0 | 111011 | 10010 | 1111 | 100111110 | 111111 | 111100 |
Color Harmonies of #D959B2
Complementary color
Monochromatic Colors of #D959B2
Black with #D959B2
Text Example
Text Example
White with #D959B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D959B2; }
p { color: rgb(217,89,178); }
H1.HeaderClassName
{
color: #D959B2;
}
.AnyTagClassName
{
color: #D959B2;
}
</style>
background-color css
<style>
a { background-color: #D959B2; }
a { background-color: rgb(217,89,178); }
div.DivClassName
{
background-color: #D959B2;
}
.BgClassName
{
background-color: #D959B2;
}
</style>
border-color css
<style>
span { border-color: #D959B2; }
span { border-color: rgb(217,89,178); }
td.TdClassName
{
border-color: #D959B2;
}
.TagClassName
{
border-color: #D959B2;
}
</style>