Shades of Fuchsia #D255B2
Tints of Fuchsia #D255B2
RGB
CMYK
RGB Variations
Color information
#D255B2 (or 0xD255B2) is known color: Fuchsia. HEX triplet: D2, 55 and B2. RGB value is (210,85,178). Sum of RGB (Red+Green+Blue) = 210+85+178=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D255B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D255B2 is #2DAA4D. Grayscale: #848484. Windows color (decimal): -2992718 or 11687378. OLE color: 11687378.
HSL color Cylindrical-coordinate representation of color #D255B2: hue angle of 315.36º 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 #D255B2 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 178 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.18 |
| HSL | 315.36º | 0.58% | 0.58% | - |
| HSV(B) | 315.36º | 0.6% | 0.82% | - |
| XYZ | 37.86 | 23.41 | 44.64 | - |
| YUV | 132.98 | 153.41 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 178 | 0 | 0.60 | 0.15 | 0.18 | 315.36 | 0.58 | 0.58 |
| Hex | D2 | 55 | B2 | 0 | 3C | F | 12 | 13B | 3A | 3A |
| Octal | 322 | 125 | 262 | 0 | 74 | 17 | 22 | 473 | 72 | 72 |
| Binary | 11010010 | 1010101 | 10110010 | 0 | 111100 | 1111 | 10010 | 100111011 | 111010 | 111010 |
Color Harmonies of #D255B2
Complementary color
Monochromatic Colors of #D255B2
Black with #D255B2
Text Example
Text Example
White with #D255B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D255B2; }
p { color: rgb(210,85,178); }
H1.HeaderClassName
{
color: #D255B2;
}
.AnyTagClassName
{
color: #D255B2;
}
</style>
background-color css
<style>
a { background-color: #D255B2; }
a { background-color: rgb(210,85,178); }
div.DivClassName
{
background-color: #D255B2;
}
.BgClassName
{
background-color: #D255B2;
}
</style>
border-color css
<style>
span { border-color: #D255B2; }
span { border-color: rgb(210,85,178); }
td.TdClassName
{
border-color: #D255B2;
}
.TagClassName
{
border-color: #D255B2;
}
</style>