Shades of Fuchsia #D240C0
Tints of Fuchsia #D240C0
RGB
CMYK
RGB Variations
Color information
#D240C0 (or 0xD240C0) is known color: Fuchsia. HEX triplet: D2, 40 and C0. RGB value is (210,64,192). Sum of RGB (Red+Green+Blue) = 210+64+192=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D240C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D240C0 is #2DBF3F. Grayscale: #797979. Windows color (decimal): -2998080 or 12599506. OLE color: 12599506.
HSL color Cylindrical-coordinate representation of color #D240C0: hue angle of 307.4º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D240C0 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 192 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.18 |
| HSL | 307.4º | 0.62% | 0.54% | - |
| HSV(B) | 307.4º | 0.7% | 0.82% | - |
| XYZ | 37.93 | 21.17 | 51.96 | - |
| YUV | 122.25 | 167.37 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 192 | 0 | 0.70 | 0.09 | 0.18 | 307.4 | 0.62 | 0.54 |
| Hex | D2 | 40 | C0 | 0 | 46 | 9 | 12 | 133 | 3E | 36 |
| Octal | 322 | 100 | 300 | 0 | 106 | 11 | 22 | 463 | 76 | 66 |
| Binary | 11010010 | 1000000 | 11000000 | 0 | 1000110 | 1001 | 10010 | 100110011 | 111110 | 110110 |
Color Harmonies of #D240C0
Complementary color
Monochromatic Colors of #D240C0
Black with #D240C0
Text Example
Text Example
White with #D240C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D240C0; }
p { color: rgb(210,64,192); }
H1.HeaderClassName
{
color: #D240C0;
}
.AnyTagClassName
{
color: #D240C0;
}
</style>
background-color css
<style>
a { background-color: #D240C0; }
a { background-color: rgb(210,64,192); }
div.DivClassName
{
background-color: #D240C0;
}
.BgClassName
{
background-color: #D240C0;
}
</style>
border-color css
<style>
span { border-color: #D240C0; }
span { border-color: rgb(210,64,192); }
td.TdClassName
{
border-color: #D240C0;
}
.TagClassName
{
border-color: #D240C0;
}
</style>