Shades of Fuchsia #D840C8
Tints of Fuchsia #D840C8
RGB
CMYK
RGB Variations
Color information
#D840C8 (or 0xD840C8) is known color: Fuchsia. HEX triplet: D8, 40 and C8. RGB value is (216,64,200). Sum of RGB (Red+Green+Blue) = 216+64+200=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 64 (25.39% from 255 or 13.33% from 480); Blue value is 200 (78.52% from 255 or 41.67% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D840C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D840C8 is #27BF37. Grayscale: #7C7C7C. Windows color (decimal): -2604856 or 13123800. OLE color: 13123800.
HSL color Cylindrical-coordinate representation of color #D840C8: hue angle of 306.32º 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 #D840C8 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 64 | 200 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.15 |
| HSL | 306.32º | 0.66% | 0.55% | - |
| HSV(B) | 306.32º | 0.7% | 0.85% | - |
| XYZ | 40.58 | 22.44 | 56.84 | - |
| YUV | 124.95 | 170.36 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 64 | 200 | 0 | 0.70 | 0.07 | 0.15 | 306.32 | 0.66 | 0.55 |
| Hex | D8 | 40 | C8 | 0 | 46 | 7 | F | 132 | 42 | 37 |
| Octal | 330 | 100 | 310 | 0 | 106 | 7 | 17 | 462 | 102 | 67 |
| Binary | 11011000 | 1000000 | 11001000 | 0 | 1000110 | 111 | 1111 | 100110010 | 1000010 | 110111 |
Color Harmonies of #D840C8
Complementary color
Monochromatic Colors of #D840C8
Black with #D840C8
Text Example
Text Example
White with #D840C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D840C8; }
p { color: rgb(216,64,200); }
H1.HeaderClassName
{
color: #D840C8;
}
.AnyTagClassName
{
color: #D840C8;
}
</style>
background-color css
<style>
a { background-color: #D840C8; }
a { background-color: rgb(216,64,200); }
div.DivClassName
{
background-color: #D840C8;
}
.BgClassName
{
background-color: #D840C8;
}
</style>
border-color css
<style>
span { border-color: #D840C8; }
span { border-color: rgb(216,64,200); }
td.TdClassName
{
border-color: #D840C8;
}
.TagClassName
{
border-color: #D840C8;
}
</style>