Shades of Fuchsia #D83AC5
Tints of Fuchsia #D83AC5
RGB
CMYK
RGB Variations
Color information
#D83AC5 (or 0xD83AC5) is known color: Fuchsia. HEX triplet: D8, 3A and C5. RGB value is (216,58,197). Sum of RGB (Red+Green+Blue) = 216+58+197=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 58 (23.05% from 255 or 12.31% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D83AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83AC5 is #27C53A. Grayscale: #787878. Windows color (decimal): -2606395 or 12925656. OLE color: 12925656.
HSL color Cylindrical-coordinate representation of color #D83AC5: hue angle of 307.22º 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 #D83AC5 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 58 | 197 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.15 |
| HSL | 307.22º | 0.67% | 0.54% | - |
| HSV(B) | 307.22º | 0.73% | 0.85% | - |
| XYZ | 39.91 | 21.66 | 54.9 | - |
| YUV | 121.09 | 170.85 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 58 | 197 | 0 | 0.73 | 0.09 | 0.15 | 307.22 | 0.67 | 0.54 |
| Hex | D8 | 3A | C5 | 0 | 49 | 9 | F | 133 | 43 | 36 |
| Octal | 330 | 72 | 305 | 0 | 111 | 11 | 17 | 463 | 103 | 66 |
| Binary | 11011000 | 111010 | 11000101 | 0 | 1001001 | 1001 | 1111 | 100110011 | 1000011 | 110110 |
Color Harmonies of #D83AC5
Complementary color
Monochromatic Colors of #D83AC5
Black with #D83AC5
Text Example
Text Example
White with #D83AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83AC5; }
p { color: rgb(216,58,197); }
H1.HeaderClassName
{
color: #D83AC5;
}
.AnyTagClassName
{
color: #D83AC5;
}
</style>
background-color css
<style>
a { background-color: #D83AC5; }
a { background-color: rgb(216,58,197); }
div.DivClassName
{
background-color: #D83AC5;
}
.BgClassName
{
background-color: #D83AC5;
}
</style>
border-color css
<style>
span { border-color: #D83AC5; }
span { border-color: rgb(216,58,197); }
td.TdClassName
{
border-color: #D83AC5;
}
.TagClassName
{
border-color: #D83AC5;
}
</style>