Shades of Fuchsia #D255B5
Tints of Fuchsia #D255B5
RGB
CMYK
RGB Variations
Color information
#D255B5 (or 0xD255B5) is known color: Fuchsia. HEX triplet: D2, 55 and B5. RGB value is (210,85,181). Sum of RGB (Red+Green+Blue) = 210+85+181=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D255B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D255B5 is #2DAA4A. Grayscale: #858585. Windows color (decimal): -2992715 or 11883986. OLE color: 11883986.
HSL color Cylindrical-coordinate representation of color #D255B5: hue angle of 313.92º 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 #D255B5 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 181 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.18 |
| HSL | 313.92º | 0.58% | 0.58% | - |
| HSV(B) | 313.92º | 0.6% | 0.82% | - |
| XYZ | 38.17 | 23.53 | 46.25 | - |
| YUV | 133.32 | 154.91 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 181 | 0 | 0.60 | 0.14 | 0.18 | 313.92 | 0.58 | 0.58 |
| Hex | D2 | 55 | B5 | 0 | 3C | E | 12 | 13A | 3A | 3A |
| Octal | 322 | 125 | 265 | 0 | 74 | 16 | 22 | 472 | 72 | 72 |
| Binary | 11010010 | 1010101 | 10110101 | 0 | 111100 | 1110 | 10010 | 100111010 | 111010 | 111010 |
Color Harmonies of #D255B5
Complementary color
Monochromatic Colors of #D255B5
Black with #D255B5
Text Example
Text Example
White with #D255B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D255B5; }
p { color: rgb(210,85,181); }
H1.HeaderClassName
{
color: #D255B5;
}
.AnyTagClassName
{
color: #D255B5;
}
</style>
background-color css
<style>
a { background-color: #D255B5; }
a { background-color: rgb(210,85,181); }
div.DivClassName
{
background-color: #D255B5;
}
.BgClassName
{
background-color: #D255B5;
}
</style>
border-color css
<style>
span { border-color: #D255B5; }
span { border-color: rgb(210,85,181); }
td.TdClassName
{
border-color: #D255B5;
}
.TagClassName
{
border-color: #D255B5;
}
</style>