Shades of Fuchsia #D84AC1
Tints of Fuchsia #D84AC1
RGB
CMYK
RGB Variations
Color information
#D84AC1 (or 0xD84AC1) is known color: Fuchsia. HEX triplet: D8, 4A and C1. RGB value is (216,74,193). Sum of RGB (Red+Green+Blue) = 216+74+193=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 74 (29.30% from 255 or 15.32% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D84AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84AC1 is #27B53E. Grayscale: #818181. Windows color (decimal): -2602303 or 12667608. OLE color: 12667608.
HSL color Cylindrical-coordinate representation of color #D84AC1: hue angle of 309.72º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D84AC1 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 193 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.15 |
| HSL | 309.72º | 0.65% | 0.57% | - |
| HSV(B) | 309.72º | 0.66% | 0.85% | - |
| XYZ | 40.39 | 23.35 | 52.83 | - |
| YUV | 130.02 | 163.54 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 193 | 0 | 0.66 | 0.11 | 0.15 | 309.72 | 0.65 | 0.57 |
| Hex | D8 | 4A | C1 | 0 | 42 | B | F | 136 | 41 | 39 |
| Octal | 330 | 112 | 301 | 0 | 102 | 13 | 17 | 466 | 101 | 71 |
| Binary | 11011000 | 1001010 | 11000001 | 0 | 1000010 | 1011 | 1111 | 100110110 | 1000001 | 111001 |
Color Harmonies of #D84AC1
Complementary color
Monochromatic Colors of #D84AC1
Black with #D84AC1
Text Example
Text Example
White with #D84AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84AC1; }
p { color: rgb(216,74,193); }
H1.HeaderClassName
{
color: #D84AC1;
}
.AnyTagClassName
{
color: #D84AC1;
}
</style>
background-color css
<style>
a { background-color: #D84AC1; }
a { background-color: rgb(216,74,193); }
div.DivClassName
{
background-color: #D84AC1;
}
.BgClassName
{
background-color: #D84AC1;
}
</style>
border-color css
<style>
span { border-color: #D84AC1; }
span { border-color: rgb(216,74,193); }
td.TdClassName
{
border-color: #D84AC1;
}
.TagClassName
{
border-color: #D84AC1;
}
</style>