Shades of Fuchsia #D239D6
Tints of Fuchsia #D239D6
RGB
CMYK
RGB Variations
Color information
#D239D6 (or 0xD239D6) is known color: Fuchsia. HEX triplet: D2, 39 and D6. RGB value is (210,57,214). Sum of RGB (Red+Green+Blue) = 210+57+214=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 57 (22.66% from 255 or 11.85% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 214 - color contains mainly: blue. Hex color #D239D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D239D6 is #2DC629. Grayscale: #787878. Windows color (decimal): -2999850 or 14039506. OLE color: 14039506.
HSL color Cylindrical-coordinate representation of color #D239D6: hue angle of 298.47º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D239D6 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 57 | 214 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.16 |
| HSL | 298.47º | 0.66% | 0.53% | - |
| HSV(B) | 298.47º | 0.73% | 0.84% | - |
| XYZ | 40.18 | 21.48 | 65.65 | - |
| YUV | 120.65 | 180.69 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 214 | 0.02 | 0.73 | 0 | 0.16 | 298.47 | 0.66 | 0.53 |
| Hex | D2 | 39 | D6 | 2 | 49 | 0 | 10 | 12A | 42 | 35 |
| Octal | 322 | 71 | 326 | 2 | 111 | 0 | 20 | 452 | 102 | 65 |
| Binary | 11010010 | 111001 | 11010110 | 10 | 1001001 | 0 | 10000 | 100101010 | 1000010 | 110101 |
Color Harmonies of #D239D6
Complementary color
Monochromatic Colors of #D239D6
Black with #D239D6
Text Example
Text Example
White with #D239D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D239D6; }
p { color: rgb(210,57,214); }
H1.HeaderClassName
{
color: #D239D6;
}
.AnyTagClassName
{
color: #D239D6;
}
</style>
background-color css
<style>
a { background-color: #D239D6; }
a { background-color: rgb(210,57,214); }
div.DivClassName
{
background-color: #D239D6;
}
.BgClassName
{
background-color: #D239D6;
}
</style>
border-color css
<style>
span { border-color: #D239D6; }
span { border-color: rgb(210,57,214); }
td.TdClassName
{
border-color: #D239D6;
}
.TagClassName
{
border-color: #D239D6;
}
</style>