Shades of Fuchsia #D25DBF
Tints of Fuchsia #D25DBF
RGB
CMYK
RGB Variations
Color information
#D25DBF (or 0xD25DBF) is known color: Fuchsia. HEX triplet: D2, 5D and BF. RGB value is (210,93,191). Sum of RGB (Red+Green+Blue) = 210+93+191=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D25DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25DBF is #2DA240. Grayscale: #8A8A8A. Windows color (decimal): -2990657 or 12541394. OLE color: 12541394.
HSL color Cylindrical-coordinate representation of color #D25DBF: hue angle of 309.74º 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 #D25DBF is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 191 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.18 |
| HSL | 309.74º | 0.57% | 0.59% | - |
| HSV(B) | 309.74º | 0.56% | 0.82% | - |
| XYZ | 39.9 | 25.29 | 52.07 | - |
| YUV | 139.16 | 157.26 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 191 | 0 | 0.56 | 0.09 | 0.18 | 309.74 | 0.57 | 0.59 |
| Hex | D2 | 5D | BF | 0 | 38 | 9 | 12 | 136 | 39 | 3B |
| Octal | 322 | 135 | 277 | 0 | 70 | 11 | 22 | 466 | 71 | 73 |
| Binary | 11010010 | 1011101 | 10111111 | 0 | 111000 | 1001 | 10010 | 100110110 | 111001 | 111011 |
Color Harmonies of #D25DBF
Complementary color
Monochromatic Colors of #D25DBF
Black with #D25DBF
Text Example
Text Example
White with #D25DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25DBF; }
p { color: rgb(210,93,191); }
H1.HeaderClassName
{
color: #D25DBF;
}
.AnyTagClassName
{
color: #D25DBF;
}
</style>
background-color css
<style>
a { background-color: #D25DBF; }
a { background-color: rgb(210,93,191); }
div.DivClassName
{
background-color: #D25DBF;
}
.BgClassName
{
background-color: #D25DBF;
}
</style>
border-color css
<style>
span { border-color: #D25DBF; }
span { border-color: rgb(210,93,191); }
td.TdClassName
{
border-color: #D25DBF;
}
.TagClassName
{
border-color: #D25DBF;
}
</style>