Shades of Fuchsia #D25FC7
Tints of Fuchsia #D25FC7
RGB
CMYK
RGB Variations
Color information
#D25FC7 (or 0xD25FC7) is known color: Fuchsia. HEX triplet: D2, 5F and C7. RGB value is (210,95,199). Sum of RGB (Red+Green+Blue) = 210+95+199=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 199 (78.12% from 255 or 39.48% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D25FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25FC7 is #2DA038. Grayscale: #8C8C8C. Windows color (decimal): -2990137 or 13066194. OLE color: 13066194.
HSL color Cylindrical-coordinate representation of color #D25FC7: hue angle of 305.74º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D25FC7 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 199 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.18 |
| HSL | 305.74º | 0.56% | 0.6% | - |
| HSV(B) | 305.74º | 0.55% | 0.82% | - |
| XYZ | 40.98 | 26.01 | 56.89 | - |
| YUV | 141.24 | 160.6 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 199 | 0 | 0.55 | 0.05 | 0.18 | 305.74 | 0.56 | 0.6 |
| Hex | D2 | 5F | C7 | 0 | 37 | 5 | 12 | 132 | 38 | 3C |
| Octal | 322 | 137 | 307 | 0 | 67 | 5 | 22 | 462 | 70 | 74 |
| Binary | 11010010 | 1011111 | 11000111 | 0 | 110111 | 101 | 10010 | 100110010 | 111000 | 111100 |
Color Harmonies of #D25FC7
Complementary color
Monochromatic Colors of #D25FC7
Black with #D25FC7
Text Example
Text Example
White with #D25FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25FC7; }
p { color: rgb(210,95,199); }
H1.HeaderClassName
{
color: #D25FC7;
}
.AnyTagClassName
{
color: #D25FC7;
}
</style>
background-color css
<style>
a { background-color: #D25FC7; }
a { background-color: rgb(210,95,199); }
div.DivClassName
{
background-color: #D25FC7;
}
.BgClassName
{
background-color: #D25FC7;
}
</style>
border-color css
<style>
span { border-color: #D25FC7; }
span { border-color: rgb(210,95,199); }
td.TdClassName
{
border-color: #D25FC7;
}
.TagClassName
{
border-color: #D25FC7;
}
</style>