Shades of Fuchsia #D25DB8
Tints of Fuchsia #D25DB8
RGB
CMYK
RGB Variations
Color information
#D25DB8 (or 0xD25DB8) is known color: Fuchsia. HEX triplet: D2, 5D and B8. RGB value is (210,93,184). Sum of RGB (Red+Green+Blue) = 210+93+184=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 184 (72.27% from 255 or 37.78% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D25DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25DB8 is #2DA247. Grayscale: #8A8A8A. Windows color (decimal): -2990664 or 12082642. OLE color: 12082642.
HSL color Cylindrical-coordinate representation of color #D25DB8: hue angle of 313.33º 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 #D25DB8 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 184 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.18 |
| HSL | 313.33º | 0.57% | 0.59% | - |
| HSV(B) | 313.33º | 0.56% | 0.82% | - |
| XYZ | 39.14 | 24.99 | 48.11 | - |
| YUV | 138.36 | 153.76 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 184 | 0 | 0.56 | 0.12 | 0.18 | 313.33 | 0.57 | 0.59 |
| Hex | D2 | 5D | B8 | 0 | 38 | C | 12 | 139 | 39 | 3B |
| Octal | 322 | 135 | 270 | 0 | 70 | 14 | 22 | 471 | 71 | 73 |
| Binary | 11010010 | 1011101 | 10111000 | 0 | 111000 | 1100 | 10010 | 100111001 | 111001 | 111011 |
Color Harmonies of #D25DB8
Complementary color
Monochromatic Colors of #D25DB8
Black with #D25DB8
Text Example
Text Example
White with #D25DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25DB8; }
p { color: rgb(210,93,184); }
H1.HeaderClassName
{
color: #D25DB8;
}
.AnyTagClassName
{
color: #D25DB8;
}
</style>
background-color css
<style>
a { background-color: #D25DB8; }
a { background-color: rgb(210,93,184); }
div.DivClassName
{
background-color: #D25DB8;
}
.BgClassName
{
background-color: #D25DB8;
}
</style>
border-color css
<style>
span { border-color: #D25DB8; }
span { border-color: rgb(210,93,184); }
td.TdClassName
{
border-color: #D25DB8;
}
.TagClassName
{
border-color: #D25DB8;
}
</style>