Shades of Fuchsia #D240AD
Tints of Fuchsia #D240AD
RGB
CMYK
RGB Variations
Color information
#D240AD (or 0xD240AD) is known color: Fuchsia. HEX triplet: D2, 40 and AD. RGB value is (210,64,173). Sum of RGB (Red+Green+Blue) = 210+64+173=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D240AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D240AD is #2DBF52. Grayscale: #777777. Windows color (decimal): -2998099 or 11354322. OLE color: 11354322.
HSL color Cylindrical-coordinate representation of color #D240AD: hue angle of 315.21º 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 #D240AD is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 173 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.18 |
| HSL | 315.21º | 0.62% | 0.54% | - |
| HSV(B) | 315.21º | 0.7% | 0.82% | - |
| XYZ | 35.95 | 20.39 | 41.57 | - |
| YUV | 120.08 | 157.87 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 173 | 0 | 0.70 | 0.18 | 0.18 | 315.21 | 0.62 | 0.54 |
| Hex | D2 | 40 | AD | 0 | 46 | 12 | 12 | 13B | 3E | 36 |
| Octal | 322 | 100 | 255 | 0 | 106 | 22 | 22 | 473 | 76 | 66 |
| Binary | 11010010 | 1000000 | 10101101 | 0 | 1000110 | 10010 | 10010 | 100111011 | 111110 | 110110 |
Color Harmonies of #D240AD
Complementary color
Monochromatic Colors of #D240AD
Black with #D240AD
Text Example
Text Example
White with #D240AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D240AD; }
p { color: rgb(210,64,173); }
H1.HeaderClassName
{
color: #D240AD;
}
.AnyTagClassName
{
color: #D240AD;
}
</style>
background-color css
<style>
a { background-color: #D240AD; }
a { background-color: rgb(210,64,173); }
div.DivClassName
{
background-color: #D240AD;
}
.BgClassName
{
background-color: #D240AD;
}
</style>
border-color css
<style>
span { border-color: #D240AD; }
span { border-color: rgb(210,64,173); }
td.TdClassName
{
border-color: #D240AD;
}
.TagClassName
{
border-color: #D240AD;
}
</style>