Shades of Fuchsia #D845C0
Tints of Fuchsia #D845C0
RGB
CMYK
RGB Variations
Color information
#D845C0 (or 0xD845C0) is known color: Fuchsia. HEX triplet: D8, 45 and C0. RGB value is (216,69,192). Sum of RGB (Red+Green+Blue) = 216+69+192=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 69 (27.34% from 255 or 14.47% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D845C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D845C0 is #27BA3F. Grayscale: #7E7E7E. Windows color (decimal): -2603584 or 12600792. OLE color: 12600792.
HSL color Cylindrical-coordinate representation of color #D845C0: hue angle of 309.8º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D845C0 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 69 | 192 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.15 |
| HSL | 309.8º | 0.65% | 0.56% | - |
| HSV(B) | 309.8º | 0.68% | 0.85% | - |
| XYZ | 39.96 | 22.66 | 52.14 | - |
| YUV | 126.98 | 164.7 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 69 | 192 | 0 | 0.68 | 0.11 | 0.15 | 309.8 | 0.65 | 0.56 |
| Hex | D8 | 45 | C0 | 0 | 44 | B | F | 136 | 41 | 38 |
| Octal | 330 | 105 | 300 | 0 | 104 | 13 | 17 | 466 | 101 | 70 |
| Binary | 11011000 | 1000101 | 11000000 | 0 | 1000100 | 1011 | 1111 | 100110110 | 1000001 | 111000 |
Color Harmonies of #D845C0
Complementary color
Monochromatic Colors of #D845C0
Black with #D845C0
Text Example
Text Example
White with #D845C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D845C0; }
p { color: rgb(216,69,192); }
H1.HeaderClassName
{
color: #D845C0;
}
.AnyTagClassName
{
color: #D845C0;
}
</style>
background-color css
<style>
a { background-color: #D845C0; }
a { background-color: rgb(216,69,192); }
div.DivClassName
{
background-color: #D845C0;
}
.BgClassName
{
background-color: #D845C0;
}
</style>
border-color css
<style>
span { border-color: #D845C0; }
span { border-color: rgb(216,69,192); }
td.TdClassName
{
border-color: #D845C0;
}
.TagClassName
{
border-color: #D845C0;
}
</style>