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