Shades of Fuchsia #D93FB8
Tints of Fuchsia #D93FB8
RGB
CMYK
RGB Variations
Color information
#D93FB8 (or 0xD93FB8) is known color: Fuchsia. HEX triplet: D9, 3F and B8. RGB value is (217,63,184). Sum of RGB (Red+Green+Blue) = 217+63+184=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D93FB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93FB8 is #26C047. Grayscale: #7A7A7A. Windows color (decimal): -2539592 or 12074969. OLE color: 12074969.
HSL color Cylindrical-coordinate representation of color #D93FB8: hue angle of 312.86º 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 #D93FB8 is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 63 | 184 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.15 |
| HSL | 312.86º | 0.67% | 0.55% | - |
| HSV(B) | 312.86º | 0.71% | 0.85% | - |
| XYZ | 39.04 | 21.77 | 47.49 | - |
| YUV | 122.84 | 162.52 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 63 | 184 | 0 | 0.71 | 0.15 | 0.15 | 312.86 | 0.67 | 0.55 |
| Hex | D9 | 3F | B8 | 0 | 47 | F | F | 139 | 43 | 37 |
| Octal | 331 | 77 | 270 | 0 | 107 | 17 | 17 | 471 | 103 | 67 |
| Binary | 11011001 | 111111 | 10111000 | 0 | 1000111 | 1111 | 1111 | 100111001 | 1000011 | 110111 |
Color Harmonies of #D93FB8
Complementary color
Monochromatic Colors of #D93FB8
Black with #D93FB8
Text Example
Text Example
White with #D93FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93FB8; }
p { color: rgb(217,63,184); }
H1.HeaderClassName
{
color: #D93FB8;
}
.AnyTagClassName
{
color: #D93FB8;
}
</style>
background-color css
<style>
a { background-color: #D93FB8; }
a { background-color: rgb(217,63,184); }
div.DivClassName
{
background-color: #D93FB8;
}
.BgClassName
{
background-color: #D93FB8;
}
</style>
border-color css
<style>
span { border-color: #D93FB8; }
span { border-color: rgb(217,63,184); }
td.TdClassName
{
border-color: #D93FB8;
}
.TagClassName
{
border-color: #D93FB8;
}
</style>