Shades of Fuchsia #D33BBB
Tints of Fuchsia #D33BBB
RGB
CMYK
RGB Variations
Color information
#D33BBB (or 0xD33BBB) is known color: Fuchsia. HEX triplet: D3, 3B and BB. RGB value is (211,59,187). Sum of RGB (Red+Green+Blue) = 211+59+187=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 59 (23.44% from 255 or 12.91% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 211 - color contains mainly: red. Hex color #D33BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33BBB is #2CC444. Grayscale: #767676. Windows color (decimal): -2933829 or 12270547. OLE color: 12270547.
HSL color Cylindrical-coordinate representation of color #D33BBB: hue angle of 309.47º 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 #D33BBB is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 59 | 187 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.17 |
| HSL | 309.47º | 0.63% | 0.53% | - |
| HSV(B) | 309.47º | 0.72% | 0.83% | - |
| XYZ | 37.4 | 20.56 | 49.01 | - |
| YUV | 119.04 | 166.36 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 59 | 187 | 0 | 0.72 | 0.11 | 0.17 | 309.47 | 0.63 | 0.53 |
| Hex | D3 | 3B | BB | 0 | 48 | B | 11 | 135 | 3F | 35 |
| Octal | 323 | 73 | 273 | 0 | 110 | 13 | 21 | 465 | 77 | 65 |
| Binary | 11010011 | 111011 | 10111011 | 0 | 1001000 | 1011 | 10001 | 100110101 | 111111 | 110101 |
Color Harmonies of #D33BBB
Complementary color
Monochromatic Colors of #D33BBB
Black with #D33BBB
Text Example
Text Example
White with #D33BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33BBB; }
p { color: rgb(211,59,187); }
H1.HeaderClassName
{
color: #D33BBB;
}
.AnyTagClassName
{
color: #D33BBB;
}
</style>
background-color css
<style>
a { background-color: #D33BBB; }
a { background-color: rgb(211,59,187); }
div.DivClassName
{
background-color: #D33BBB;
}
.BgClassName
{
background-color: #D33BBB;
}
</style>
border-color css
<style>
span { border-color: #D33BBB; }
span { border-color: rgb(211,59,187); }
td.TdClassName
{
border-color: #D33BBB;
}
.TagClassName
{
border-color: #D33BBB;
}
</style>