Shades of Fuchsia #D33BBA
Tints of Fuchsia #D33BBA
RGB
CMYK
RGB Variations
Color information
#D33BBA (or 0xD33BBA) is known color: Fuchsia. HEX triplet: D3, 3B and BA. RGB value is (211,59,186). Sum of RGB (Red+Green+Blue) = 211+59+186=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 59 (23.44% from 255 or 12.94% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 211 - color contains mainly: red. Hex color #D33BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33BBA is #2CC445. Grayscale: #767676. Windows color (decimal): -2933830 or 12205011. OLE color: 12205011.
HSL color Cylindrical-coordinate representation of color #D33BBA: hue angle of 309.87º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D33BBA is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 59 | 186 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.17 |
| HSL | 309.87º | 0.63% | 0.53% | - |
| HSV(B) | 309.87º | 0.72% | 0.83% | - |
| XYZ | 37.29 | 20.52 | 48.45 | - |
| YUV | 118.93 | 165.86 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 59 | 186 | 0 | 0.72 | 0.12 | 0.17 | 309.87 | 0.63 | 0.53 |
| Hex | D3 | 3B | BA | 0 | 48 | C | 11 | 136 | 3F | 35 |
| Octal | 323 | 73 | 272 | 0 | 110 | 14 | 21 | 466 | 77 | 65 |
| Binary | 11010011 | 111011 | 10111010 | 0 | 1001000 | 1100 | 10001 | 100110110 | 111111 | 110101 |
Color Harmonies of #D33BBA
Complementary color
Monochromatic Colors of #D33BBA
Black with #D33BBA
Text Example
Text Example
White with #D33BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33BBA; }
p { color: rgb(211,59,186); }
H1.HeaderClassName
{
color: #D33BBA;
}
.AnyTagClassName
{
color: #D33BBA;
}
</style>
background-color css
<style>
a { background-color: #D33BBA; }
a { background-color: rgb(211,59,186); }
div.DivClassName
{
background-color: #D33BBA;
}
.BgClassName
{
background-color: #D33BBA;
}
</style>
border-color css
<style>
span { border-color: #D33BBA; }
span { border-color: rgb(211,59,186); }
td.TdClassName
{
border-color: #D33BBA;
}
.TagClassName
{
border-color: #D33BBA;
}
</style>