Shades of Fuchsia #D84AC2
Tints of Fuchsia #D84AC2
RGB
CMYK
RGB Variations
Color information
#D84AC2 (or 0xD84AC2) is known color: Fuchsia. HEX triplet: D8, 4A and C2. RGB value is (216,74,194). Sum of RGB (Red+Green+Blue) = 216+74+194=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 74 (29.30% from 255 or 15.29% from 484); Blue value is 194 (76.17% from 255 or 40.08% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D84AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84AC2 is #27B53D. Grayscale: #818181. Windows color (decimal): -2602302 or 12733144. OLE color: 12733144.
HSL color Cylindrical-coordinate representation of color #D84AC2: hue angle of 309.3º 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 #D84AC2 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 194 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.15 |
| HSL | 309.3º | 0.65% | 0.57% | - |
| HSV(B) | 309.3º | 0.66% | 0.85% | - |
| XYZ | 40.51 | 23.39 | 53.42 | - |
| YUV | 130.14 | 164.04 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 194 | 0 | 0.66 | 0.10 | 0.15 | 309.3 | 0.65 | 0.57 |
| Hex | D8 | 4A | C2 | 0 | 42 | A | F | 135 | 41 | 39 |
| Octal | 330 | 112 | 302 | 0 | 102 | 12 | 17 | 465 | 101 | 71 |
| Binary | 11011000 | 1001010 | 11000010 | 0 | 1000010 | 1010 | 1111 | 100110101 | 1000001 | 111001 |
Color Harmonies of #D84AC2
Complementary color
Monochromatic Colors of #D84AC2
Black with #D84AC2
Text Example
Text Example
White with #D84AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84AC2; }
p { color: rgb(216,74,194); }
H1.HeaderClassName
{
color: #D84AC2;
}
.AnyTagClassName
{
color: #D84AC2;
}
</style>
background-color css
<style>
a { background-color: #D84AC2; }
a { background-color: rgb(216,74,194); }
div.DivClassName
{
background-color: #D84AC2;
}
.BgClassName
{
background-color: #D84AC2;
}
</style>
border-color css
<style>
span { border-color: #D84AC2; }
span { border-color: rgb(216,74,194); }
td.TdClassName
{
border-color: #D84AC2;
}
.TagClassName
{
border-color: #D84AC2;
}
</style>