Shades of Fuchsia #D83AC1
Tints of Fuchsia #D83AC1
RGB
CMYK
RGB Variations
Color information
#D83AC1 (or 0xD83AC1) is known color: Fuchsia. HEX triplet: D8, 3A and C1. RGB value is (216,58,193). Sum of RGB (Red+Green+Blue) = 216+58+193=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 58 (23.05% from 255 or 12.42% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D83AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83AC1 is #27C53E. Grayscale: #787878. Windows color (decimal): -2606399 or 12663512. OLE color: 12663512.
HSL color Cylindrical-coordinate representation of color #D83AC1: hue angle of 308.73º 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 #D83AC1 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 58 | 193 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.15 |
| HSL | 308.73º | 0.67% | 0.54% | - |
| HSV(B) | 308.73º | 0.73% | 0.85% | - |
| XYZ | 39.46 | 21.48 | 52.52 | - |
| YUV | 120.63 | 168.85 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 58 | 193 | 0 | 0.73 | 0.11 | 0.15 | 308.73 | 0.67 | 0.54 |
| Hex | D8 | 3A | C1 | 0 | 49 | B | F | 135 | 43 | 36 |
| Octal | 330 | 72 | 301 | 0 | 111 | 13 | 17 | 465 | 103 | 66 |
| Binary | 11011000 | 111010 | 11000001 | 0 | 1001001 | 1011 | 1111 | 100110101 | 1000011 | 110110 |
Color Harmonies of #D83AC1
Complementary color
Monochromatic Colors of #D83AC1
Black with #D83AC1
Text Example
Text Example
White with #D83AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83AC1; }
p { color: rgb(216,58,193); }
H1.HeaderClassName
{
color: #D83AC1;
}
.AnyTagClassName
{
color: #D83AC1;
}
</style>
background-color css
<style>
a { background-color: #D83AC1; }
a { background-color: rgb(216,58,193); }
div.DivClassName
{
background-color: #D83AC1;
}
.BgClassName
{
background-color: #D83AC1;
}
</style>
border-color css
<style>
span { border-color: #D83AC1; }
span { border-color: rgb(216,58,193); }
td.TdClassName
{
border-color: #D83AC1;
}
.TagClassName
{
border-color: #D83AC1;
}
</style>