Shades of Fuchsia #D842C8
Tints of Fuchsia #D842C8
RGB
CMYK
RGB Variations
Color information
#D842C8 (or 0xD842C8) is known color: Fuchsia. HEX triplet: D8, 42 and C8. RGB value is (216,66,200). Sum of RGB (Red+Green+Blue) = 216+66+200=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 66 (26.17% from 255 or 13.69% from 482); Blue value is 200 (78.52% from 255 or 41.49% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D842C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D842C8 is #27BD37. Grayscale: #7D7D7D. Windows color (decimal): -2604344 or 13124312. OLE color: 13124312.
HSL color Cylindrical-coordinate representation of color #D842C8: hue angle of 306.4º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D842C8 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 66 | 200 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.15 |
| HSL | 306.4º | 0.66% | 0.55% | - |
| HSV(B) | 306.4º | 0.69% | 0.85% | - |
| XYZ | 40.69 | 22.67 | 56.87 | - |
| YUV | 126.13 | 169.7 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 66 | 200 | 0 | 0.69 | 0.07 | 0.15 | 306.4 | 0.66 | 0.55 |
| Hex | D8 | 42 | C8 | 0 | 45 | 7 | F | 132 | 42 | 37 |
| Octal | 330 | 102 | 310 | 0 | 105 | 7 | 17 | 462 | 102 | 67 |
| Binary | 11011000 | 1000010 | 11001000 | 0 | 1000101 | 111 | 1111 | 100110010 | 1000010 | 110111 |
Color Harmonies of #D842C8
Complementary color
Monochromatic Colors of #D842C8
Black with #D842C8
Text Example
Text Example
White with #D842C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D842C8; }
p { color: rgb(216,66,200); }
H1.HeaderClassName
{
color: #D842C8;
}
.AnyTagClassName
{
color: #D842C8;
}
</style>
background-color css
<style>
a { background-color: #D842C8; }
a { background-color: rgb(216,66,200); }
div.DivClassName
{
background-color: #D842C8;
}
.BgClassName
{
background-color: #D842C8;
}
</style>
border-color css
<style>
span { border-color: #D842C8; }
span { border-color: rgb(216,66,200); }
td.TdClassName
{
border-color: #D842C8;
}
.TagClassName
{
border-color: #D842C8;
}
</style>