Shades of Fuchsia #D840C0
Tints of Fuchsia #D840C0
RGB
CMYK
RGB Variations
Color information
#D840C0 (or 0xD840C0) is known color: Fuchsia. HEX triplet: D8, 40 and C0. RGB value is (216,64,192). Sum of RGB (Red+Green+Blue) = 216+64+192=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D840C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D840C0 is #27BF3F. Grayscale: #7B7B7B. Windows color (decimal): -2604864 or 12599512. OLE color: 12599512.
HSL color Cylindrical-coordinate representation of color #D840C0: hue angle of 309.47º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D840C0 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 64 | 192 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.15 |
| HSL | 309.47º | 0.66% | 0.55% | - |
| HSV(B) | 309.47º | 0.7% | 0.85% | - |
| XYZ | 39.67 | 22.07 | 52.04 | - |
| YUV | 124.04 | 166.36 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 64 | 192 | 0 | 0.70 | 0.11 | 0.15 | 309.47 | 0.66 | 0.55 |
| Hex | D8 | 40 | C0 | 0 | 46 | B | F | 135 | 42 | 37 |
| Octal | 330 | 100 | 300 | 0 | 106 | 13 | 17 | 465 | 102 | 67 |
| Binary | 11011000 | 1000000 | 11000000 | 0 | 1000110 | 1011 | 1111 | 100110101 | 1000010 | 110111 |
Color Harmonies of #D840C0
Complementary color
Monochromatic Colors of #D840C0
Black with #D840C0
Text Example
Text Example
White with #D840C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D840C0; }
p { color: rgb(216,64,192); }
H1.HeaderClassName
{
color: #D840C0;
}
.AnyTagClassName
{
color: #D840C0;
}
</style>
background-color css
<style>
a { background-color: #D840C0; }
a { background-color: rgb(216,64,192); }
div.DivClassName
{
background-color: #D840C0;
}
.BgClassName
{
background-color: #D840C0;
}
</style>
border-color css
<style>
span { border-color: #D840C0; }
span { border-color: rgb(216,64,192); }
td.TdClassName
{
border-color: #D840C0;
}
.TagClassName
{
border-color: #D840C0;
}
</style>