Shades of Fuchsia #D239C2
Tints of Fuchsia #D239C2
RGB
CMYK
RGB Variations
Color information
#D239C2 (or 0xD239C2) is known color: Fuchsia. HEX triplet: D2, 39 and C2. RGB value is (210,57,194). Sum of RGB (Red+Green+Blue) = 210+57+194=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 57 (22.66% from 255 or 12.36% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D239C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D239C2 is #2DC63D. Grayscale: #757575. Windows color (decimal): -2999870 or 12728786. OLE color: 12728786.
HSL color Cylindrical-coordinate representation of color #D239C2: hue angle of 306.27º 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 #D239C2 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 194 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.18 |
| HSL | 306.27º | 0.63% | 0.52% | - |
| HSV(B) | 306.27º | 0.73% | 0.82% | - |
| XYZ | 37.78 | 20.52 | 53.01 | - |
| YUV | 118.37 | 170.69 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 194 | 0 | 0.73 | 0.08 | 0.18 | 306.27 | 0.63 | 0.52 |
| Hex | D2 | 39 | C2 | 0 | 49 | 8 | 12 | 132 | 3F | 34 |
| Octal | 322 | 71 | 302 | 0 | 111 | 10 | 22 | 462 | 77 | 64 |
| Binary | 11010010 | 111001 | 11000010 | 0 | 1001001 | 1000 | 10010 | 100110010 | 111111 | 110100 |
Color Harmonies of #D239C2
Complementary color
Monochromatic Colors of #D239C2
Black with #D239C2
Text Example
Text Example
White with #D239C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D239C2; }
p { color: rgb(210,57,194); }
H1.HeaderClassName
{
color: #D239C2;
}
.AnyTagClassName
{
color: #D239C2;
}
</style>
background-color css
<style>
a { background-color: #D239C2; }
a { background-color: rgb(210,57,194); }
div.DivClassName
{
background-color: #D239C2;
}
.BgClassName
{
background-color: #D239C2;
}
</style>
border-color css
<style>
span { border-color: #D239C2; }
span { border-color: rgb(210,57,194); }
td.TdClassName
{
border-color: #D239C2;
}
.TagClassName
{
border-color: #D239C2;
}
</style>