Shades of Fuchsia #D939BE
Tints of Fuchsia #D939BE
RGB
CMYK
RGB Variations
Color information
#D939BE (or 0xD939BE) is known color: Fuchsia. HEX triplet: D9, 39 and BE. RGB value is (217,57,190). Sum of RGB (Red+Green+Blue) = 217+57+190=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 57 (22.66% from 255 or 12.28% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D939BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D939BE is #26C641. Grayscale: #777777. Windows color (decimal): -2541122 or 12466649. OLE color: 12466649.
HSL color Cylindrical-coordinate representation of color #D939BE: hue angle of 310.12º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D939BE is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 57 | 190 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.15 |
| HSL | 310.13º | 0.68% | 0.54% | - |
| HSV(B) | 310.13º | 0.74% | 0.85% | - |
| XYZ | 39.37 | 21.4 | 50.77 | - |
| YUV | 120 | 167.51 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 57 | 190 | 0 | 0.74 | 0.12 | 0.15 | 310.13 | 0.68 | 0.54 |
| Hex | D9 | 39 | BE | 0 | 4A | C | F | 136 | 44 | 36 |
| Octal | 331 | 71 | 276 | 0 | 112 | 14 | 17 | 466 | 104 | 66 |
| Binary | 11011001 | 111001 | 10111110 | 0 | 1001010 | 1100 | 1111 | 100110110 | 1000100 | 110110 |
Color Harmonies of #D939BE
Complementary color
Monochromatic Colors of #D939BE
Black with #D939BE
Text Example
Text Example
White with #D939BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D939BE; }
p { color: rgb(217,57,190); }
H1.HeaderClassName
{
color: #D939BE;
}
.AnyTagClassName
{
color: #D939BE;
}
</style>
background-color css
<style>
a { background-color: #D939BE; }
a { background-color: rgb(217,57,190); }
div.DivClassName
{
background-color: #D939BE;
}
.BgClassName
{
background-color: #D939BE;
}
</style>
border-color css
<style>
span { border-color: #D939BE; }
span { border-color: rgb(217,57,190); }
td.TdClassName
{
border-color: #D939BE;
}
.TagClassName
{
border-color: #D939BE;
}
</style>