Shades of Fuchsia #D25CC1
Tints of Fuchsia #D25CC1
RGB
CMYK
RGB Variations
Color information
#D25CC1 (or 0xD25CC1) is known color: Fuchsia. HEX triplet: D2, 5C and C1. RGB value is (210,92,193). Sum of RGB (Red+Green+Blue) = 210+92+193=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D25CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25CC1 is #2DA33E. Grayscale: #8A8A8A. Windows color (decimal): -2990911 or 12672210. OLE color: 12672210.
HSL color Cylindrical-coordinate representation of color #D25CC1: hue angle of 308.64º 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 #D25CC1 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 193 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.18 |
| HSL | 308.64º | 0.57% | 0.59% | - |
| HSV(B) | 308.64º | 0.56% | 0.82% | - |
| XYZ | 40.03 | 25.21 | 53.21 | - |
| YUV | 138.8 | 158.59 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 193 | 0 | 0.56 | 0.08 | 0.18 | 308.64 | 0.57 | 0.59 |
| Hex | D2 | 5C | C1 | 0 | 38 | 8 | 12 | 135 | 39 | 3B |
| Octal | 322 | 134 | 301 | 0 | 70 | 10 | 22 | 465 | 71 | 73 |
| Binary | 11010010 | 1011100 | 11000001 | 0 | 111000 | 1000 | 10010 | 100110101 | 111001 | 111011 |
Color Harmonies of #D25CC1
Complementary color
Monochromatic Colors of #D25CC1
Black with #D25CC1
Text Example
Text Example
White with #D25CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25CC1; }
p { color: rgb(210,92,193); }
H1.HeaderClassName
{
color: #D25CC1;
}
.AnyTagClassName
{
color: #D25CC1;
}
</style>
background-color css
<style>
a { background-color: #D25CC1; }
a { background-color: rgb(210,92,193); }
div.DivClassName
{
background-color: #D25CC1;
}
.BgClassName
{
background-color: #D25CC1;
}
</style>
border-color css
<style>
span { border-color: #D25CC1; }
span { border-color: rgb(210,92,193); }
td.TdClassName
{
border-color: #D25CC1;
}
.TagClassName
{
border-color: #D25CC1;
}
</style>