Shades of Fuchsia #D25BBB
Tints of Fuchsia #D25BBB
RGB
CMYK
RGB Variations
Color information
#D25BBB (or 0xD25BBB) is known color: Fuchsia. HEX triplet: D2, 5B and BB. RGB value is (210,91,187). Sum of RGB (Red+Green+Blue) = 210+91+187=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 91 (35.94% from 255 or 18.65% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D25BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25BBB is #2DA444. Grayscale: #898989. Windows color (decimal): -2991173 or 12278738. OLE color: 12278738.
HSL color Cylindrical-coordinate representation of color #D25BBB: hue angle of 311.6º 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 #D25BBB is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 91 | 187 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.18 |
| HSL | 311.6º | 0.57% | 0.59% | - |
| HSV(B) | 311.6º | 0.57% | 0.82% | - |
| XYZ | 39.29 | 24.77 | 49.72 | - |
| YUV | 137.53 | 155.92 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 187 | 0 | 0.57 | 0.11 | 0.18 | 311.6 | 0.57 | 0.59 |
| Hex | D2 | 5B | BB | 0 | 39 | B | 12 | 138 | 39 | 3B |
| Octal | 322 | 133 | 273 | 0 | 71 | 13 | 22 | 470 | 71 | 73 |
| Binary | 11010010 | 1011011 | 10111011 | 0 | 111001 | 1011 | 10010 | 100111000 | 111001 | 111011 |
Color Harmonies of #D25BBB
Complementary color
Monochromatic Colors of #D25BBB
Black with #D25BBB
Text Example
Text Example
White with #D25BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25BBB; }
p { color: rgb(210,91,187); }
H1.HeaderClassName
{
color: #D25BBB;
}
.AnyTagClassName
{
color: #D25BBB;
}
</style>
background-color css
<style>
a { background-color: #D25BBB; }
a { background-color: rgb(210,91,187); }
div.DivClassName
{
background-color: #D25BBB;
}
.BgClassName
{
background-color: #D25BBB;
}
</style>
border-color css
<style>
span { border-color: #D25BBB; }
span { border-color: rgb(210,91,187); }
td.TdClassName
{
border-color: #D25BBB;
}
.TagClassName
{
border-color: #D25BBB;
}
</style>