Shades of Fuchsia #D93FB4
Tints of Fuchsia #D93FB4
RGB
CMYK
RGB Variations
Color information
#D93FB4 (or 0xD93FB4) is known color: Fuchsia. HEX triplet: D9, 3F and B4. RGB value is (217,63,180). Sum of RGB (Red+Green+Blue) = 217+63+180=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 180 (70.70% from 255 or 39.13% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D93FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93FB4 is #26C04B. Grayscale: #7A7A7A. Windows color (decimal): -2539596 or 11812825. OLE color: 11812825.
HSL color Cylindrical-coordinate representation of color #D93FB4: hue angle of 314.42º 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 #D93FB4 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 63 | 180 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.15 |
| HSL | 314.42º | 0.67% | 0.55% | - |
| HSV(B) | 314.42º | 0.71% | 0.85% | - |
| XYZ | 38.63 | 21.6 | 45.31 | - |
| YUV | 122.38 | 160.52 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 63 | 180 | 0 | 0.71 | 0.17 | 0.15 | 314.42 | 0.67 | 0.55 |
| Hex | D9 | 3F | B4 | 0 | 47 | 11 | F | 13A | 43 | 37 |
| Octal | 331 | 77 | 264 | 0 | 107 | 21 | 17 | 472 | 103 | 67 |
| Binary | 11011001 | 111111 | 10110100 | 0 | 1000111 | 10001 | 1111 | 100111010 | 1000011 | 110111 |
Color Harmonies of #D93FB4
Complementary color
Monochromatic Colors of #D93FB4
Black with #D93FB4
Text Example
Text Example
White with #D93FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93FB4; }
p { color: rgb(217,63,180); }
H1.HeaderClassName
{
color: #D93FB4;
}
.AnyTagClassName
{
color: #D93FB4;
}
</style>
background-color css
<style>
a { background-color: #D93FB4; }
a { background-color: rgb(217,63,180); }
div.DivClassName
{
background-color: #D93FB4;
}
.BgClassName
{
background-color: #D93FB4;
}
</style>
border-color css
<style>
span { border-color: #D93FB4; }
span { border-color: rgb(217,63,180); }
td.TdClassName
{
border-color: #D93FB4;
}
.TagClassName
{
border-color: #D93FB4;
}
</style>