Shades of Fuchsia #D83DB5
Tints of Fuchsia #D83DB5
RGB
CMYK
RGB Variations
Color information
#D83DB5 (or 0xD83DB5) is known color: Fuchsia. HEX triplet: D8, 3D and B5. RGB value is (216,61,181). Sum of RGB (Red+Green+Blue) = 216+61+181=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 61 (24.22% from 255 or 13.32% from 458); Blue value is 181 (71.09% from 255 or 39.52% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D83DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83DB5 is #27C24A. Grayscale: #787878. Windows color (decimal): -2605643 or 11877848. OLE color: 11877848.
HSL color Cylindrical-coordinate representation of color #D83DB5: hue angle of 313.55º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D83DB5 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 61 | 181 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.15 |
| HSL | 313.55º | 0.67% | 0.54% | - |
| HSV(B) | 313.55º | 0.72% | 0.85% | - |
| XYZ | 38.33 | 21.27 | 45.8 | - |
| YUV | 121.03 | 161.85 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 61 | 181 | 0 | 0.72 | 0.16 | 0.15 | 313.55 | 0.67 | 0.54 |
| Hex | D8 | 3D | B5 | 0 | 48 | 10 | F | 13A | 43 | 36 |
| Octal | 330 | 75 | 265 | 0 | 110 | 20 | 17 | 472 | 103 | 66 |
| Binary | 11011000 | 111101 | 10110101 | 0 | 1001000 | 10000 | 1111 | 100111010 | 1000011 | 110110 |
Color Harmonies of #D83DB5
Complementary color
Monochromatic Colors of #D83DB5
Black with #D83DB5
Text Example
Text Example
White with #D83DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83DB5; }
p { color: rgb(216,61,181); }
H1.HeaderClassName
{
color: #D83DB5;
}
.AnyTagClassName
{
color: #D83DB5;
}
</style>
background-color css
<style>
a { background-color: #D83DB5; }
a { background-color: rgb(216,61,181); }
div.DivClassName
{
background-color: #D83DB5;
}
.BgClassName
{
background-color: #D83DB5;
}
</style>
border-color css
<style>
span { border-color: #D83DB5; }
span { border-color: rgb(216,61,181); }
td.TdClassName
{
border-color: #D83DB5;
}
.TagClassName
{
border-color: #D83DB5;
}
</style>