Shades of Fuchsia #D25DB5
Tints of Fuchsia #D25DB5
RGB
CMYK
RGB Variations
Color information
#D25DB5 (or 0xD25DB5) is known color: Fuchsia. HEX triplet: D2, 5D and B5. RGB value is (210,93,181). Sum of RGB (Red+Green+Blue) = 210+93+181=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D25DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25DB5 is #2DA24A. Grayscale: #898989. Windows color (decimal): -2990667 or 11886034. OLE color: 11886034.
HSL color Cylindrical-coordinate representation of color #D25DB5: hue angle of 314.87º 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 #D25DB5 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 181 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.18 |
| HSL | 314.87º | 0.57% | 0.59% | - |
| HSV(B) | 314.87º | 0.56% | 0.82% | - |
| XYZ | 38.83 | 24.87 | 46.47 | - |
| YUV | 138.02 | 152.26 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 181 | 0 | 0.56 | 0.14 | 0.18 | 314.87 | 0.57 | 0.59 |
| Hex | D2 | 5D | B5 | 0 | 38 | E | 12 | 13B | 39 | 3B |
| Octal | 322 | 135 | 265 | 0 | 70 | 16 | 22 | 473 | 71 | 73 |
| Binary | 11010010 | 1011101 | 10110101 | 0 | 111000 | 1110 | 10010 | 100111011 | 111001 | 111011 |
Color Harmonies of #D25DB5
Complementary color
Monochromatic Colors of #D25DB5
Black with #D25DB5
Text Example
Text Example
White with #D25DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25DB5; }
p { color: rgb(210,93,181); }
H1.HeaderClassName
{
color: #D25DB5;
}
.AnyTagClassName
{
color: #D25DB5;
}
</style>
background-color css
<style>
a { background-color: #D25DB5; }
a { background-color: rgb(210,93,181); }
div.DivClassName
{
background-color: #D25DB5;
}
.BgClassName
{
background-color: #D25DB5;
}
</style>
border-color css
<style>
span { border-color: #D25DB5; }
span { border-color: rgb(210,93,181); }
td.TdClassName
{
border-color: #D25DB5;
}
.TagClassName
{
border-color: #D25DB5;
}
</style>