Shades of Fuchsia #D255B1
Tints of Fuchsia #D255B1
RGB
CMYK
RGB Variations
Color information
#D255B1 (or 0xD255B1) is known color: Fuchsia. HEX triplet: D2, 55 and B1. RGB value is (210,85,177). Sum of RGB (Red+Green+Blue) = 210+85+177=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D255B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D255B1 is #2DAA4E. Grayscale: #848484. Windows color (decimal): -2992719 or 11621842. OLE color: 11621842.
HSL color Cylindrical-coordinate representation of color #D255B1: hue angle of 315.84º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D255B1 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 177 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.18 |
| HSL | 315.84º | 0.58% | 0.58% | - |
| HSV(B) | 315.84º | 0.6% | 0.82% | - |
| XYZ | 37.76 | 23.37 | 44.12 | - |
| YUV | 132.86 | 152.91 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 177 | 0 | 0.60 | 0.16 | 0.18 | 315.84 | 0.58 | 0.58 |
| Hex | D2 | 55 | B1 | 0 | 3C | 10 | 12 | 13C | 3A | 3A |
| Octal | 322 | 125 | 261 | 0 | 74 | 20 | 22 | 474 | 72 | 72 |
| Binary | 11010010 | 1010101 | 10110001 | 0 | 111100 | 10000 | 10010 | 100111100 | 111010 | 111010 |
Color Harmonies of #D255B1
Complementary color
Monochromatic Colors of #D255B1
Black with #D255B1
Text Example
Text Example
White with #D255B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D255B1; }
p { color: rgb(210,85,177); }
H1.HeaderClassName
{
color: #D255B1;
}
.AnyTagClassName
{
color: #D255B1;
}
</style>
background-color css
<style>
a { background-color: #D255B1; }
a { background-color: rgb(210,85,177); }
div.DivClassName
{
background-color: #D255B1;
}
.BgClassName
{
background-color: #D255B1;
}
</style>
border-color css
<style>
span { border-color: #D255B1; }
span { border-color: rgb(210,85,177); }
td.TdClassName
{
border-color: #D255B1;
}
.TagClassName
{
border-color: #D255B1;
}
</style>