Shades of Fuchsia #D952B0
Tints of Fuchsia #D952B0
RGB
CMYK
RGB Variations
Color information
#D952B0 (or 0xD952B0) is known color: Fuchsia. HEX triplet: D9, 52 and B0. RGB value is (217,82,176). Sum of RGB (Red+Green+Blue) = 217+82+176=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D952B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D952B0 is #26AD4F. Grayscale: #848484. Windows color (decimal): -2534736 or 11555545. OLE color: 11555545.
HSL color Cylindrical-coordinate representation of color #D952B0: hue angle of 318.22º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D952B0 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 82 | 176 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.15 |
| HSL | 318.22º | 0.64% | 0.59% | - |
| HSV(B) | 318.22º | 0.62% | 0.85% | - |
| XYZ | 39.47 | 23.92 | 43.61 | - |
| YUV | 133.08 | 152.23 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 82 | 176 | 0 | 0.62 | 0.19 | 0.15 | 318.22 | 0.64 | 0.59 |
| Hex | D9 | 52 | B0 | 0 | 3E | 13 | F | 13E | 40 | 3B |
| Octal | 331 | 122 | 260 | 0 | 76 | 23 | 17 | 476 | 100 | 73 |
| Binary | 11011001 | 1010010 | 10110000 | 0 | 111110 | 10011 | 1111 | 100111110 | 1000000 | 111011 |
Color Harmonies of #D952B0
Complementary color
Monochromatic Colors of #D952B0
Black with #D952B0
Text Example
Text Example
White with #D952B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D952B0; }
p { color: rgb(217,82,176); }
H1.HeaderClassName
{
color: #D952B0;
}
.AnyTagClassName
{
color: #D952B0;
}
</style>
background-color css
<style>
a { background-color: #D952B0; }
a { background-color: rgb(217,82,176); }
div.DivClassName
{
background-color: #D952B0;
}
.BgClassName
{
background-color: #D952B0;
}
</style>
border-color css
<style>
span { border-color: #D952B0; }
span { border-color: rgb(217,82,176); }
td.TdClassName
{
border-color: #D952B0;
}
.TagClassName
{
border-color: #D952B0;
}
</style>