Shades of Fuchsia #D84AB8
Tints of Fuchsia #D84AB8
RGB
CMYK
RGB Variations
Color information
#D84AB8 (or 0xD84AB8) is known color: Fuchsia. HEX triplet: D8, 4A and B8. RGB value is (216,74,184). Sum of RGB (Red+Green+Blue) = 216+74+184=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 74 (29.30% from 255 or 15.61% from 474); Blue value is 184 (72.27% from 255 or 38.82% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D84AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84AB8 is #27B547. Grayscale: #808080. Windows color (decimal): -2602312 or 12077784. OLE color: 12077784.
HSL color Cylindrical-coordinate representation of color #D84AB8: hue angle of 313.52º 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 #D84AB8 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 184 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.15 |
| HSL | 313.52º | 0.65% | 0.57% | - |
| HSV(B) | 313.52º | 0.66% | 0.85% | - |
| XYZ | 39.42 | 22.96 | 47.7 | - |
| YUV | 129 | 159.04 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 184 | 0 | 0.66 | 0.15 | 0.15 | 313.52 | 0.65 | 0.57 |
| Hex | D8 | 4A | B8 | 0 | 42 | F | F | 13A | 41 | 39 |
| Octal | 330 | 112 | 270 | 0 | 102 | 17 | 17 | 472 | 101 | 71 |
| Binary | 11011000 | 1001010 | 10111000 | 0 | 1000010 | 1111 | 1111 | 100111010 | 1000001 | 111001 |
Color Harmonies of #D84AB8
Complementary color
Monochromatic Colors of #D84AB8
Black with #D84AB8
Text Example
Text Example
White with #D84AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84AB8; }
p { color: rgb(216,74,184); }
H1.HeaderClassName
{
color: #D84AB8;
}
.AnyTagClassName
{
color: #D84AB8;
}
</style>
background-color css
<style>
a { background-color: #D84AB8; }
a { background-color: rgb(216,74,184); }
div.DivClassName
{
background-color: #D84AB8;
}
.BgClassName
{
background-color: #D84AB8;
}
</style>
border-color css
<style>
span { border-color: #D84AB8; }
span { border-color: rgb(216,74,184); }
td.TdClassName
{
border-color: #D84AB8;
}
.TagClassName
{
border-color: #D84AB8;
}
</style>