Shades of Fuchsia #D25ABB
Tints of Fuchsia #D25ABB
RGB
CMYK
RGB Variations
Color information
#D25ABB (or 0xD25ABB) is known color: Fuchsia. HEX triplet: D2, 5A and BB. RGB value is (210,90,187). Sum of RGB (Red+Green+Blue) = 210+90+187=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 90 (35.55% from 255 or 18.48% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D25ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25ABB is #2DA544. Grayscale: #888888. Windows color (decimal): -2991429 or 12278482. OLE color: 12278482.
HSL color Cylindrical-coordinate representation of color #D25ABB: hue angle of 311.5º 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 #D25ABB is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 187 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.18 |
| HSL | 311.5º | 0.57% | 0.59% | - |
| HSV(B) | 311.5º | 0.57% | 0.82% | - |
| XYZ | 39.2 | 24.6 | 49.7 | - |
| YUV | 136.94 | 156.26 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 187 | 0 | 0.57 | 0.11 | 0.18 | 311.5 | 0.57 | 0.59 |
| Hex | D2 | 5A | BB | 0 | 39 | B | 12 | 138 | 39 | 3B |
| Octal | 322 | 132 | 273 | 0 | 71 | 13 | 22 | 470 | 71 | 73 |
| Binary | 11010010 | 1011010 | 10111011 | 0 | 111001 | 1011 | 10010 | 100111000 | 111001 | 111011 |
Color Harmonies of #D25ABB
Complementary color
Monochromatic Colors of #D25ABB
Black with #D25ABB
Text Example
Text Example
White with #D25ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25ABB; }
p { color: rgb(210,90,187); }
H1.HeaderClassName
{
color: #D25ABB;
}
.AnyTagClassName
{
color: #D25ABB;
}
</style>
background-color css
<style>
a { background-color: #D25ABB; }
a { background-color: rgb(210,90,187); }
div.DivClassName
{
background-color: #D25ABB;
}
.BgClassName
{
background-color: #D25ABB;
}
</style>
border-color css
<style>
span { border-color: #D25ABB; }
span { border-color: rgb(210,90,187); }
td.TdClassName
{
border-color: #D25ABB;
}
.TagClassName
{
border-color: #D25ABB;
}
</style>