Shades of Fuchsia #D255BC
Tints of Fuchsia #D255BC
RGB
CMYK
RGB Variations
Color information
#D255BC (or 0xD255BC) is known color: Fuchsia. HEX triplet: D2, 55 and BC. RGB value is (210,85,188). Sum of RGB (Red+Green+Blue) = 210+85+188=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D255BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D255BC is #2DAA43. Grayscale: #858585. Windows color (decimal): -2992708 or 12342738. OLE color: 12342738.
HSL color Cylindrical-coordinate representation of color #D255BC: hue angle of 310.56º 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 #D255BC is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 188 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.18 |
| HSL | 310.56º | 0.58% | 0.58% | - |
| HSV(B) | 310.56º | 0.6% | 0.82% | - |
| XYZ | 38.9 | 23.83 | 50.13 | - |
| YUV | 134.12 | 158.41 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 188 | 0 | 0.60 | 0.10 | 0.18 | 310.56 | 0.58 | 0.58 |
| Hex | D2 | 55 | BC | 0 | 3C | A | 12 | 137 | 3A | 3A |
| Octal | 322 | 125 | 274 | 0 | 74 | 12 | 22 | 467 | 72 | 72 |
| Binary | 11010010 | 1010101 | 10111100 | 0 | 111100 | 1010 | 10010 | 100110111 | 111010 | 111010 |
Color Harmonies of #D255BC
Complementary color
Monochromatic Colors of #D255BC
Black with #D255BC
Text Example
Text Example
White with #D255BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D255BC; }
p { color: rgb(210,85,188); }
H1.HeaderClassName
{
color: #D255BC;
}
.AnyTagClassName
{
color: #D255BC;
}
</style>
background-color css
<style>
a { background-color: #D255BC; }
a { background-color: rgb(210,85,188); }
div.DivClassName
{
background-color: #D255BC;
}
.BgClassName
{
background-color: #D255BC;
}
</style>
border-color css
<style>
span { border-color: #D255BC; }
span { border-color: rgb(210,85,188); }
td.TdClassName
{
border-color: #D255BC;
}
.TagClassName
{
border-color: #D255BC;
}
</style>