Shades of Fuchsia #D033BB
Tints of Fuchsia #D033BB
RGB
CMYK
RGB Variations
Color information
#D033BB (or 0xD033BB) is known color: Fuchsia. HEX triplet: D0, 33 and BB. RGB value is (208,51,187). Sum of RGB (Red+Green+Blue) = 208+51+187=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 51 (20.31% from 255 or 11.43% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D033BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D033BB is #2FCC44. Grayscale: #717171. Windows color (decimal): -3132485 or 12268496. OLE color: 12268496.
HSL color Cylindrical-coordinate representation of color #D033BB: hue angle of 308.03º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D033BB is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 187 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.18 |
| HSL | 308.03º | 0.63% | 0.51% | - |
| HSV(B) | 308.03º | 0.75% | 0.82% | - |
| XYZ | 36.17 | 19.37 | 48.85 | - |
| YUV | 113.45 | 169.51 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 187 | 0 | 0.75 | 0.10 | 0.18 | 308.03 | 0.63 | 0.51 |
| Hex | D0 | 33 | BB | 0 | 4B | A | 12 | 134 | 3F | 33 |
| Octal | 320 | 63 | 273 | 0 | 113 | 12 | 22 | 464 | 77 | 63 |
| Binary | 11010000 | 110011 | 10111011 | 0 | 1001011 | 1010 | 10010 | 100110100 | 111111 | 110011 |
Color Harmonies of #D033BB
Complementary color
Monochromatic Colors of #D033BB
Black with #D033BB
Text Example
Text Example
White with #D033BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D033BB; }
p { color: rgb(208,51,187); }
H1.HeaderClassName
{
color: #D033BB;
}
.AnyTagClassName
{
color: #D033BB;
}
</style>
background-color css
<style>
a { background-color: #D033BB; }
a { background-color: rgb(208,51,187); }
div.DivClassName
{
background-color: #D033BB;
}
.BgClassName
{
background-color: #D033BB;
}
</style>
border-color css
<style>
span { border-color: #D033BB; }
span { border-color: rgb(208,51,187); }
td.TdClassName
{
border-color: #D033BB;
}
.TagClassName
{
border-color: #D033BB;
}
</style>