Shades of Fuchsia #D240D1
Tints of Fuchsia #D240D1
RGB
CMYK
RGB Variations
Color information
#D240D1 (or 0xD240D1) is known color: Fuchsia. HEX triplet: D2, 40 and D1. RGB value is (210,64,209). Sum of RGB (Red+Green+Blue) = 210+64+209=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 64 (25.39% from 255 or 13.25% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D240D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D240D1 is #2DBF2E. Grayscale: #7B7B7B. Windows color (decimal): -2998063 or 13713618. OLE color: 13713618.
HSL color Cylindrical-coordinate representation of color #D240D1: hue angle of 300.41º 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 #D240D1 is Cyan = 0, Magento = 0.70, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 209 | - |
| CMYK | 0 | 0.70 | 0.00 | 0.18 |
| HSL | 300.41º | 0.62% | 0.54% | - |
| HSV(B) | 300.41º | 0.7% | 0.82% | - |
| XYZ | 39.92 | 21.97 | 62.46 | - |
| YUV | 124.18 | 175.87 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 209 | 0 | 0.70 | 0.00 | 0.18 | 300.41 | 0.62 | 0.54 |
| Hex | D2 | 40 | D1 | 0 | 46 | 0 | 12 | 12C | 3E | 36 |
| Octal | 322 | 100 | 321 | 0 | 106 | 0 | 22 | 454 | 76 | 66 |
| Binary | 11010010 | 1000000 | 11010001 | 0 | 1000110 | 0 | 10010 | 100101100 | 111110 | 110110 |
Color Harmonies of #D240D1
Complementary color
Monochromatic Colors of #D240D1
Black with #D240D1
Text Example
Text Example
White with #D240D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D240D1; }
p { color: rgb(210,64,209); }
H1.HeaderClassName
{
color: #D240D1;
}
.AnyTagClassName
{
color: #D240D1;
}
</style>
background-color css
<style>
a { background-color: #D240D1; }
a { background-color: rgb(210,64,209); }
div.DivClassName
{
background-color: #D240D1;
}
.BgClassName
{
background-color: #D240D1;
}
</style>
border-color css
<style>
span { border-color: #D240D1; }
span { border-color: rgb(210,64,209); }
td.TdClassName
{
border-color: #D240D1;
}
.TagClassName
{
border-color: #D240D1;
}
</style>