Shades of Fuchsia #D936BA
Tints of Fuchsia #D936BA
RGB
CMYK
RGB Variations
Color information
#D936BA (or 0xD936BA) is known color: Fuchsia. HEX triplet: D9, 36 and BA. RGB value is (217,54,186). Sum of RGB (Red+Green+Blue) = 217+54+186=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 54 (21.48% from 255 or 11.82% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D936BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D936BA is #26C945. Grayscale: #757575. Windows color (decimal): -2541894 or 12203737. OLE color: 12203737.
HSL color Cylindrical-coordinate representation of color #D936BA: hue angle of 311.41º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D936BA is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 54 | 186 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.15 |
| HSL | 311.41º | 0.68% | 0.53% | - |
| HSV(B) | 311.41º | 0.75% | 0.85% | - |
| XYZ | 38.8 | 20.94 | 48.45 | - |
| YUV | 117.79 | 166.5 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 54 | 186 | 0 | 0.75 | 0.14 | 0.15 | 311.41 | 0.68 | 0.53 |
| Hex | D9 | 36 | BA | 0 | 4B | E | F | 137 | 44 | 35 |
| Octal | 331 | 66 | 272 | 0 | 113 | 16 | 17 | 467 | 104 | 65 |
| Binary | 11011001 | 110110 | 10111010 | 0 | 1001011 | 1110 | 1111 | 100110111 | 1000100 | 110101 |
Color Harmonies of #D936BA
Complementary color
Monochromatic Colors of #D936BA
Black with #D936BA
Text Example
Text Example
White with #D936BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D936BA; }
p { color: rgb(217,54,186); }
H1.HeaderClassName
{
color: #D936BA;
}
.AnyTagClassName
{
color: #D936BA;
}
</style>
background-color css
<style>
a { background-color: #D936BA; }
a { background-color: rgb(217,54,186); }
div.DivClassName
{
background-color: #D936BA;
}
.BgClassName
{
background-color: #D936BA;
}
</style>
border-color css
<style>
span { border-color: #D936BA; }
span { border-color: rgb(217,54,186); }
td.TdClassName
{
border-color: #D936BA;
}
.TagClassName
{
border-color: #D936BA;
}
</style>