Shades of Fuchsia #D25BBF
Tints of Fuchsia #D25BBF
RGB
CMYK
RGB Variations
Color information
#D25BBF (or 0xD25BBF) is known color: Fuchsia. HEX triplet: D2, 5B and BF. RGB value is (210,91,191). Sum of RGB (Red+Green+Blue) = 210+91+191=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 91 (35.94% from 255 or 18.50% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D25BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25BBF is #2DA440. Grayscale: #898989. Windows color (decimal): -2991169 or 12540882. OLE color: 12540882.
HSL color Cylindrical-coordinate representation of color #D25BBF: hue angle of 309.58º 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 #D25BBF is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 91 | 191 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.18 |
| HSL | 309.58º | 0.57% | 0.59% | - |
| HSV(B) | 309.58º | 0.57% | 0.82% | - |
| XYZ | 39.72 | 24.95 | 52.01 | - |
| YUV | 137.98 | 157.92 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 191 | 0 | 0.57 | 0.09 | 0.18 | 309.58 | 0.57 | 0.59 |
| Hex | D2 | 5B | BF | 0 | 39 | 9 | 12 | 136 | 39 | 3B |
| Octal | 322 | 133 | 277 | 0 | 71 | 11 | 22 | 466 | 71 | 73 |
| Binary | 11010010 | 1011011 | 10111111 | 0 | 111001 | 1001 | 10010 | 100110110 | 111001 | 111011 |
Color Harmonies of #D25BBF
Complementary color
Monochromatic Colors of #D25BBF
Black with #D25BBF
Text Example
Text Example
White with #D25BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25BBF; }
p { color: rgb(210,91,191); }
H1.HeaderClassName
{
color: #D25BBF;
}
.AnyTagClassName
{
color: #D25BBF;
}
</style>
background-color css
<style>
a { background-color: #D25BBF; }
a { background-color: rgb(210,91,191); }
div.DivClassName
{
background-color: #D25BBF;
}
.BgClassName
{
background-color: #D25BBF;
}
</style>
border-color css
<style>
span { border-color: #D25BBF; }
span { border-color: rgb(210,91,191); }
td.TdClassName
{
border-color: #D25BBF;
}
.TagClassName
{
border-color: #D25BBF;
}
</style>