Shades of Fuchsia #D239CA
Tints of Fuchsia #D239CA
RGB
CMYK
RGB Variations
Color information
#D239CA (or 0xD239CA) is known color: Fuchsia. HEX triplet: D2, 39 and CA. RGB value is (210,57,202). Sum of RGB (Red+Green+Blue) = 210+57+202=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 57 (22.66% from 255 or 12.15% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 210 - color contains mainly: red. Hex color #D239CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D239CA is #2DC635. Grayscale: #767676. Windows color (decimal): -2999862 or 13253074. OLE color: 13253074.
HSL color Cylindrical-coordinate representation of color #D239CA: hue angle of 303.14º 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 #D239CA is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 202 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.18 |
| HSL | 303.14º | 0.63% | 0.52% | - |
| HSV(B) | 303.14º | 0.73% | 0.82% | - |
| XYZ | 38.7 | 20.89 | 57.87 | - |
| YUV | 119.28 | 174.69 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 202 | 0 | 0.73 | 0.04 | 0.18 | 303.14 | 0.63 | 0.52 |
| Hex | D2 | 39 | CA | 0 | 49 | 4 | 12 | 12F | 3F | 34 |
| Octal | 322 | 71 | 312 | 0 | 111 | 4 | 22 | 457 | 77 | 64 |
| Binary | 11010010 | 111001 | 11001010 | 0 | 1001001 | 100 | 10010 | 100101111 | 111111 | 110100 |
Color Harmonies of #D239CA
Complementary color
Monochromatic Colors of #D239CA
Black with #D239CA
Text Example
Text Example
White with #D239CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D239CA; }
p { color: rgb(210,57,202); }
H1.HeaderClassName
{
color: #D239CA;
}
.AnyTagClassName
{
color: #D239CA;
}
</style>
background-color css
<style>
a { background-color: #D239CA; }
a { background-color: rgb(210,57,202); }
div.DivClassName
{
background-color: #D239CA;
}
.BgClassName
{
background-color: #D239CA;
}
</style>
border-color css
<style>
span { border-color: #D239CA; }
span { border-color: rgb(210,57,202); }
td.TdClassName
{
border-color: #D239CA;
}
.TagClassName
{
border-color: #D239CA;
}
</style>