Shades of Fuchsia #D033D3
Tints of Fuchsia #D033D3
RGB
CMYK
RGB Variations
Color information
#D033D3 (or 0xD033D3) is known color: Fuchsia. HEX triplet: D0, 33 and D3. RGB value is (208,51,211). Sum of RGB (Red+Green+Blue) = 208+51+211=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 51 (20.31% from 255 or 10.85% from 470); Blue value is 211 (82.81% from 255 or 44.89% from 470); Max value from RGB is 211 - color contains mainly: blue. Hex color #D033D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D033D3 is #2FCC2C. Grayscale: #737373. Windows color (decimal): -3132461 or 13841360. OLE color: 13841360.
HSL color Cylindrical-coordinate representation of color #D033D3: hue angle of 298.88º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D033D3 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 51 | 211 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.17 |
| HSL | 298.88º | 0.65% | 0.51% | - |
| HSV(B) | 298.88º | 0.76% | 0.83% | - |
| XYZ | 38.95 | 20.48 | 63.53 | - |
| YUV | 116.18 | 181.51 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 211 | 0.01 | 0.76 | 0 | 0.17 | 298.88 | 0.65 | 0.51 |
| Hex | D0 | 33 | D3 | 1 | 4C | 0 | 11 | 12B | 41 | 33 |
| Octal | 320 | 63 | 323 | 1 | 114 | 0 | 21 | 453 | 101 | 63 |
| Binary | 11010000 | 110011 | 11010011 | 1 | 1001100 | 0 | 10001 | 100101011 | 1000001 | 110011 |
Color Harmonies of #D033D3
Complementary color
Monochromatic Colors of #D033D3
Black with #D033D3
Text Example
Text Example
White with #D033D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D033D3; }
p { color: rgb(208,51,211); }
H1.HeaderClassName
{
color: #D033D3;
}
.AnyTagClassName
{
color: #D033D3;
}
</style>
background-color css
<style>
a { background-color: #D033D3; }
a { background-color: rgb(208,51,211); }
div.DivClassName
{
background-color: #D033D3;
}
.BgClassName
{
background-color: #D033D3;
}
</style>
border-color css
<style>
span { border-color: #D033D3; }
span { border-color: rgb(208,51,211); }
td.TdClassName
{
border-color: #D033D3;
}
.TagClassName
{
border-color: #D033D3;
}
</style>