Shades of Fuchsia #D255BE
Tints of Fuchsia #D255BE
RGB
CMYK
RGB Variations
Color information
#D255BE (or 0xD255BE) is known color: Fuchsia. HEX triplet: D2, 55 and BE. RGB value is (210,85,190). Sum of RGB (Red+Green+Blue) = 210+85+190=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D255BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D255BE is #2DAA41. Grayscale: #868686. Windows color (decimal): -2992706 or 12473810. OLE color: 12473810.
HSL color Cylindrical-coordinate representation of color #D255BE: hue angle of 309.6º 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 #D255BE is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 190 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.18 |
| HSL | 309.6º | 0.58% | 0.58% | - |
| HSV(B) | 309.6º | 0.6% | 0.82% | - |
| XYZ | 39.12 | 23.92 | 51.27 | - |
| YUV | 134.35 | 159.41 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 190 | 0 | 0.60 | 0.10 | 0.18 | 309.6 | 0.58 | 0.58 |
| Hex | D2 | 55 | BE | 0 | 3C | A | 12 | 136 | 3A | 3A |
| Octal | 322 | 125 | 276 | 0 | 74 | 12 | 22 | 466 | 72 | 72 |
| Binary | 11010010 | 1010101 | 10111110 | 0 | 111100 | 1010 | 10010 | 100110110 | 111010 | 111010 |
Color Harmonies of #D255BE
Complementary color
Monochromatic Colors of #D255BE
Black with #D255BE
Text Example
Text Example
White with #D255BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D255BE; }
p { color: rgb(210,85,190); }
H1.HeaderClassName
{
color: #D255BE;
}
.AnyTagClassName
{
color: #D255BE;
}
</style>
background-color css
<style>
a { background-color: #D255BE; }
a { background-color: rgb(210,85,190); }
div.DivClassName
{
background-color: #D255BE;
}
.BgClassName
{
background-color: #D255BE;
}
</style>
border-color css
<style>
span { border-color: #D255BE; }
span { border-color: rgb(210,85,190); }
td.TdClassName
{
border-color: #D255BE;
}
.TagClassName
{
border-color: #D255BE;
}
</style>