Shades of Fuchsia #D239CF
Tints of Fuchsia #D239CF
RGB
CMYK
RGB Variations
Color information
#D239CF (or 0xD239CF) is known color: Fuchsia. HEX triplet: D2, 39 and CF. RGB value is (210,57,207). Sum of RGB (Red+Green+Blue) = 210+57+207=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 57 (22.66% from 255 or 12.03% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D239CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D239CF is #2DC630. Grayscale: #777777. Windows color (decimal): -2999857 or 13580754. OLE color: 13580754.
HSL color Cylindrical-coordinate representation of color #D239CF: hue angle of 301.18º 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 #D239CF is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 207 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.18 |
| HSL | 301.18º | 0.63% | 0.52% | - |
| HSV(B) | 301.18º | 0.73% | 0.82% | - |
| XYZ | 39.3 | 21.13 | 61.04 | - |
| YUV | 119.85 | 177.19 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 207 | 0 | 0.73 | 0.01 | 0.18 | 301.18 | 0.63 | 0.52 |
| Hex | D2 | 39 | CF | 0 | 49 | 1 | 12 | 12D | 3F | 34 |
| Octal | 322 | 71 | 317 | 0 | 111 | 1 | 22 | 455 | 77 | 64 |
| Binary | 11010010 | 111001 | 11001111 | 0 | 1001001 | 1 | 10010 | 100101101 | 111111 | 110100 |
Color Harmonies of #D239CF
Complementary color
Monochromatic Colors of #D239CF
Black with #D239CF
Text Example
Text Example
White with #D239CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D239CF; }
p { color: rgb(210,57,207); }
H1.HeaderClassName
{
color: #D239CF;
}
.AnyTagClassName
{
color: #D239CF;
}
</style>
background-color css
<style>
a { background-color: #D239CF; }
a { background-color: rgb(210,57,207); }
div.DivClassName
{
background-color: #D239CF;
}
.BgClassName
{
background-color: #D239CF;
}
</style>
border-color css
<style>
span { border-color: #D239CF; }
span { border-color: rgb(210,57,207); }
td.TdClassName
{
border-color: #D239CF;
}
.TagClassName
{
border-color: #D239CF;
}
</style>