Shades of Fuchsia #D842C0
Tints of Fuchsia #D842C0
RGB
CMYK
RGB Variations
Color information
#D842C0 (or 0xD842C0) is known color: Fuchsia. HEX triplet: D8, 42 and C0. RGB value is (216,66,192). Sum of RGB (Red+Green+Blue) = 216+66+192=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 66 (26.17% from 255 or 13.92% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D842C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D842C0 is #27BD3F. Grayscale: #7C7C7C. Windows color (decimal): -2604352 or 12600024. OLE color: 12600024.
HSL color Cylindrical-coordinate representation of color #D842C0: hue angle of 309.6º 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 #D842C0 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 66 | 192 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.15 |
| HSL | 309.6º | 0.66% | 0.55% | - |
| HSV(B) | 309.6º | 0.69% | 0.85% | - |
| XYZ | 39.78 | 22.3 | 52.08 | - |
| YUV | 125.21 | 165.7 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 66 | 192 | 0 | 0.69 | 0.11 | 0.15 | 309.6 | 0.66 | 0.55 |
| Hex | D8 | 42 | C0 | 0 | 45 | B | F | 136 | 42 | 37 |
| Octal | 330 | 102 | 300 | 0 | 105 | 13 | 17 | 466 | 102 | 67 |
| Binary | 11011000 | 1000010 | 11000000 | 0 | 1000101 | 1011 | 1111 | 100110110 | 1000010 | 110111 |
Color Harmonies of #D842C0
Complementary color
Monochromatic Colors of #D842C0
Black with #D842C0
Text Example
Text Example
White with #D842C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D842C0; }
p { color: rgb(216,66,192); }
H1.HeaderClassName
{
color: #D842C0;
}
.AnyTagClassName
{
color: #D842C0;
}
</style>
background-color css
<style>
a { background-color: #D842C0; }
a { background-color: rgb(216,66,192); }
div.DivClassName
{
background-color: #D842C0;
}
.BgClassName
{
background-color: #D842C0;
}
</style>
border-color css
<style>
span { border-color: #D842C0; }
span { border-color: rgb(216,66,192); }
td.TdClassName
{
border-color: #D842C0;
}
.TagClassName
{
border-color: #D842C0;
}
</style>