Shades of Fuchsia #D851C2
Tints of Fuchsia #D851C2
RGB
CMYK
RGB Variations
Color information
#D851C2 (or 0xD851C2) is known color: Fuchsia. HEX triplet: D8, 51 and C2. RGB value is (216,81,194). Sum of RGB (Red+Green+Blue) = 216+81+194=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 81 (32.03% from 255 or 16.50% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D851C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D851C2 is #27AE3D. Grayscale: #858585. Windows color (decimal): -2600510 or 12734936. OLE color: 12734936.
HSL color Cylindrical-coordinate representation of color #D851C2: hue angle of 309.78º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D851C2 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 194 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.15 |
| HSL | 309.78º | 0.63% | 0.58% | - |
| HSV(B) | 309.78º | 0.63% | 0.85% | - |
| XYZ | 41 | 24.38 | 53.58 | - |
| YUV | 134.25 | 161.73 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 194 | 0 | 0.62 | 0.10 | 0.15 | 309.78 | 0.63 | 0.58 |
| Hex | D8 | 51 | C2 | 0 | 3E | A | F | 136 | 3F | 3A |
| Octal | 330 | 121 | 302 | 0 | 76 | 12 | 17 | 466 | 77 | 72 |
| Binary | 11011000 | 1010001 | 11000010 | 0 | 111110 | 1010 | 1111 | 100110110 | 111111 | 111010 |
Color Harmonies of #D851C2
Complementary color
Monochromatic Colors of #D851C2
Black with #D851C2
Text Example
Text Example
White with #D851C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D851C2; }
p { color: rgb(216,81,194); }
H1.HeaderClassName
{
color: #D851C2;
}
.AnyTagClassName
{
color: #D851C2;
}
</style>
background-color css
<style>
a { background-color: #D851C2; }
a { background-color: rgb(216,81,194); }
div.DivClassName
{
background-color: #D851C2;
}
.BgClassName
{
background-color: #D851C2;
}
</style>
border-color css
<style>
span { border-color: #D851C2; }
span { border-color: rgb(216,81,194); }
td.TdClassName
{
border-color: #D851C2;
}
.TagClassName
{
border-color: #D851C2;
}
</style>