Shades of Fuchsia #D242C5
Tints of Fuchsia #D242C5
RGB
CMYK
RGB Variations
Color information
#D242C5 (or 0xD242C5) is known color: Fuchsia. HEX triplet: D2, 42 and C5. RGB value is (210,66,197). Sum of RGB (Red+Green+Blue) = 210+66+197=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 66 (26.17% from 255 or 13.95% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D242C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D242C5 is #2DBD3A. Grayscale: #7B7B7B. Windows color (decimal): -2997563 or 12927698. OLE color: 12927698.
HSL color Cylindrical-coordinate representation of color #D242C5: hue angle of 305.42º 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 #D242C5 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 197 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.18 |
| HSL | 305.42º | 0.62% | 0.54% | - |
| HSV(B) | 305.42º | 0.69% | 0.82% | - |
| XYZ | 38.6 | 21.63 | 54.96 | - |
| YUV | 123.99 | 169.21 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 197 | 0 | 0.69 | 0.06 | 0.18 | 305.42 | 0.62 | 0.54 |
| Hex | D2 | 42 | C5 | 0 | 45 | 6 | 12 | 131 | 3E | 36 |
| Octal | 322 | 102 | 305 | 0 | 105 | 6 | 22 | 461 | 76 | 66 |
| Binary | 11010010 | 1000010 | 11000101 | 0 | 1000101 | 110 | 10010 | 100110001 | 111110 | 110110 |
Color Harmonies of #D242C5
Complementary color
Monochromatic Colors of #D242C5
Black with #D242C5
Text Example
Text Example
White with #D242C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D242C5; }
p { color: rgb(210,66,197); }
H1.HeaderClassName
{
color: #D242C5;
}
.AnyTagClassName
{
color: #D242C5;
}
</style>
background-color css
<style>
a { background-color: #D242C5; }
a { background-color: rgb(210,66,197); }
div.DivClassName
{
background-color: #D242C5;
}
.BgClassName
{
background-color: #D242C5;
}
</style>
border-color css
<style>
span { border-color: #D242C5; }
span { border-color: rgb(210,66,197); }
td.TdClassName
{
border-color: #D242C5;
}
.TagClassName
{
border-color: #D242C5;
}
</style>