Shades of Fuchsia #D25FC9
Tints of Fuchsia #D25FC9
RGB
CMYK
RGB Variations
Color information
#D25FC9 (or 0xD25FC9) is known color: Fuchsia. HEX triplet: D2, 5F and C9. RGB value is (210,95,201). Sum of RGB (Red+Green+Blue) = 210+95+201=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 95 (37.5% from 255 or 18.77% from 506); Blue value is 201 (78.91% from 255 or 39.72% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D25FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25FC9 is #2DA036. Grayscale: #8D8D8D. Windows color (decimal): -2990135 or 13197266. OLE color: 13197266.
HSL color Cylindrical-coordinate representation of color #D25FC9: hue angle of 304.7º 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 #D25FC9 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 201 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.18 |
| HSL | 304.7º | 0.56% | 0.6% | - |
| HSV(B) | 304.7º | 0.55% | 0.82% | - |
| XYZ | 41.21 | 26.1 | 58.12 | - |
| YUV | 141.47 | 161.6 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 201 | 0 | 0.55 | 0.04 | 0.18 | 304.7 | 0.56 | 0.6 |
| Hex | D2 | 5F | C9 | 0 | 37 | 4 | 12 | 131 | 38 | 3C |
| Octal | 322 | 137 | 311 | 0 | 67 | 4 | 22 | 461 | 70 | 74 |
| Binary | 11010010 | 1011111 | 11001001 | 0 | 110111 | 100 | 10010 | 100110001 | 111000 | 111100 |
Color Harmonies of #D25FC9
Complementary color
Monochromatic Colors of #D25FC9
Black with #D25FC9
Text Example
Text Example
White with #D25FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25FC9; }
p { color: rgb(210,95,201); }
H1.HeaderClassName
{
color: #D25FC9;
}
.AnyTagClassName
{
color: #D25FC9;
}
</style>
background-color css
<style>
a { background-color: #D25FC9; }
a { background-color: rgb(210,95,201); }
div.DivClassName
{
background-color: #D25FC9;
}
.BgClassName
{
background-color: #D25FC9;
}
</style>
border-color css
<style>
span { border-color: #D25FC9; }
span { border-color: rgb(210,95,201); }
td.TdClassName
{
border-color: #D25FC9;
}
.TagClassName
{
border-color: #D25FC9;
}
</style>