Shades of Fuchsia #D032B3
Tints of Fuchsia #D032B3
RGB
CMYK
RGB Variations
Color information
#D032B3 (or 0xD032B3) is known color: Fuchsia. HEX triplet: D0, 32 and B3. RGB value is (208,50,179). Sum of RGB (Red+Green+Blue) = 208+50+179=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 50 (19.92% from 255 or 11.44% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D032B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D032B3 is #2FCD4C. Grayscale: #6F6F6F. Windows color (decimal): -3132749 or 11743952. OLE color: 11743952.
HSL color Cylindrical-coordinate representation of color #D032B3: hue angle of 311.01º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D032B3 is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 50 | 179 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.18 |
| HSL | 311.01º | 0.63% | 0.51% | - |
| HSV(B) | 311.01º | 0.76% | 0.82% | - |
| XYZ | 35.29 | 18.95 | 44.44 | - |
| YUV | 111.95 | 165.85 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 179 | 0 | 0.76 | 0.14 | 0.18 | 311.01 | 0.63 | 0.51 |
| Hex | D0 | 32 | B3 | 0 | 4C | E | 12 | 137 | 3F | 33 |
| Octal | 320 | 62 | 263 | 0 | 114 | 16 | 22 | 467 | 77 | 63 |
| Binary | 11010000 | 110010 | 10110011 | 0 | 1001100 | 1110 | 10010 | 100110111 | 111111 | 110011 |
Color Harmonies of #D032B3
Complementary color
Monochromatic Colors of #D032B3
Black with #D032B3
Text Example
Text Example
White with #D032B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D032B3; }
p { color: rgb(208,50,179); }
H1.HeaderClassName
{
color: #D032B3;
}
.AnyTagClassName
{
color: #D032B3;
}
</style>
background-color css
<style>
a { background-color: #D032B3; }
a { background-color: rgb(208,50,179); }
div.DivClassName
{
background-color: #D032B3;
}
.BgClassName
{
background-color: #D032B3;
}
</style>
border-color css
<style>
span { border-color: #D032B3; }
span { border-color: rgb(208,50,179); }
td.TdClassName
{
border-color: #D032B3;
}
.TagClassName
{
border-color: #D032B3;
}
</style>