Shades of Fuchsia #D034B8
Tints of Fuchsia #D034B8
RGB
CMYK
RGB Variations
Color information
#D034B8 (or 0xD034B8) is known color: Fuchsia. HEX triplet: D0, 34 and B8. RGB value is (208,52,184). Sum of RGB (Red+Green+Blue) = 208+52+184=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 184 (72.27% from 255 or 41.44% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D034B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D034B8 is #2FCB47. Grayscale: #717171. Windows color (decimal): -3132232 or 12072144. OLE color: 12072144.
HSL color Cylindrical-coordinate representation of color #D034B8: hue angle of 309.23º degrees, saturation: 0.62, 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 #D034B8 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 184 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.18 |
| HSL | 309.23º | 0.62% | 0.51% | - |
| HSV(B) | 309.23º | 0.75% | 0.82% | - |
| XYZ | 35.89 | 19.33 | 47.19 | - |
| YUV | 113.69 | 167.68 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 184 | 0 | 0.75 | 0.12 | 0.18 | 309.23 | 0.62 | 0.51 |
| Hex | D0 | 34 | B8 | 0 | 4B | C | 12 | 135 | 3E | 33 |
| Octal | 320 | 64 | 270 | 0 | 113 | 14 | 22 | 465 | 76 | 63 |
| Binary | 11010000 | 110100 | 10111000 | 0 | 1001011 | 1100 | 10010 | 100110101 | 111110 | 110011 |
Color Harmonies of #D034B8
Complementary color
Monochromatic Colors of #D034B8
Black with #D034B8
Text Example
Text Example
White with #D034B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D034B8; }
p { color: rgb(208,52,184); }
H1.HeaderClassName
{
color: #D034B8;
}
.AnyTagClassName
{
color: #D034B8;
}
</style>
background-color css
<style>
a { background-color: #D034B8; }
a { background-color: rgb(208,52,184); }
div.DivClassName
{
background-color: #D034B8;
}
.BgClassName
{
background-color: #D034B8;
}
</style>
border-color css
<style>
span { border-color: #D034B8; }
span { border-color: rgb(208,52,184); }
td.TdClassName
{
border-color: #D034B8;
}
.TagClassName
{
border-color: #D034B8;
}
</style>