Shades of Fuchsia #D25FB3
Tints of Fuchsia #D25FB3
RGB
CMYK
RGB Variations
Color information
#D25FB3 (or 0xD25FB3) is known color: Fuchsia. HEX triplet: D2, 5F and B3. RGB value is (210,95,179). Sum of RGB (Red+Green+Blue) = 210+95+179=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 95 (37.5% from 255 or 19.63% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D25FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25FB3 is #2DA04C. Grayscale: #8A8A8A. Windows color (decimal): -2990157 or 11755474. OLE color: 11755474.
HSL color Cylindrical-coordinate representation of color #D25FB3: hue angle of 316.17º 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 #D25FB3 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 179 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.18 |
| HSL | 316.17º | 0.56% | 0.6% | - |
| HSV(B) | 316.17º | 0.55% | 0.82% | - |
| XYZ | 38.81 | 25.14 | 45.46 | - |
| YUV | 138.96 | 150.6 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 179 | 0 | 0.55 | 0.15 | 0.18 | 316.17 | 0.56 | 0.6 |
| Hex | D2 | 5F | B3 | 0 | 37 | F | 12 | 13C | 38 | 3C |
| Octal | 322 | 137 | 263 | 0 | 67 | 17 | 22 | 474 | 70 | 74 |
| Binary | 11010010 | 1011111 | 10110011 | 0 | 110111 | 1111 | 10010 | 100111100 | 111000 | 111100 |
Color Harmonies of #D25FB3
Complementary color
Monochromatic Colors of #D25FB3
Black with #D25FB3
Text Example
Text Example
White with #D25FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25FB3; }
p { color: rgb(210,95,179); }
H1.HeaderClassName
{
color: #D25FB3;
}
.AnyTagClassName
{
color: #D25FB3;
}
</style>
background-color css
<style>
a { background-color: #D25FB3; }
a { background-color: rgb(210,95,179); }
div.DivClassName
{
background-color: #D25FB3;
}
.BgClassName
{
background-color: #D25FB3;
}
</style>
border-color css
<style>
span { border-color: #D25FB3; }
span { border-color: rgb(210,95,179); }
td.TdClassName
{
border-color: #D25FB3;
}
.TagClassName
{
border-color: #D25FB3;
}
</style>