Shades of Fuchsia #D25BC7
Tints of Fuchsia #D25BC7
RGB
CMYK
RGB Variations
Color information
#D25BC7 (or 0xD25BC7) is known color: Fuchsia. HEX triplet: D2, 5B and C7. RGB value is (210,91,199). Sum of RGB (Red+Green+Blue) = 210+91+199=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 91 (35.94% from 255 or 18.2% from 500); Blue value is 199 (78.12% from 255 or 39.8% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D25BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25BC7 is #2DA438. Grayscale: #8A8A8A. Windows color (decimal): -2991161 or 13065170. OLE color: 13065170.
HSL color Cylindrical-coordinate representation of color #D25BC7: hue angle of 305.55º 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 #D25BC7 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 91 | 199 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.18 |
| HSL | 305.55º | 0.57% | 0.59% | - |
| HSV(B) | 305.55º | 0.57% | 0.82% | - |
| XYZ | 40.63 | 25.31 | 56.78 | - |
| YUV | 138.89 | 161.92 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 199 | 0 | 0.57 | 0.05 | 0.18 | 305.55 | 0.57 | 0.59 |
| Hex | D2 | 5B | C7 | 0 | 39 | 5 | 12 | 132 | 39 | 3B |
| Octal | 322 | 133 | 307 | 0 | 71 | 5 | 22 | 462 | 71 | 73 |
| Binary | 11010010 | 1011011 | 11000111 | 0 | 111001 | 101 | 10010 | 100110010 | 111001 | 111011 |
Color Harmonies of #D25BC7
Complementary color
Monochromatic Colors of #D25BC7
Black with #D25BC7
Text Example
Text Example
White with #D25BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25BC7; }
p { color: rgb(210,91,199); }
H1.HeaderClassName
{
color: #D25BC7;
}
.AnyTagClassName
{
color: #D25BC7;
}
</style>
background-color css
<style>
a { background-color: #D25BC7; }
a { background-color: rgb(210,91,199); }
div.DivClassName
{
background-color: #D25BC7;
}
.BgClassName
{
background-color: #D25BC7;
}
</style>
border-color css
<style>
span { border-color: #D25BC7; }
span { border-color: rgb(210,91,199); }
td.TdClassName
{
border-color: #D25BC7;
}
.TagClassName
{
border-color: #D25BC7;
}
</style>