Shades of Fuchsia #D25FB7
Tints of Fuchsia #D25FB7
RGB
CMYK
RGB Variations
Color information
#D25FB7 (or 0xD25FB7) is known color: Fuchsia. HEX triplet: D2, 5F and B7. RGB value is (210,95,183). Sum of RGB (Red+Green+Blue) = 210+95+183=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 95 (37.5% from 255 or 19.47% from 488); Blue value is 183 (71.88% from 255 or 37.5% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D25FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25FB7 is #2DA048. Grayscale: #8B8B8B. Windows color (decimal): -2990153 or 12017618. OLE color: 12017618.
HSL color Cylindrical-coordinate representation of color #D25FB7: hue angle of 314.09º 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 #D25FB7 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 183 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.18 |
| HSL | 314.09º | 0.56% | 0.6% | - |
| HSV(B) | 314.09º | 0.55% | 0.82% | - |
| XYZ | 39.22 | 25.3 | 47.62 | - |
| YUV | 139.42 | 152.6 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 183 | 0 | 0.55 | 0.13 | 0.18 | 314.09 | 0.56 | 0.6 |
| Hex | D2 | 5F | B7 | 0 | 37 | D | 12 | 13A | 38 | 3C |
| Octal | 322 | 137 | 267 | 0 | 67 | 15 | 22 | 472 | 70 | 74 |
| Binary | 11010010 | 1011111 | 10110111 | 0 | 110111 | 1101 | 10010 | 100111010 | 111000 | 111100 |
Color Harmonies of #D25FB7
Complementary color
Monochromatic Colors of #D25FB7
Black with #D25FB7
Text Example
Text Example
White with #D25FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25FB7; }
p { color: rgb(210,95,183); }
H1.HeaderClassName
{
color: #D25FB7;
}
.AnyTagClassName
{
color: #D25FB7;
}
</style>
background-color css
<style>
a { background-color: #D25FB7; }
a { background-color: rgb(210,95,183); }
div.DivClassName
{
background-color: #D25FB7;
}
.BgClassName
{
background-color: #D25FB7;
}
</style>
border-color css
<style>
span { border-color: #D25FB7; }
span { border-color: rgb(210,95,183); }
td.TdClassName
{
border-color: #D25FB7;
}
.TagClassName
{
border-color: #D25FB7;
}
</style>