Shades of Fuchsia #D25DB9
Tints of Fuchsia #D25DB9
RGB
CMYK
RGB Variations
Color information
#D25DB9 (or 0xD25DB9) is known color: Fuchsia. HEX triplet: D2, 5D and B9. RGB value is (210,93,185). Sum of RGB (Red+Green+Blue) = 210+93+185=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D25DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25DB9 is #2DA246. Grayscale: #8A8A8A. Windows color (decimal): -2990663 or 12148178. OLE color: 12148178.
HSL color Cylindrical-coordinate representation of color #D25DB9: hue angle of 312.82º 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 #D25DB9 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
RGB | 210 | 93 | 185 | - |
CMYK | 0 | 0.56 | 0.12 | 0.18 |
HSL | 312.82º | 0.57% | 0.59% | - |
HSV(B) | 312.82º | 0.56% | 0.82% | - |
XYZ | 39.25 | 25.03 | 48.66 | - |
YUV | 138.47 | 154.26 | 179.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 93 | 185 | 0 | 0.56 | 0.12 | 0.18 | 312.82 | 0.57 | 0.59 |
Hex | D2 | 5D | B9 | 0 | 38 | C | 12 | 139 | 39 | 3B |
Octal | 322 | 135 | 271 | 0 | 70 | 14 | 22 | 471 | 71 | 73 |
Binary | 11010010 | 1011101 | 10111001 | 0 | 111000 | 1100 | 10010 | 100111001 | 111001 | 111011 |
Color Harmonies of #D25DB9
Complementary color
Monochromatic Colors of #D25DB9
Black with #D25DB9
Text Example
Text Example
White with #D25DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25DB9; }
p { color: rgb(210,93,185); }
H1.HeaderClassName
{
color: #D25DB9;
}
.AnyTagClassName
{
color: #D25DB9;
}
</style>
background-color css
<style>
a { background-color: #D25DB9; }
a { background-color: rgb(210,93,185); }
div.DivClassName
{
background-color: #D25DB9;
}
.BgClassName
{
background-color: #D25DB9;
}
</style>
border-color css
<style>
span { border-color: #D25DB9; }
span { border-color: rgb(210,93,185); }
td.TdClassName
{
border-color: #D25DB9;
}
.TagClassName
{
border-color: #D25DB9;
}
</style>