Shades of Fuchsia #D25BC3
Tints of Fuchsia #D25BC3
RGB
CMYK
RGB Variations
Color information
#D25BC3 (or 0xD25BC3) is known color: Fuchsia. HEX triplet: D2, 5B and C3. RGB value is (210,91,195). Sum of RGB (Red+Green+Blue) = 210+91+195=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 91 (35.94% from 255 or 18.35% from 496); Blue value is 195 (76.56% from 255 or 39.31% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D25BC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25BC3 is #2DA43C. Grayscale: #8A8A8A. Windows color (decimal): -2991165 or 12803026. OLE color: 12803026.
HSL color Cylindrical-coordinate representation of color #D25BC3: hue angle of 307.56º 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 #D25BC3 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 91 | 195 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.18 |
| HSL | 307.56º | 0.57% | 0.59% | - |
| HSV(B) | 307.56º | 0.57% | 0.82% | - |
| XYZ | 40.17 | 25.12 | 54.36 | - |
| YUV | 138.44 | 159.92 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 195 | 0 | 0.57 | 0.07 | 0.18 | 307.56 | 0.57 | 0.59 |
| Hex | D2 | 5B | C3 | 0 | 39 | 7 | 12 | 134 | 39 | 3B |
| Octal | 322 | 133 | 303 | 0 | 71 | 7 | 22 | 464 | 71 | 73 |
| Binary | 11010010 | 1011011 | 11000011 | 0 | 111001 | 111 | 10010 | 100110100 | 111001 | 111011 |
Color Harmonies of #D25BC3
Complementary color
Monochromatic Colors of #D25BC3
Black with #D25BC3
Text Example
Text Example
White with #D25BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25BC3; }
p { color: rgb(210,91,195); }
H1.HeaderClassName
{
color: #D25BC3;
}
.AnyTagClassName
{
color: #D25BC3;
}
</style>
background-color css
<style>
a { background-color: #D25BC3; }
a { background-color: rgb(210,91,195); }
div.DivClassName
{
background-color: #D25BC3;
}
.BgClassName
{
background-color: #D25BC3;
}
</style>
border-color css
<style>
span { border-color: #D25BC3; }
span { border-color: rgb(210,91,195); }
td.TdClassName
{
border-color: #D25BC3;
}
.TagClassName
{
border-color: #D25BC3;
}
</style>