Shades of Fuchsia #D844C2
Tints of Fuchsia #D844C2
RGB
CMYK
RGB Variations
Color information
#D844C2 (or 0xD844C2) is known color: Fuchsia. HEX triplet: D8, 44 and C2. RGB value is (216,68,194). Sum of RGB (Red+Green+Blue) = 216+68+194=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 68 (26.95% from 255 or 14.23% from 478); Blue value is 194 (76.17% from 255 or 40.59% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D844C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D844C2 is #27BB3D. Grayscale: #7E7E7E. Windows color (decimal): -2603838 or 12731608. OLE color: 12731608.
HSL color Cylindrical-coordinate representation of color #D844C2: hue angle of 308.92º 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 #D844C2 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 68 | 194 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.15 |
| HSL | 308.92º | 0.65% | 0.56% | - |
| HSV(B) | 308.92º | 0.69% | 0.85% | - |
| XYZ | 40.12 | 22.63 | 53.29 | - |
| YUV | 126.62 | 166.03 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 68 | 194 | 0 | 0.69 | 0.10 | 0.15 | 308.92 | 0.65 | 0.56 |
| Hex | D8 | 44 | C2 | 0 | 45 | A | F | 135 | 41 | 38 |
| Octal | 330 | 104 | 302 | 0 | 105 | 12 | 17 | 465 | 101 | 70 |
| Binary | 11011000 | 1000100 | 11000010 | 0 | 1000101 | 1010 | 1111 | 100110101 | 1000001 | 111000 |
Color Harmonies of #D844C2
Complementary color
Monochromatic Colors of #D844C2
Black with #D844C2
Text Example
Text Example
White with #D844C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D844C2; }
p { color: rgb(216,68,194); }
H1.HeaderClassName
{
color: #D844C2;
}
.AnyTagClassName
{
color: #D844C2;
}
</style>
background-color css
<style>
a { background-color: #D844C2; }
a { background-color: rgb(216,68,194); }
div.DivClassName
{
background-color: #D844C2;
}
.BgClassName
{
background-color: #D844C2;
}
</style>
border-color css
<style>
span { border-color: #D844C2; }
span { border-color: rgb(216,68,194); }
td.TdClassName
{
border-color: #D844C2;
}
.TagClassName
{
border-color: #D844C2;
}
</style>