Shades of Fuchsia #D242C7
Tints of Fuchsia #D242C7
RGB
CMYK
RGB Variations
Color information
#D242C7 (or 0xD242C7) is known color: Fuchsia. HEX triplet: D2, 42 and C7. RGB value is (210,66,199). Sum of RGB (Red+Green+Blue) = 210+66+199=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 66 (26.17% from 255 or 13.89% from 475); Blue value is 199 (78.12% from 255 or 41.89% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D242C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D242C7 is #2DBD38. Grayscale: #7B7B7B. Windows color (decimal): -2997561 or 13058770. OLE color: 13058770.
HSL color Cylindrical-coordinate representation of color #D242C7: hue angle of 304.58º 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 #D242C7 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 199 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.18 |
| HSL | 304.58º | 0.62% | 0.54% | - |
| HSV(B) | 304.58º | 0.69% | 0.82% | - |
| XYZ | 38.84 | 21.72 | 56.18 | - |
| YUV | 124.22 | 170.21 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 199 | 0 | 0.69 | 0.05 | 0.18 | 304.58 | 0.62 | 0.54 |
| Hex | D2 | 42 | C7 | 0 | 45 | 5 | 12 | 131 | 3E | 36 |
| Octal | 322 | 102 | 307 | 0 | 105 | 5 | 22 | 461 | 76 | 66 |
| Binary | 11010010 | 1000010 | 11000111 | 0 | 1000101 | 101 | 10010 | 100110001 | 111110 | 110110 |
Color Harmonies of #D242C7
Complementary color
Monochromatic Colors of #D242C7
Black with #D242C7
Text Example
Text Example
White with #D242C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D242C7; }
p { color: rgb(210,66,199); }
H1.HeaderClassName
{
color: #D242C7;
}
.AnyTagClassName
{
color: #D242C7;
}
</style>
background-color css
<style>
a { background-color: #D242C7; }
a { background-color: rgb(210,66,199); }
div.DivClassName
{
background-color: #D242C7;
}
.BgClassName
{
background-color: #D242C7;
}
</style>
border-color css
<style>
span { border-color: #D242C7; }
span { border-color: rgb(210,66,199); }
td.TdClassName
{
border-color: #D242C7;
}
.TagClassName
{
border-color: #D242C7;
}
</style>