Shades of Fuchsia #D033B2
Tints of Fuchsia #D033B2
RGB
CMYK
RGB Variations
Color information
#D033B2 (or 0xD033B2) is known color: Fuchsia. HEX triplet: D0, 33 and B2. RGB value is (208,51,178). Sum of RGB (Red+Green+Blue) = 208+51+178=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 51 (20.31% from 255 or 11.67% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D033B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D033B2 is #2FCC4D. Grayscale: #707070. Windows color (decimal): -3132494 or 11678672. OLE color: 11678672.
HSL color Cylindrical-coordinate representation of color #D033B2: hue angle of 311.46º 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 #D033B2 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 178 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.18 |
| HSL | 311.47º | 0.63% | 0.51% | - |
| HSV(B) | 311.47º | 0.75% | 0.82% | - |
| XYZ | 35.23 | 18.99 | 43.93 | - |
| YUV | 112.42 | 165.01 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 178 | 0 | 0.75 | 0.14 | 0.18 | 311.47 | 0.63 | 0.51 |
| Hex | D0 | 33 | B2 | 0 | 4B | E | 12 | 137 | 3F | 33 |
| Octal | 320 | 63 | 262 | 0 | 113 | 16 | 22 | 467 | 77 | 63 |
| Binary | 11010000 | 110011 | 10110010 | 0 | 1001011 | 1110 | 10010 | 100110111 | 111111 | 110011 |
Color Harmonies of #D033B2
Complementary color
Monochromatic Colors of #D033B2
Black with #D033B2
Text Example
Text Example
White with #D033B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D033B2; }
p { color: rgb(208,51,178); }
H1.HeaderClassName
{
color: #D033B2;
}
.AnyTagClassName
{
color: #D033B2;
}
</style>
background-color css
<style>
a { background-color: #D033B2; }
a { background-color: rgb(208,51,178); }
div.DivClassName
{
background-color: #D033B2;
}
.BgClassName
{
background-color: #D033B2;
}
</style>
border-color css
<style>
span { border-color: #D033B2; }
span { border-color: rgb(208,51,178); }
td.TdClassName
{
border-color: #D033B2;
}
.TagClassName
{
border-color: #D033B2;
}
</style>