Shades of Fuchsia #D239B9
Tints of Fuchsia #D239B9
RGB
CMYK
RGB Variations
Color information
#D239B9 (or 0xD239B9) is known color: Fuchsia. HEX triplet: D2, 39 and B9. RGB value is (210,57,185). Sum of RGB (Red+Green+Blue) = 210+57+185=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 57 (22.66% from 255 or 12.61% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D239B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D239B9 is #2DC646. Grayscale: #747474. Windows color (decimal): -2999879 or 12138962. OLE color: 12138962.
HSL color Cylindrical-coordinate representation of color #D239B9: hue angle of 309.8º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D239B9 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 185 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.18 |
| HSL | 309.8º | 0.63% | 0.52% | - |
| HSV(B) | 309.8º | 0.73% | 0.82% | - |
| XYZ | 36.8 | 20.13 | 47.85 | - |
| YUV | 117.34 | 166.19 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 185 | 0 | 0.73 | 0.12 | 0.18 | 309.8 | 0.63 | 0.52 |
| Hex | D2 | 39 | B9 | 0 | 49 | C | 12 | 136 | 3F | 34 |
| Octal | 322 | 71 | 271 | 0 | 111 | 14 | 22 | 466 | 77 | 64 |
| Binary | 11010010 | 111001 | 10111001 | 0 | 1001001 | 1100 | 10010 | 100110110 | 111111 | 110100 |
Color Harmonies of #D239B9
Complementary color
Monochromatic Colors of #D239B9
Black with #D239B9
Text Example
Text Example
White with #D239B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D239B9; }
p { color: rgb(210,57,185); }
H1.HeaderClassName
{
color: #D239B9;
}
.AnyTagClassName
{
color: #D239B9;
}
</style>
background-color css
<style>
a { background-color: #D239B9; }
a { background-color: rgb(210,57,185); }
div.DivClassName
{
background-color: #D239B9;
}
.BgClassName
{
background-color: #D239B9;
}
</style>
border-color css
<style>
span { border-color: #D239B9; }
span { border-color: rgb(210,57,185); }
td.TdClassName
{
border-color: #D239B9;
}
.TagClassName
{
border-color: #D239B9;
}
</style>