Shades of Fuchsia #D842C2
Tints of Fuchsia #D842C2
RGB
CMYK
RGB Variations
Color information
#D842C2 (or 0xD842C2) is known color: Fuchsia. HEX triplet: D8, 42 and C2. RGB value is (216,66,194). Sum of RGB (Red+Green+Blue) = 216+66+194=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 194 (76.17% from 255 or 40.76% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D842C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D842C2 is #27BD3D. Grayscale: #7D7D7D. Windows color (decimal): -2604350 or 12731096. OLE color: 12731096.
HSL color Cylindrical-coordinate representation of color #D842C2: hue angle of 308.8º 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 #D842C2 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 66 | 194 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.15 |
| HSL | 308.8º | 0.66% | 0.55% | - |
| HSV(B) | 308.8º | 0.69% | 0.85% | - |
| XYZ | 40 | 22.39 | 53.25 | - |
| YUV | 125.44 | 166.7 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 66 | 194 | 0 | 0.69 | 0.10 | 0.15 | 308.8 | 0.66 | 0.55 |
| Hex | D8 | 42 | C2 | 0 | 45 | A | F | 135 | 42 | 37 |
| Octal | 330 | 102 | 302 | 0 | 105 | 12 | 17 | 465 | 102 | 67 |
| Binary | 11011000 | 1000010 | 11000010 | 0 | 1000101 | 1010 | 1111 | 100110101 | 1000010 | 110111 |
Color Harmonies of #D842C2
Complementary color
Monochromatic Colors of #D842C2
Black with #D842C2
Text Example
Text Example
White with #D842C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D842C2; }
p { color: rgb(216,66,194); }
H1.HeaderClassName
{
color: #D842C2;
}
.AnyTagClassName
{
color: #D842C2;
}
</style>
background-color css
<style>
a { background-color: #D842C2; }
a { background-color: rgb(216,66,194); }
div.DivClassName
{
background-color: #D842C2;
}
.BgClassName
{
background-color: #D842C2;
}
</style>
border-color css
<style>
span { border-color: #D842C2; }
span { border-color: rgb(216,66,194); }
td.TdClassName
{
border-color: #D842C2;
}
.TagClassName
{
border-color: #D842C2;
}
</style>