Shades of Fuchsia #D364BA
Tints of Fuchsia #D364BA
RGB
CMYK
RGB Variations
Color information
#D364BA (or 0xD364BA) is known color: Fuchsia. HEX triplet: D3, 64 and BA. RGB value is (211,100,186). Sum of RGB (Red+Green+Blue) = 211+100+186=497 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.45% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 211 - color contains mainly: red. Hex color #D364BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D364BA is #2C9B45. Grayscale: #8E8E8E. Windows color (decimal): -2923334 or 12215507. OLE color: 12215507.
HSL color Cylindrical-coordinate representation of color #D364BA: hue angle of 313.51º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D364BA is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 100 | 186 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.17 |
| HSL | 313.51º | 0.56% | 0.61% | - |
| HSV(B) | 313.51º | 0.53% | 0.83% | - |
| XYZ | 40.28 | 26.51 | 49.45 | - |
| YUV | 142.99 | 152.27 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 100 | 186 | 0 | 0.53 | 0.12 | 0.17 | 313.51 | 0.56 | 0.61 |
| Hex | D3 | 64 | BA | 0 | 35 | C | 11 | 13A | 38 | 3D |
| Octal | 323 | 144 | 272 | 0 | 65 | 14 | 21 | 472 | 70 | 75 |
| Binary | 11010011 | 1100100 | 10111010 | 0 | 110101 | 1100 | 10001 | 100111010 | 111000 | 111101 |
Color Harmonies of #D364BA
Complementary color
Monochromatic Colors of #D364BA
Black with #D364BA
Text Example
Text Example
White with #D364BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D364BA; }
p { color: rgb(211,100,186); }
H1.HeaderClassName
{
color: #D364BA;
}
.AnyTagClassName
{
color: #D364BA;
}
</style>
background-color css
<style>
a { background-color: #D364BA; }
a { background-color: rgb(211,100,186); }
div.DivClassName
{
background-color: #D364BA;
}
.BgClassName
{
background-color: #D364BA;
}
</style>
border-color css
<style>
span { border-color: #D364BA; }
span { border-color: rgb(211,100,186); }
td.TdClassName
{
border-color: #D364BA;
}
.TagClassName
{
border-color: #D364BA;
}
</style>