Shades of Fuchsia #D034C5
Tints of Fuchsia #D034C5
RGB
CMYK
RGB Variations
Color information
#D034C5 (or 0xD034C5) is known color: Fuchsia. HEX triplet: D0, 34 and C5. RGB value is (208,52,197). Sum of RGB (Red+Green+Blue) = 208+52+197=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 52 (20.70% from 255 or 11.38% from 457); Blue value is 197 (77.34% from 255 or 43.11% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D034C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D034C5 is #2FCB3A. Grayscale: #727272. Windows color (decimal): -3132219 or 12924112. OLE color: 12924112.
HSL color Cylindrical-coordinate representation of color #D034C5: hue angle of 304.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 #D034C5 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 197 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.18 |
| HSL | 304.23º | 0.62% | 0.51% | - |
| HSV(B) | 304.23º | 0.75% | 0.82% | - |
| XYZ | 37.32 | 19.9 | 54.7 | - |
| YUV | 115.17 | 174.18 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 197 | 0 | 0.75 | 0.05 | 0.18 | 304.23 | 0.62 | 0.51 |
| Hex | D0 | 34 | C5 | 0 | 4B | 5 | 12 | 130 | 3E | 33 |
| Octal | 320 | 64 | 305 | 0 | 113 | 5 | 22 | 460 | 76 | 63 |
| Binary | 11010000 | 110100 | 11000101 | 0 | 1001011 | 101 | 10010 | 100110000 | 111110 | 110011 |
Color Harmonies of #D034C5
Complementary color
Monochromatic Colors of #D034C5
Black with #D034C5
Text Example
Text Example
White with #D034C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D034C5; }
p { color: rgb(208,52,197); }
H1.HeaderClassName
{
color: #D034C5;
}
.AnyTagClassName
{
color: #D034C5;
}
</style>
background-color css
<style>
a { background-color: #D034C5; }
a { background-color: rgb(208,52,197); }
div.DivClassName
{
background-color: #D034C5;
}
.BgClassName
{
background-color: #D034C5;
}
</style>
border-color css
<style>
span { border-color: #D034C5; }
span { border-color: rgb(208,52,197); }
td.TdClassName
{
border-color: #D034C5;
}
.TagClassName
{
border-color: #D034C5;
}
</style>