Shades of Fuchsia #D25DC1
Tints of Fuchsia #D25DC1
RGB
CMYK
RGB Variations
Color information
#D25DC1 (or 0xD25DC1) is known color: Fuchsia. HEX triplet: D2, 5D and C1. RGB value is (210,93,193). Sum of RGB (Red+Green+Blue) = 210+93+193=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 93 (36.72% from 255 or 18.75% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D25DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25DC1 is #2DA23E. Grayscale: #8B8B8B. Windows color (decimal): -2990655 or 12672466. OLE color: 12672466.
HSL color Cylindrical-coordinate representation of color #D25DC1: hue angle of 308.72º 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 #D25DC1 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 193 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.18 |
| HSL | 308.72º | 0.57% | 0.59% | - |
| HSV(B) | 308.72º | 0.56% | 0.82% | - |
| XYZ | 40.12 | 25.38 | 53.24 | - |
| YUV | 139.38 | 158.26 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 193 | 0 | 0.56 | 0.08 | 0.18 | 308.72 | 0.57 | 0.59 |
| Hex | D2 | 5D | C1 | 0 | 38 | 8 | 12 | 135 | 39 | 3B |
| Octal | 322 | 135 | 301 | 0 | 70 | 10 | 22 | 465 | 71 | 73 |
| Binary | 11010010 | 1011101 | 11000001 | 0 | 111000 | 1000 | 10010 | 100110101 | 111001 | 111011 |
Color Harmonies of #D25DC1
Complementary color
Monochromatic Colors of #D25DC1
Black with #D25DC1
Text Example
Text Example
White with #D25DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25DC1; }
p { color: rgb(210,93,193); }
H1.HeaderClassName
{
color: #D25DC1;
}
.AnyTagClassName
{
color: #D25DC1;
}
</style>
background-color css
<style>
a { background-color: #D25DC1; }
a { background-color: rgb(210,93,193); }
div.DivClassName
{
background-color: #D25DC1;
}
.BgClassName
{
background-color: #D25DC1;
}
</style>
border-color css
<style>
span { border-color: #D25DC1; }
span { border-color: rgb(210,93,193); }
td.TdClassName
{
border-color: #D25DC1;
}
.TagClassName
{
border-color: #D25DC1;
}
</style>