Shades of Fuchsia #D240BE
Tints of Fuchsia #D240BE
RGB
CMYK
RGB Variations
Color information
#D240BE (or 0xD240BE) is known color: Fuchsia. HEX triplet: D2, 40 and BE. RGB value is (210,64,190). Sum of RGB (Red+Green+Blue) = 210+64+190=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 64 (25.39% from 255 or 13.79% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D240BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D240BE is #2DBF41. Grayscale: #797979. Windows color (decimal): -2998082 or 12468434. OLE color: 12468434.
HSL color Cylindrical-coordinate representation of color #D240BE: hue angle of 308.22º 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 #D240BE is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 190 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.18 |
| HSL | 308.22º | 0.62% | 0.54% | - |
| HSV(B) | 308.22º | 0.7% | 0.82% | - |
| XYZ | 37.71 | 21.09 | 50.8 | - |
| YUV | 122.02 | 166.37 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 190 | 0 | 0.70 | 0.10 | 0.18 | 308.22 | 0.62 | 0.54 |
| Hex | D2 | 40 | BE | 0 | 46 | A | 12 | 134 | 3E | 36 |
| Octal | 322 | 100 | 276 | 0 | 106 | 12 | 22 | 464 | 76 | 66 |
| Binary | 11010010 | 1000000 | 10111110 | 0 | 1000110 | 1010 | 10010 | 100110100 | 111110 | 110110 |
Color Harmonies of #D240BE
Complementary color
Monochromatic Colors of #D240BE
Black with #D240BE
Text Example
Text Example
White with #D240BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D240BE; }
p { color: rgb(210,64,190); }
H1.HeaderClassName
{
color: #D240BE;
}
.AnyTagClassName
{
color: #D240BE;
}
</style>
background-color css
<style>
a { background-color: #D240BE; }
a { background-color: rgb(210,64,190); }
div.DivClassName
{
background-color: #D240BE;
}
.BgClassName
{
background-color: #D240BE;
}
</style>
border-color css
<style>
span { border-color: #D240BE; }
span { border-color: rgb(210,64,190); }
td.TdClassName
{
border-color: #D240BE;
}
.TagClassName
{
border-color: #D240BE;
}
</style>