Shades of Fuchsia #D242C8
Tints of Fuchsia #D242C8
RGB
CMYK
RGB Variations
Color information
#D242C8 (or 0xD242C8) is known color: Fuchsia. HEX triplet: D2, 42 and C8. RGB value is (210,66,200). Sum of RGB (Red+Green+Blue) = 210+66+200=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 200 (78.52% from 255 or 42.02% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D242C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D242C8 is #2DBD37. Grayscale: #7B7B7B. Windows color (decimal): -2997560 or 13124306. OLE color: 13124306.
HSL color Cylindrical-coordinate representation of color #D242C8: hue angle of 304.17º 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 #D242C8 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 200 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.18 |
| HSL | 304.17º | 0.62% | 0.54% | - |
| HSV(B) | 304.17º | 0.69% | 0.82% | - |
| XYZ | 38.95 | 21.77 | 56.79 | - |
| YUV | 124.33 | 170.71 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 200 | 0 | 0.69 | 0.05 | 0.18 | 304.17 | 0.62 | 0.54 |
| Hex | D2 | 42 | C8 | 0 | 45 | 5 | 12 | 130 | 3E | 36 |
| Octal | 322 | 102 | 310 | 0 | 105 | 5 | 22 | 460 | 76 | 66 |
| Binary | 11010010 | 1000010 | 11001000 | 0 | 1000101 | 101 | 10010 | 100110000 | 111110 | 110110 |
Color Harmonies of #D242C8
Complementary color
Monochromatic Colors of #D242C8
Black with #D242C8
Text Example
Text Example
White with #D242C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D242C8; }
p { color: rgb(210,66,200); }
H1.HeaderClassName
{
color: #D242C8;
}
.AnyTagClassName
{
color: #D242C8;
}
</style>
background-color css
<style>
a { background-color: #D242C8; }
a { background-color: rgb(210,66,200); }
div.DivClassName
{
background-color: #D242C8;
}
.BgClassName
{
background-color: #D242C8;
}
</style>
border-color css
<style>
span { border-color: #D242C8; }
span { border-color: rgb(210,66,200); }
td.TdClassName
{
border-color: #D242C8;
}
.TagClassName
{
border-color: #D242C8;
}
</style>