Shades of Fuchsia #D239C8
Tints of Fuchsia #D239C8
RGB
CMYK
RGB Variations
Color information
#D239C8 (or 0xD239C8) is known color: Fuchsia. HEX triplet: D2, 39 and C8. RGB value is (210,57,200). Sum of RGB (Red+Green+Blue) = 210+57+200=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 57 (22.66% from 255 or 12.21% from 467); Blue value is 200 (78.52% from 255 or 42.83% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D239C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D239C8 is #2DC637. Grayscale: #767676. Windows color (decimal): -2999864 or 13122002. OLE color: 13122002.
HSL color Cylindrical-coordinate representation of color #D239C8: hue angle of 303.92º 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 #D239C8 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 200 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.18 |
| HSL | 303.92º | 0.63% | 0.52% | - |
| HSV(B) | 303.92º | 0.73% | 0.82% | - |
| XYZ | 38.47 | 20.8 | 56.63 | - |
| YUV | 119.05 | 173.69 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 200 | 0 | 0.73 | 0.05 | 0.18 | 303.92 | 0.63 | 0.52 |
| Hex | D2 | 39 | C8 | 0 | 49 | 5 | 12 | 130 | 3F | 34 |
| Octal | 322 | 71 | 310 | 0 | 111 | 5 | 22 | 460 | 77 | 64 |
| Binary | 11010010 | 111001 | 11001000 | 0 | 1001001 | 101 | 10010 | 100110000 | 111111 | 110100 |
Color Harmonies of #D239C8
Complementary color
Monochromatic Colors of #D239C8
Black with #D239C8
Text Example
Text Example
White with #D239C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D239C8; }
p { color: rgb(210,57,200); }
H1.HeaderClassName
{
color: #D239C8;
}
.AnyTagClassName
{
color: #D239C8;
}
</style>
background-color css
<style>
a { background-color: #D239C8; }
a { background-color: rgb(210,57,200); }
div.DivClassName
{
background-color: #D239C8;
}
.BgClassName
{
background-color: #D239C8;
}
</style>
border-color css
<style>
span { border-color: #D239C8; }
span { border-color: rgb(210,57,200); }
td.TdClassName
{
border-color: #D239C8;
}
.TagClassName
{
border-color: #D239C8;
}
</style>