Shades of Fuchsia #D939BA
Tints of Fuchsia #D939BA
RGB
CMYK
RGB Variations
Color information
#D939BA (or 0xD939BA) is known color: Fuchsia. HEX triplet: D9, 39 and BA. RGB value is (217,57,186). Sum of RGB (Red+Green+Blue) = 217+57+186=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 57 (22.66% from 255 or 12.39% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D939BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D939BA is #26C645. Grayscale: #777777. Windows color (decimal): -2541126 or 12204505. OLE color: 12204505.
HSL color Cylindrical-coordinate representation of color #D939BA: hue angle of 311.62º 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 #D939BA is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 57 | 186 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.15 |
| HSL | 311.63º | 0.68% | 0.54% | - |
| HSV(B) | 311.63º | 0.74% | 0.85% | - |
| XYZ | 38.94 | 21.22 | 48.5 | - |
| YUV | 119.55 | 165.51 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 57 | 186 | 0 | 0.74 | 0.14 | 0.15 | 311.63 | 0.68 | 0.54 |
| Hex | D9 | 39 | BA | 0 | 4A | E | F | 138 | 44 | 36 |
| Octal | 331 | 71 | 272 | 0 | 112 | 16 | 17 | 470 | 104 | 66 |
| Binary | 11011001 | 111001 | 10111010 | 0 | 1001010 | 1110 | 1111 | 100111000 | 1000100 | 110110 |
Color Harmonies of #D939BA
Complementary color
Monochromatic Colors of #D939BA
Black with #D939BA
Text Example
Text Example
White with #D939BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D939BA; }
p { color: rgb(217,57,186); }
H1.HeaderClassName
{
color: #D939BA;
}
.AnyTagClassName
{
color: #D939BA;
}
</style>
background-color css
<style>
a { background-color: #D939BA; }
a { background-color: rgb(217,57,186); }
div.DivClassName
{
background-color: #D939BA;
}
.BgClassName
{
background-color: #D939BA;
}
</style>
border-color css
<style>
span { border-color: #D939BA; }
span { border-color: rgb(217,57,186); }
td.TdClassName
{
border-color: #D939BA;
}
.TagClassName
{
border-color: #D939BA;
}
</style>