Shades of Fuchsia #D93FB5
Tints of Fuchsia #D93FB5
RGB
CMYK
RGB Variations
Color information
#D93FB5 (or 0xD93FB5) is known color: Fuchsia. HEX triplet: D9, 3F and B5. RGB value is (217,63,181). Sum of RGB (Red+Green+Blue) = 217+63+181=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 63 (25% from 255 or 13.67% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D93FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93FB5 is #26C04A. Grayscale: #7A7A7A. Windows color (decimal): -2539595 or 11878361. OLE color: 11878361.
HSL color Cylindrical-coordinate representation of color #D93FB5: hue angle of 314.03º 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 #D93FB5 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 63 | 181 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.15 |
| HSL | 314.03º | 0.67% | 0.55% | - |
| HSV(B) | 314.03º | 0.71% | 0.85% | - |
| XYZ | 38.73 | 21.64 | 45.85 | - |
| YUV | 122.5 | 161.02 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 63 | 181 | 0 | 0.71 | 0.17 | 0.15 | 314.03 | 0.67 | 0.55 |
| Hex | D9 | 3F | B5 | 0 | 47 | 11 | F | 13A | 43 | 37 |
| Octal | 331 | 77 | 265 | 0 | 107 | 21 | 17 | 472 | 103 | 67 |
| Binary | 11011001 | 111111 | 10110101 | 0 | 1000111 | 10001 | 1111 | 100111010 | 1000011 | 110111 |
Color Harmonies of #D93FB5
Complementary color
Monochromatic Colors of #D93FB5
Black with #D93FB5
Text Example
Text Example
White with #D93FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93FB5; }
p { color: rgb(217,63,181); }
H1.HeaderClassName
{
color: #D93FB5;
}
.AnyTagClassName
{
color: #D93FB5;
}
</style>
background-color css
<style>
a { background-color: #D93FB5; }
a { background-color: rgb(217,63,181); }
div.DivClassName
{
background-color: #D93FB5;
}
.BgClassName
{
background-color: #D93FB5;
}
</style>
border-color css
<style>
span { border-color: #D93FB5; }
span { border-color: rgb(217,63,181); }
td.TdClassName
{
border-color: #D93FB5;
}
.TagClassName
{
border-color: #D93FB5;
}
</style>