Shades of Fuchsia #D93FB0
Tints of Fuchsia #D93FB0
RGB
CMYK
RGB Variations
Color information
#D93FB0 (or 0xD93FB0) is known color: Fuchsia. HEX triplet: D9, 3F and B0. RGB value is (217,63,176). Sum of RGB (Red+Green+Blue) = 217+63+176=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 63 (25% from 255 or 13.82% from 456); Blue value is 176 (69.14% from 255 or 38.60% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D93FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93FB0 is #26C04F. Grayscale: #797979. Windows color (decimal): -2539600 or 11550681. OLE color: 11550681.
HSL color Cylindrical-coordinate representation of color #D93FB0: hue angle of 315.97º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D93FB0 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 63 | 176 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.15 |
| HSL | 315.97º | 0.67% | 0.55% | - |
| HSV(B) | 315.97º | 0.71% | 0.85% | - |
| XYZ | 38.23 | 21.44 | 43.2 | - |
| YUV | 121.93 | 158.52 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 63 | 176 | 0 | 0.71 | 0.19 | 0.15 | 315.97 | 0.67 | 0.55 |
| Hex | D9 | 3F | B0 | 0 | 47 | 13 | F | 13C | 43 | 37 |
| Octal | 331 | 77 | 260 | 0 | 107 | 23 | 17 | 474 | 103 | 67 |
| Binary | 11011001 | 111111 | 10110000 | 0 | 1000111 | 10011 | 1111 | 100111100 | 1000011 | 110111 |
Color Harmonies of #D93FB0
Complementary color
Monochromatic Colors of #D93FB0
Black with #D93FB0
Text Example
Text Example
White with #D93FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93FB0; }
p { color: rgb(217,63,176); }
H1.HeaderClassName
{
color: #D93FB0;
}
.AnyTagClassName
{
color: #D93FB0;
}
</style>
background-color css
<style>
a { background-color: #D93FB0; }
a { background-color: rgb(217,63,176); }
div.DivClassName
{
background-color: #D93FB0;
}
.BgClassName
{
background-color: #D93FB0;
}
</style>
border-color css
<style>
span { border-color: #D93FB0; }
span { border-color: rgb(217,63,176); }
td.TdClassName
{
border-color: #D93FB0;
}
.TagClassName
{
border-color: #D93FB0;
}
</style>