Shades of Fuchsia #D83AB4
Tints of Fuchsia #D83AB4
RGB
CMYK
RGB Variations
Color information
#D83AB4 (or 0xD83AB4) is known color: Fuchsia. HEX triplet: D8, 3A and B4. RGB value is (216,58,180). Sum of RGB (Red+Green+Blue) = 216+58+180=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 58 (23.05% from 255 or 12.78% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D83AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83AB4 is #27C54B. Grayscale: #767676. Windows color (decimal): -2606412 or 11811544. OLE color: 11811544.
HSL color Cylindrical-coordinate representation of color #D83AB4: hue angle of 313.67º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D83AB4 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 58 | 180 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.15 |
| HSL | 313.67º | 0.67% | 0.54% | - |
| HSV(B) | 313.67º | 0.73% | 0.85% | - |
| XYZ | 38.07 | 20.92 | 45.21 | - |
| YUV | 119.15 | 162.35 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 58 | 180 | 0 | 0.73 | 0.17 | 0.15 | 313.67 | 0.67 | 0.54 |
| Hex | D8 | 3A | B4 | 0 | 49 | 11 | F | 13A | 43 | 36 |
| Octal | 330 | 72 | 264 | 0 | 111 | 21 | 17 | 472 | 103 | 66 |
| Binary | 11011000 | 111010 | 10110100 | 0 | 1001001 | 10001 | 1111 | 100111010 | 1000011 | 110110 |
Color Harmonies of #D83AB4
Complementary color
Monochromatic Colors of #D83AB4
Black with #D83AB4
Text Example
Text Example
White with #D83AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83AB4; }
p { color: rgb(216,58,180); }
H1.HeaderClassName
{
color: #D83AB4;
}
.AnyTagClassName
{
color: #D83AB4;
}
</style>
background-color css
<style>
a { background-color: #D83AB4; }
a { background-color: rgb(216,58,180); }
div.DivClassName
{
background-color: #D83AB4;
}
.BgClassName
{
background-color: #D83AB4;
}
</style>
border-color css
<style>
span { border-color: #D83AB4; }
span { border-color: rgb(216,58,180); }
td.TdClassName
{
border-color: #D83AB4;
}
.TagClassName
{
border-color: #D83AB4;
}
</style>