Shades of Fuchsia #D25BB9
Tints of Fuchsia #D25BB9
RGB
CMYK
RGB Variations
Color information
#D25BB9 (or 0xD25BB9) is known color: Fuchsia. HEX triplet: D2, 5B and B9. RGB value is (210,91,185). Sum of RGB (Red+Green+Blue) = 210+91+185=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 91 (35.94% from 255 or 18.72% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D25BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25BB9 is #2DA446. Grayscale: #898989. Windows color (decimal): -2991175 or 12147666. OLE color: 12147666.
HSL color Cylindrical-coordinate representation of color #D25BB9: hue angle of 312.61º 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 #D25BB9 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 91 | 185 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.18 |
| HSL | 312.61º | 0.57% | 0.59% | - |
| HSV(B) | 312.61º | 0.57% | 0.82% | - |
| XYZ | 39.08 | 24.69 | 48.6 | - |
| YUV | 137.3 | 154.92 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 185 | 0 | 0.57 | 0.12 | 0.18 | 312.61 | 0.57 | 0.59 |
| Hex | D2 | 5B | B9 | 0 | 39 | C | 12 | 139 | 39 | 3B |
| Octal | 322 | 133 | 271 | 0 | 71 | 14 | 22 | 471 | 71 | 73 |
| Binary | 11010010 | 1011011 | 10111001 | 0 | 111001 | 1100 | 10010 | 100111001 | 111001 | 111011 |
Color Harmonies of #D25BB9
Complementary color
Monochromatic Colors of #D25BB9
Black with #D25BB9
Text Example
Text Example
White with #D25BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25BB9; }
p { color: rgb(210,91,185); }
H1.HeaderClassName
{
color: #D25BB9;
}
.AnyTagClassName
{
color: #D25BB9;
}
</style>
background-color css
<style>
a { background-color: #D25BB9; }
a { background-color: rgb(210,91,185); }
div.DivClassName
{
background-color: #D25BB9;
}
.BgClassName
{
background-color: #D25BB9;
}
</style>
border-color css
<style>
span { border-color: #D25BB9; }
span { border-color: rgb(210,91,185); }
td.TdClassName
{
border-color: #D25BB9;
}
.TagClassName
{
border-color: #D25BB9;
}
</style>