Shades of Fuchsia #D25CC0
Tints of Fuchsia #D25CC0
RGB
CMYK
RGB Variations
Color information
#D25CC0 (or 0xD25CC0) is known color: Fuchsia. HEX triplet: D2, 5C and C0. RGB value is (210,92,192). Sum of RGB (Red+Green+Blue) = 210+92+192=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 92 (36.33% from 255 or 18.62% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D25CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25CC0 is #2DA33F. Grayscale: #8A8A8A. Windows color (decimal): -2990912 or 12606674. OLE color: 12606674.
HSL color Cylindrical-coordinate representation of color #D25CC0: hue angle of 309.15º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D25CC0 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 192 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.18 |
| HSL | 309.15º | 0.57% | 0.59% | - |
| HSV(B) | 309.15º | 0.56% | 0.82% | - |
| XYZ | 39.92 | 25.16 | 52.62 | - |
| YUV | 138.68 | 158.09 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 192 | 0 | 0.56 | 0.09 | 0.18 | 309.15 | 0.57 | 0.59 |
| Hex | D2 | 5C | C0 | 0 | 38 | 9 | 12 | 135 | 39 | 3B |
| Octal | 322 | 134 | 300 | 0 | 70 | 11 | 22 | 465 | 71 | 73 |
| Binary | 11010010 | 1011100 | 11000000 | 0 | 111000 | 1001 | 10010 | 100110101 | 111001 | 111011 |
Color Harmonies of #D25CC0
Complementary color
Monochromatic Colors of #D25CC0
Black with #D25CC0
Text Example
Text Example
White with #D25CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25CC0; }
p { color: rgb(210,92,192); }
H1.HeaderClassName
{
color: #D25CC0;
}
.AnyTagClassName
{
color: #D25CC0;
}
</style>
background-color css
<style>
a { background-color: #D25CC0; }
a { background-color: rgb(210,92,192); }
div.DivClassName
{
background-color: #D25CC0;
}
.BgClassName
{
background-color: #D25CC0;
}
</style>
border-color css
<style>
span { border-color: #D25CC0; }
span { border-color: rgb(210,92,192); }
td.TdClassName
{
border-color: #D25CC0;
}
.TagClassName
{
border-color: #D25CC0;
}
</style>