Shades of Fuchsia #D961B5
Tints of Fuchsia #D961B5
RGB
CMYK
RGB Variations
Color information
#D961B5 (or 0xD961B5) is known color: Fuchsia. HEX triplet: D9, 61 and B5. RGB value is (217,97,181). Sum of RGB (Red+Green+Blue) = 217+97+181=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D961B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D961B5 is #269E4A. Grayscale: #8E8E8E. Windows color (decimal): -2530891 or 11887065. OLE color: 11887065.
HSL color Cylindrical-coordinate representation of color #D961B5: hue angle of 318º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D961B5 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 97 | 181 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.15 |
| HSL | 318º | 0.61% | 0.62% | - |
| HSV(B) | 318º | 0.55% | 0.85% | - |
| XYZ | 41.23 | 26.64 | 46.68 | - |
| YUV | 142.46 | 149.76 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 97 | 181 | 0 | 0.55 | 0.17 | 0.15 | 318 | 0.61 | 0.62 |
| Hex | D9 | 61 | B5 | 0 | 37 | 11 | F | 13E | 3D | 3E |
| Octal | 331 | 141 | 265 | 0 | 67 | 21 | 17 | 476 | 75 | 76 |
| Binary | 11011001 | 1100001 | 10110101 | 0 | 110111 | 10001 | 1111 | 100111110 | 111101 | 111110 |
Color Harmonies of #D961B5
Complementary color
Monochromatic Colors of #D961B5
Black with #D961B5
Text Example
Text Example
White with #D961B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D961B5; }
p { color: rgb(217,97,181); }
H1.HeaderClassName
{
color: #D961B5;
}
.AnyTagClassName
{
color: #D961B5;
}
</style>
background-color css
<style>
a { background-color: #D961B5; }
a { background-color: rgb(217,97,181); }
div.DivClassName
{
background-color: #D961B5;
}
.BgClassName
{
background-color: #D961B5;
}
</style>
border-color css
<style>
span { border-color: #D961B5; }
span { border-color: rgb(217,97,181); }
td.TdClassName
{
border-color: #D961B5;
}
.TagClassName
{
border-color: #D961B5;
}
</style>