Shades of Fuchsia #D25DBA
Tints of Fuchsia #D25DBA
RGB
CMYK
RGB Variations
Color information
#D25DBA (or 0xD25DBA) is known color: Fuchsia. HEX triplet: D2, 5D and BA. RGB value is (210,93,186). Sum of RGB (Red+Green+Blue) = 210+93+186=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D25DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25DBA is #2DA245. Grayscale: #8A8A8A. Windows color (decimal): -2990662 or 12213714. OLE color: 12213714.
HSL color Cylindrical-coordinate representation of color #D25DBA: hue angle of 312.31º 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 #D25DBA is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 186 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.18 |
| HSL | 312.31º | 0.57% | 0.59% | - |
| HSV(B) | 312.31º | 0.56% | 0.82% | - |
| XYZ | 39.36 | 25.08 | 49.22 | - |
| YUV | 138.59 | 154.76 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 186 | 0 | 0.56 | 0.11 | 0.18 | 312.31 | 0.57 | 0.59 |
| Hex | D2 | 5D | BA | 0 | 38 | B | 12 | 138 | 39 | 3B |
| Octal | 322 | 135 | 272 | 0 | 70 | 13 | 22 | 470 | 71 | 73 |
| Binary | 11010010 | 1011101 | 10111010 | 0 | 111000 | 1011 | 10010 | 100111000 | 111001 | 111011 |
Color Harmonies of #D25DBA
Complementary color
Monochromatic Colors of #D25DBA
Black with #D25DBA
Text Example
Text Example
White with #D25DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25DBA; }
p { color: rgb(210,93,186); }
H1.HeaderClassName
{
color: #D25DBA;
}
.AnyTagClassName
{
color: #D25DBA;
}
</style>
background-color css
<style>
a { background-color: #D25DBA; }
a { background-color: rgb(210,93,186); }
div.DivClassName
{
background-color: #D25DBA;
}
.BgClassName
{
background-color: #D25DBA;
}
</style>
border-color css
<style>
span { border-color: #D25DBA; }
span { border-color: rgb(210,93,186); }
td.TdClassName
{
border-color: #D25DBA;
}
.TagClassName
{
border-color: #D25DBA;
}
</style>