Shades of Fuchsia #D239C4
Tints of Fuchsia #D239C4
RGB
CMYK
RGB Variations
Color information
#D239C4 (or 0xD239C4) is known color: Fuchsia. HEX triplet: D2, 39 and C4. RGB value is (210,57,196). Sum of RGB (Red+Green+Blue) = 210+57+196=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 57 (22.66% from 255 or 12.31% from 463); Blue value is 196 (76.95% from 255 or 42.33% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D239C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D239C4 is #2DC63B. Grayscale: #767676. Windows color (decimal): -2999868 or 12859858. OLE color: 12859858.
HSL color Cylindrical-coordinate representation of color #D239C4: hue angle of 305.49º 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 #D239C4 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 196 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.18 |
| HSL | 305.49º | 0.63% | 0.52% | - |
| HSV(B) | 305.49º | 0.73% | 0.82% | - |
| XYZ | 38.01 | 20.61 | 54.2 | - |
| YUV | 118.59 | 171.69 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 196 | 0 | 0.73 | 0.07 | 0.18 | 305.49 | 0.63 | 0.52 |
| Hex | D2 | 39 | C4 | 0 | 49 | 7 | 12 | 131 | 3F | 34 |
| Octal | 322 | 71 | 304 | 0 | 111 | 7 | 22 | 461 | 77 | 64 |
| Binary | 11010010 | 111001 | 11000100 | 0 | 1001001 | 111 | 10010 | 100110001 | 111111 | 110100 |
Color Harmonies of #D239C4
Complementary color
Monochromatic Colors of #D239C4
Black with #D239C4
Text Example
Text Example
White with #D239C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D239C4; }
p { color: rgb(210,57,196); }
H1.HeaderClassName
{
color: #D239C4;
}
.AnyTagClassName
{
color: #D239C4;
}
</style>
background-color css
<style>
a { background-color: #D239C4; }
a { background-color: rgb(210,57,196); }
div.DivClassName
{
background-color: #D239C4;
}
.BgClassName
{
background-color: #D239C4;
}
</style>
border-color css
<style>
span { border-color: #D239C4; }
span { border-color: rgb(210,57,196); }
td.TdClassName
{
border-color: #D239C4;
}
.TagClassName
{
border-color: #D239C4;
}
</style>