Shades of Fuchsia #D84AB5
Tints of Fuchsia #D84AB5
RGB
CMYK
RGB Variations
Color information
#D84AB5 (or 0xD84AB5) is known color: Fuchsia. HEX triplet: D8, 4A and B5. RGB value is (216,74,181). Sum of RGB (Red+Green+Blue) = 216+74+181=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 74 (29.30% from 255 or 15.71% from 471); Blue value is 181 (71.09% from 255 or 38.43% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D84AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84AB5 is #27B54A. Grayscale: #808080. Windows color (decimal): -2602315 or 11881176. OLE color: 11881176.
HSL color Cylindrical-coordinate representation of color #D84AB5: hue angle of 314.79º 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 #D84AB5 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 181 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.15 |
| HSL | 314.79º | 0.65% | 0.57% | - |
| HSV(B) | 314.79º | 0.66% | 0.85% | - |
| XYZ | 39.11 | 22.83 | 46.06 | - |
| YUV | 128.66 | 157.54 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 181 | 0 | 0.66 | 0.16 | 0.15 | 314.79 | 0.65 | 0.57 |
| Hex | D8 | 4A | B5 | 0 | 42 | 10 | F | 13B | 41 | 39 |
| Octal | 330 | 112 | 265 | 0 | 102 | 20 | 17 | 473 | 101 | 71 |
| Binary | 11011000 | 1001010 | 10110101 | 0 | 1000010 | 10000 | 1111 | 100111011 | 1000001 | 111001 |
Color Harmonies of #D84AB5
Complementary color
Monochromatic Colors of #D84AB5
Black with #D84AB5
Text Example
Text Example
White with #D84AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84AB5; }
p { color: rgb(216,74,181); }
H1.HeaderClassName
{
color: #D84AB5;
}
.AnyTagClassName
{
color: #D84AB5;
}
</style>
background-color css
<style>
a { background-color: #D84AB5; }
a { background-color: rgb(216,74,181); }
div.DivClassName
{
background-color: #D84AB5;
}
.BgClassName
{
background-color: #D84AB5;
}
</style>
border-color css
<style>
span { border-color: #D84AB5; }
span { border-color: rgb(216,74,181); }
td.TdClassName
{
border-color: #D84AB5;
}
.TagClassName
{
border-color: #D84AB5;
}
</style>