Shades of Fuchsia #D240CE
Tints of Fuchsia #D240CE
RGB
CMYK
RGB Variations
Color information
#D240CE (or 0xD240CE) is known color: Fuchsia. HEX triplet: D2, 40 and CE. RGB value is (210,64,206). Sum of RGB (Red+Green+Blue) = 210+64+206=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 64 (25.39% from 255 or 13.33% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 210 - color contains mainly: red. Hex color #D240CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D240CE is #2DBF31. Grayscale: #7B7B7B. Windows color (decimal): -2998066 or 13517010. OLE color: 13517010.
HSL color Cylindrical-coordinate representation of color #D240CE: hue angle of 301.64º 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 #D240CE is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 206 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.18 |
| HSL | 301.64º | 0.62% | 0.54% | - |
| HSV(B) | 301.64º | 0.7% | 0.82% | - |
| XYZ | 39.55 | 21.82 | 60.52 | - |
| YUV | 123.84 | 174.37 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 206 | 0 | 0.70 | 0.02 | 0.18 | 301.64 | 0.62 | 0.54 |
| Hex | D2 | 40 | CE | 0 | 46 | 2 | 12 | 12E | 3E | 36 |
| Octal | 322 | 100 | 316 | 0 | 106 | 2 | 22 | 456 | 76 | 66 |
| Binary | 11010010 | 1000000 | 11001110 | 0 | 1000110 | 10 | 10010 | 100101110 | 111110 | 110110 |
Color Harmonies of #D240CE
Complementary color
Monochromatic Colors of #D240CE
Black with #D240CE
Text Example
Text Example
White with #D240CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D240CE; }
p { color: rgb(210,64,206); }
H1.HeaderClassName
{
color: #D240CE;
}
.AnyTagClassName
{
color: #D240CE;
}
</style>
background-color css
<style>
a { background-color: #D240CE; }
a { background-color: rgb(210,64,206); }
div.DivClassName
{
background-color: #D240CE;
}
.BgClassName
{
background-color: #D240CE;
}
</style>
border-color css
<style>
span { border-color: #D240CE; }
span { border-color: rgb(210,64,206); }
td.TdClassName
{
border-color: #D240CE;
}
.TagClassName
{
border-color: #D240CE;
}
</style>