Shades of Fuchsia #D032B8
Tints of Fuchsia #D032B8
RGB
CMYK
RGB Variations
Color information
#D032B8 (or 0xD032B8) is known color: Fuchsia. HEX triplet: D0, 32 and B8. RGB value is (208,50,184). Sum of RGB (Red+Green+Blue) = 208+50+184=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 50 (19.92% from 255 or 11.31% from 442); Blue value is 184 (72.27% from 255 or 41.63% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D032B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D032B8 is #2FCD47. Grayscale: #707070. Windows color (decimal): -3132744 or 12071632. OLE color: 12071632.
HSL color Cylindrical-coordinate representation of color #D032B8: hue angle of 309.11º 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 #D032B8 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 50 | 184 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.18 |
| HSL | 309.11º | 0.63% | 0.51% | - |
| HSV(B) | 309.11º | 0.76% | 0.82% | - |
| XYZ | 35.8 | 19.15 | 47.16 | - |
| YUV | 112.52 | 168.35 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 184 | 0 | 0.76 | 0.12 | 0.18 | 309.11 | 0.63 | 0.51 |
| Hex | D0 | 32 | B8 | 0 | 4C | C | 12 | 135 | 3F | 33 |
| Octal | 320 | 62 | 270 | 0 | 114 | 14 | 22 | 465 | 77 | 63 |
| Binary | 11010000 | 110010 | 10111000 | 0 | 1001100 | 1100 | 10010 | 100110101 | 111111 | 110011 |
Color Harmonies of #D032B8
Complementary color
Monochromatic Colors of #D032B8
Black with #D032B8
Text Example
Text Example
White with #D032B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D032B8; }
p { color: rgb(208,50,184); }
H1.HeaderClassName
{
color: #D032B8;
}
.AnyTagClassName
{
color: #D032B8;
}
</style>
background-color css
<style>
a { background-color: #D032B8; }
a { background-color: rgb(208,50,184); }
div.DivClassName
{
background-color: #D032B8;
}
.BgClassName
{
background-color: #D032B8;
}
</style>
border-color css
<style>
span { border-color: #D032B8; }
span { border-color: rgb(208,50,184); }
td.TdClassName
{
border-color: #D032B8;
}
.TagClassName
{
border-color: #D032B8;
}
</style>