Shades of Fuchsia #D351B1
Tints of Fuchsia #D351B1
RGB
CMYK
RGB Variations
Color information
#D351B1 (or 0xD351B1) is known color: Fuchsia. HEX triplet: D3, 51 and B1. RGB value is (211,81,177). Sum of RGB (Red+Green+Blue) = 211+81+177=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 211 - color contains mainly: red. Hex color #D351B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D351B1 is #2CAE4E. Grayscale: #828282. Windows color (decimal): -2928207 or 11620819. OLE color: 11620819.
HSL color Cylindrical-coordinate representation of color #D351B1: hue angle of 315.69º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D351B1 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 81 | 177 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.17 |
| HSL | 315.69º | 0.6% | 0.57% | - |
| HSV(B) | 315.69º | 0.62% | 0.83% | - |
| XYZ | 37.74 | 22.91 | 44.03 | - |
| YUV | 130.81 | 154.07 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 81 | 177 | 0 | 0.62 | 0.16 | 0.17 | 315.69 | 0.6 | 0.57 |
| Hex | D3 | 51 | B1 | 0 | 3E | 10 | 11 | 13C | 3C | 39 |
| Octal | 323 | 121 | 261 | 0 | 76 | 20 | 21 | 474 | 74 | 71 |
| Binary | 11010011 | 1010001 | 10110001 | 0 | 111110 | 10000 | 10001 | 100111100 | 111100 | 111001 |
Color Harmonies of #D351B1
Complementary color
Monochromatic Colors of #D351B1
Black with #D351B1
Text Example
Text Example
White with #D351B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D351B1; }
p { color: rgb(211,81,177); }
H1.HeaderClassName
{
color: #D351B1;
}
.AnyTagClassName
{
color: #D351B1;
}
</style>
background-color css
<style>
a { background-color: #D351B1; }
a { background-color: rgb(211,81,177); }
div.DivClassName
{
background-color: #D351B1;
}
.BgClassName
{
background-color: #D351B1;
}
</style>
border-color css
<style>
span { border-color: #D351B1; }
span { border-color: rgb(211,81,177); }
td.TdClassName
{
border-color: #D351B1;
}
.TagClassName
{
border-color: #D351B1;
}
</style>