Shades of Fuchsia #D242AE
Tints of Fuchsia #D242AE
RGB
CMYK
RGB Variations
Color information
#D242AE (or 0xD242AE) is known color: Fuchsia. HEX triplet: D2, 42 and AE. RGB value is (210,66,174). Sum of RGB (Red+Green+Blue) = 210+66+174=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 66 (26.17% from 255 or 14.67% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D242AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D242AE is #2DBD51. Grayscale: #797979. Windows color (decimal): -2997586 or 11420370. OLE color: 11420370.
HSL color Cylindrical-coordinate representation of color #D242AE: hue angle of 315º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D242AE is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 174 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.18 |
| HSL | 315º | 0.62% | 0.54% | - |
| HSV(B) | 315º | 0.69% | 0.82% | - |
| XYZ | 36.17 | 20.65 | 42.12 | - |
| YUV | 121.37 | 157.71 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 174 | 0 | 0.69 | 0.17 | 0.18 | 315 | 0.62 | 0.54 |
| Hex | D2 | 42 | AE | 0 | 45 | 11 | 12 | 13B | 3E | 36 |
| Octal | 322 | 102 | 256 | 0 | 105 | 21 | 22 | 473 | 76 | 66 |
| Binary | 11010010 | 1000010 | 10101110 | 0 | 1000101 | 10001 | 10010 | 100111011 | 111110 | 110110 |
Color Harmonies of #D242AE
Complementary color
Monochromatic Colors of #D242AE
Black with #D242AE
Text Example
Text Example
White with #D242AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D242AE; }
p { color: rgb(210,66,174); }
H1.HeaderClassName
{
color: #D242AE;
}
.AnyTagClassName
{
color: #D242AE;
}
</style>
background-color css
<style>
a { background-color: #D242AE; }
a { background-color: rgb(210,66,174); }
div.DivClassName
{
background-color: #D242AE;
}
.BgClassName
{
background-color: #D242AE;
}
</style>
border-color css
<style>
span { border-color: #D242AE; }
span { border-color: rgb(210,66,174); }
td.TdClassName
{
border-color: #D242AE;
}
.TagClassName
{
border-color: #D242AE;
}
</style>