Shades of Fuchsia #D84CC4
Tints of Fuchsia #D84CC4
RGB
CMYK
RGB Variations
Color information
#D84CC4 (or 0xD84CC4) is known color: Fuchsia. HEX triplet: D8, 4C and C4. RGB value is (216,76,196). Sum of RGB (Red+Green+Blue) = 216+76+196=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 76 (30.08% from 255 or 15.57% from 488); Blue value is 196 (76.95% from 255 or 40.16% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D84CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84CC4 is #27B33B. Grayscale: #838383. Windows color (decimal): -2601788 or 12864728. OLE color: 12864728.
HSL color Cylindrical-coordinate representation of color #D84CC4: hue angle of 308.57º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D84CC4 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 76 | 196 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.15 |
| HSL | 308.57º | 0.64% | 0.57% | - |
| HSV(B) | 308.57º | 0.65% | 0.85% | - |
| XYZ | 40.87 | 23.75 | 54.66 | - |
| YUV | 131.54 | 164.38 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 76 | 196 | 0 | 0.65 | 0.09 | 0.15 | 308.57 | 0.64 | 0.57 |
| Hex | D8 | 4C | C4 | 0 | 41 | 9 | F | 135 | 40 | 39 |
| Octal | 330 | 114 | 304 | 0 | 101 | 11 | 17 | 465 | 100 | 71 |
| Binary | 11011000 | 1001100 | 11000100 | 0 | 1000001 | 1001 | 1111 | 100110101 | 1000000 | 111001 |
Color Harmonies of #D84CC4
Complementary color
Monochromatic Colors of #D84CC4
Black with #D84CC4
Text Example
Text Example
White with #D84CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84CC4; }
p { color: rgb(216,76,196); }
H1.HeaderClassName
{
color: #D84CC4;
}
.AnyTagClassName
{
color: #D84CC4;
}
</style>
background-color css
<style>
a { background-color: #D84CC4; }
a { background-color: rgb(216,76,196); }
div.DivClassName
{
background-color: #D84CC4;
}
.BgClassName
{
background-color: #D84CC4;
}
</style>
border-color css
<style>
span { border-color: #D84CC4; }
span { border-color: rgb(216,76,196); }
td.TdClassName
{
border-color: #D84CC4;
}
.TagClassName
{
border-color: #D84CC4;
}
</style>