Shades of Fuchsia #D034BC
Tints of Fuchsia #D034BC
RGB
CMYK
RGB Variations
Color information
#D034BC (or 0xD034BC) is known color: Fuchsia. HEX triplet: D0, 34 and BC. RGB value is (208,52,188). Sum of RGB (Red+Green+Blue) = 208+52+188=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D034BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D034BC is #2FCB43. Grayscale: #717171. Windows color (decimal): -3132228 or 12334288. OLE color: 12334288.
HSL color Cylindrical-coordinate representation of color #D034BC: hue angle of 307.69º 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 #D034BC is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 188 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.18 |
| HSL | 307.69º | 0.62% | 0.51% | - |
| HSV(B) | 307.69º | 0.75% | 0.82% | - |
| XYZ | 36.32 | 19.5 | 49.43 | - |
| YUV | 114.15 | 169.68 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 188 | 0 | 0.75 | 0.10 | 0.18 | 307.69 | 0.62 | 0.51 |
| Hex | D0 | 34 | BC | 0 | 4B | A | 12 | 134 | 3E | 33 |
| Octal | 320 | 64 | 274 | 0 | 113 | 12 | 22 | 464 | 76 | 63 |
| Binary | 11010000 | 110100 | 10111100 | 0 | 1001011 | 1010 | 10010 | 100110100 | 111110 | 110011 |
Color Harmonies of #D034BC
Complementary color
Monochromatic Colors of #D034BC
Black with #D034BC
Text Example
Text Example
White with #D034BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D034BC; }
p { color: rgb(208,52,188); }
H1.HeaderClassName
{
color: #D034BC;
}
.AnyTagClassName
{
color: #D034BC;
}
</style>
background-color css
<style>
a { background-color: #D034BC; }
a { background-color: rgb(208,52,188); }
div.DivClassName
{
background-color: #D034BC;
}
.BgClassName
{
background-color: #D034BC;
}
</style>
border-color css
<style>
span { border-color: #D034BC; }
span { border-color: rgb(208,52,188); }
td.TdClassName
{
border-color: #D034BC;
}
.TagClassName
{
border-color: #D034BC;
}
</style>