Shades of Fuchsia #D93FB2
Tints of Fuchsia #D93FB2
RGB
CMYK
RGB Variations
Color information
#D93FB2 (or 0xD93FB2) is known color: Fuchsia. HEX triplet: D9, 3F and B2. RGB value is (217,63,178). Sum of RGB (Red+Green+Blue) = 217+63+178=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 63 (25% from 255 or 13.76% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D93FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93FB2 is #26C04D. Grayscale: #797979. Windows color (decimal): -2539598 or 11681753. OLE color: 11681753.
HSL color Cylindrical-coordinate representation of color #D93FB2: hue angle of 315.19º 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 #D93FB2 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 63 | 178 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.15 |
| HSL | 315.19º | 0.67% | 0.55% | - |
| HSV(B) | 315.19º | 0.71% | 0.85% | - |
| XYZ | 38.43 | 21.52 | 44.25 | - |
| YUV | 122.16 | 159.52 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 63 | 178 | 0 | 0.71 | 0.18 | 0.15 | 315.19 | 0.67 | 0.55 |
| Hex | D9 | 3F | B2 | 0 | 47 | 12 | F | 13B | 43 | 37 |
| Octal | 331 | 77 | 262 | 0 | 107 | 22 | 17 | 473 | 103 | 67 |
| Binary | 11011001 | 111111 | 10110010 | 0 | 1000111 | 10010 | 1111 | 100111011 | 1000011 | 110111 |
Color Harmonies of #D93FB2
Complementary color
Monochromatic Colors of #D93FB2
Black with #D93FB2
Text Example
Text Example
White with #D93FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93FB2; }
p { color: rgb(217,63,178); }
H1.HeaderClassName
{
color: #D93FB2;
}
.AnyTagClassName
{
color: #D93FB2;
}
</style>
background-color css
<style>
a { background-color: #D93FB2; }
a { background-color: rgb(217,63,178); }
div.DivClassName
{
background-color: #D93FB2;
}
.BgClassName
{
background-color: #D93FB2;
}
</style>
border-color css
<style>
span { border-color: #D93FB2; }
span { border-color: rgb(217,63,178); }
td.TdClassName
{
border-color: #D93FB2;
}
.TagClassName
{
border-color: #D93FB2;
}
</style>