Shades of Fuchsia #D33BBC
Tints of Fuchsia #D33BBC
RGB
CMYK
RGB Variations
Color information
#D33BBC (or 0xD33BBC) is known color: Fuchsia. HEX triplet: D3, 3B and BC. RGB value is (211,59,188). Sum of RGB (Red+Green+Blue) = 211+59+188=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 59 (23.44% from 255 or 12.88% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 211 - color contains mainly: red. Hex color #D33BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33BBC is #2CC443. Grayscale: #767676. Windows color (decimal): -2933828 or 12336083. OLE color: 12336083.
HSL color Cylindrical-coordinate representation of color #D33BBC: hue angle of 309.08º 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 #D33BBC is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 59 | 188 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.17 |
| HSL | 309.08º | 0.63% | 0.53% | - |
| HSV(B) | 309.08º | 0.72% | 0.83% | - |
| XYZ | 37.51 | 20.61 | 49.58 | - |
| YUV | 119.15 | 166.86 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 59 | 188 | 0 | 0.72 | 0.11 | 0.17 | 309.08 | 0.63 | 0.53 |
| Hex | D3 | 3B | BC | 0 | 48 | B | 11 | 135 | 3F | 35 |
| Octal | 323 | 73 | 274 | 0 | 110 | 13 | 21 | 465 | 77 | 65 |
| Binary | 11010011 | 111011 | 10111100 | 0 | 1001000 | 1011 | 10001 | 100110101 | 111111 | 110101 |
Color Harmonies of #D33BBC
Complementary color
Monochromatic Colors of #D33BBC
Black with #D33BBC
Text Example
Text Example
White with #D33BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33BBC; }
p { color: rgb(211,59,188); }
H1.HeaderClassName
{
color: #D33BBC;
}
.AnyTagClassName
{
color: #D33BBC;
}
</style>
background-color css
<style>
a { background-color: #D33BBC; }
a { background-color: rgb(211,59,188); }
div.DivClassName
{
background-color: #D33BBC;
}
.BgClassName
{
background-color: #D33BBC;
}
</style>
border-color css
<style>
span { border-color: #D33BBC; }
span { border-color: rgb(211,59,188); }
td.TdClassName
{
border-color: #D33BBC;
}
.TagClassName
{
border-color: #D33BBC;
}
</style>