Shades of Fuchsia #D83EC2
Tints of Fuchsia #D83EC2
RGB
CMYK
RGB Variations
Color information
#D83EC2 (or 0xD83EC2) is known color: Fuchsia. HEX triplet: D8, 3E and C2. RGB value is (216,62,194). Sum of RGB (Red+Green+Blue) = 216+62+194=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 62 (24.61% from 255 or 13.14% from 472); Blue value is 194 (76.17% from 255 or 41.10% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D83EC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83EC2 is #27C13D. Grayscale: #7A7A7A. Windows color (decimal): -2605374 or 12730072. OLE color: 12730072.
HSL color Cylindrical-coordinate representation of color #D83EC2: hue angle of 308.57º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D83EC2 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 62 | 194 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.15 |
| HSL | 308.57º | 0.66% | 0.55% | - |
| HSV(B) | 308.57º | 0.71% | 0.85% | - |
| XYZ | 39.78 | 21.94 | 53.18 | - |
| YUV | 123.09 | 168.02 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 62 | 194 | 0 | 0.71 | 0.10 | 0.15 | 308.57 | 0.66 | 0.55 |
| Hex | D8 | 3E | C2 | 0 | 47 | A | F | 135 | 42 | 37 |
| Octal | 330 | 76 | 302 | 0 | 107 | 12 | 17 | 465 | 102 | 67 |
| Binary | 11011000 | 111110 | 11000010 | 0 | 1000111 | 1010 | 1111 | 100110101 | 1000010 | 110111 |
Color Harmonies of #D83EC2
Complementary color
Monochromatic Colors of #D83EC2
Black with #D83EC2
Text Example
Text Example
White with #D83EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83EC2; }
p { color: rgb(216,62,194); }
H1.HeaderClassName
{
color: #D83EC2;
}
.AnyTagClassName
{
color: #D83EC2;
}
</style>
background-color css
<style>
a { background-color: #D83EC2; }
a { background-color: rgb(216,62,194); }
div.DivClassName
{
background-color: #D83EC2;
}
.BgClassName
{
background-color: #D83EC2;
}
</style>
border-color css
<style>
span { border-color: #D83EC2; }
span { border-color: rgb(216,62,194); }
td.TdClassName
{
border-color: #D83EC2;
}
.TagClassName
{
border-color: #D83EC2;
}
</style>