Shades of Fuchsia #D938BA
Tints of Fuchsia #D938BA
RGB
CMYK
RGB Variations
Color information
#D938BA (or 0xD938BA) is known color: Fuchsia. HEX triplet: D9, 38 and BA. RGB value is (217,56,186). Sum of RGB (Red+Green+Blue) = 217+56+186=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 56 (22.27% from 255 or 12.20% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D938BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D938BA is #26C745. Grayscale: #767676. Windows color (decimal): -2541382 or 12204249. OLE color: 12204249.
HSL color Cylindrical-coordinate representation of color #D938BA: hue angle of 311.55º 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 #D938BA is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 56 | 186 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.15 |
| HSL | 311.55º | 0.68% | 0.54% | - |
| HSV(B) | 311.55º | 0.74% | 0.85% | - |
| XYZ | 38.89 | 21.13 | 48.48 | - |
| YUV | 118.96 | 165.84 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 56 | 186 | 0 | 0.74 | 0.14 | 0.15 | 311.55 | 0.68 | 0.54 |
| Hex | D9 | 38 | BA | 0 | 4A | E | F | 138 | 44 | 36 |
| Octal | 331 | 70 | 272 | 0 | 112 | 16 | 17 | 470 | 104 | 66 |
| Binary | 11011001 | 111000 | 10111010 | 0 | 1001010 | 1110 | 1111 | 100111000 | 1000100 | 110110 |
Color Harmonies of #D938BA
Complementary color
Monochromatic Colors of #D938BA
Black with #D938BA
Text Example
Text Example
White with #D938BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D938BA; }
p { color: rgb(217,56,186); }
H1.HeaderClassName
{
color: #D938BA;
}
.AnyTagClassName
{
color: #D938BA;
}
</style>
background-color css
<style>
a { background-color: #D938BA; }
a { background-color: rgb(217,56,186); }
div.DivClassName
{
background-color: #D938BA;
}
.BgClassName
{
background-color: #D938BA;
}
</style>
border-color css
<style>
span { border-color: #D938BA; }
span { border-color: rgb(217,56,186); }
td.TdClassName
{
border-color: #D938BA;
}
.TagClassName
{
border-color: #D938BA;
}
</style>