Shades of Fuchsia #D840C9
Tints of Fuchsia #D840C9
RGB
CMYK
RGB Variations
Color information
#D840C9 (or 0xD840C9) is known color: Fuchsia. HEX triplet: D8, 40 and C9. RGB value is (216,64,201). Sum of RGB (Red+Green+Blue) = 216+64+201=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D840C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D840C9 is #27BF36. Grayscale: #7C7C7C. Windows color (decimal): -2604855 or 13189336. OLE color: 13189336.
HSL color Cylindrical-coordinate representation of color #D840C9: hue angle of 305.92º 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 #D840C9 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 64 | 201 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.15 |
| HSL | 305.92º | 0.66% | 0.55% | - |
| HSV(B) | 305.92º | 0.7% | 0.85% | - |
| XYZ | 40.69 | 22.48 | 57.45 | - |
| YUV | 125.07 | 170.86 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 64 | 201 | 0 | 0.70 | 0.07 | 0.15 | 305.92 | 0.66 | 0.55 |
| Hex | D8 | 40 | C9 | 0 | 46 | 7 | F | 132 | 42 | 37 |
| Octal | 330 | 100 | 311 | 0 | 106 | 7 | 17 | 462 | 102 | 67 |
| Binary | 11011000 | 1000000 | 11001001 | 0 | 1000110 | 111 | 1111 | 100110010 | 1000010 | 110111 |
Color Harmonies of #D840C9
Complementary color
Monochromatic Colors of #D840C9
Black with #D840C9
Text Example
Text Example
White with #D840C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D840C9; }
p { color: rgb(216,64,201); }
H1.HeaderClassName
{
color: #D840C9;
}
.AnyTagClassName
{
color: #D840C9;
}
</style>
background-color css
<style>
a { background-color: #D840C9; }
a { background-color: rgb(216,64,201); }
div.DivClassName
{
background-color: #D840C9;
}
.BgClassName
{
background-color: #D840C9;
}
</style>
border-color css
<style>
span { border-color: #D840C9; }
span { border-color: rgb(216,64,201); }
td.TdClassName
{
border-color: #D840C9;
}
.TagClassName
{
border-color: #D840C9;
}
</style>