Shades of Fuchsia #D25BBC
Tints of Fuchsia #D25BBC
RGB
CMYK
RGB Variations
Color information
#D25BBC (or 0xD25BBC) is known color: Fuchsia. HEX triplet: D2, 5B and BC. RGB value is (210,91,188). Sum of RGB (Red+Green+Blue) = 210+91+188=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 91 (35.94% from 255 or 18.61% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D25BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25BBC is #2DA443. Grayscale: #898989. Windows color (decimal): -2991172 or 12344274. OLE color: 12344274.
HSL color Cylindrical-coordinate representation of color #D25BBC: hue angle of 311.09º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25BBC is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 91 | 188 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.18 |
| HSL | 311.09º | 0.57% | 0.59% | - |
| HSV(B) | 311.09º | 0.57% | 0.82% | - |
| XYZ | 39.4 | 24.81 | 50.29 | - |
| YUV | 137.64 | 156.42 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 188 | 0 | 0.57 | 0.10 | 0.18 | 311.09 | 0.57 | 0.59 |
| Hex | D2 | 5B | BC | 0 | 39 | A | 12 | 137 | 39 | 3B |
| Octal | 322 | 133 | 274 | 0 | 71 | 12 | 22 | 467 | 71 | 73 |
| Binary | 11010010 | 1011011 | 10111100 | 0 | 111001 | 1010 | 10010 | 100110111 | 111001 | 111011 |
Color Harmonies of #D25BBC
Complementary color
Monochromatic Colors of #D25BBC
Black with #D25BBC
Text Example
Text Example
White with #D25BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25BBC; }
p { color: rgb(210,91,188); }
H1.HeaderClassName
{
color: #D25BBC;
}
.AnyTagClassName
{
color: #D25BBC;
}
</style>
background-color css
<style>
a { background-color: #D25BBC; }
a { background-color: rgb(210,91,188); }
div.DivClassName
{
background-color: #D25BBC;
}
.BgClassName
{
background-color: #D25BBC;
}
</style>
border-color css
<style>
span { border-color: #D25BBC; }
span { border-color: rgb(210,91,188); }
td.TdClassName
{
border-color: #D25BBC;
}
.TagClassName
{
border-color: #D25BBC;
}
</style>