Shades of Fuchsia #D034D3
Tints of Fuchsia #D034D3
RGB
CMYK
RGB Variations
Color information
#D034D3 (or 0xD034D3) is known color: Fuchsia. HEX triplet: D0, 34 and D3. RGB value is (208,52,211). Sum of RGB (Red+Green+Blue) = 208+52+211=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 52 (20.70% from 255 or 11.04% from 471); Blue value is 211 (82.81% from 255 or 44.80% from 471); Max value from RGB is 211 - color contains mainly: blue. Hex color #D034D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D034D3 is #2FCB2C. Grayscale: #747474. Windows color (decimal): -3132205 or 13841616. OLE color: 13841616.
HSL color Cylindrical-coordinate representation of color #D034D3: hue angle of 298.87º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D034D3 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 52 | 211 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.17 |
| HSL | 298.87º | 0.64% | 0.52% | - |
| HSV(B) | 298.87º | 0.75% | 0.83% | - |
| XYZ | 39 | 20.57 | 63.54 | - |
| YUV | 116.77 | 181.18 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 211 | 0.01 | 0.75 | 0 | 0.17 | 298.87 | 0.64 | 0.52 |
| Hex | D0 | 34 | D3 | 1 | 4B | 0 | 11 | 12B | 40 | 34 |
| Octal | 320 | 64 | 323 | 1 | 113 | 0 | 21 | 453 | 100 | 64 |
| Binary | 11010000 | 110100 | 11010011 | 1 | 1001011 | 0 | 10001 | 100101011 | 1000000 | 110100 |
Color Harmonies of #D034D3
Complementary color
Monochromatic Colors of #D034D3
Black with #D034D3
Text Example
Text Example
White with #D034D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D034D3; }
p { color: rgb(208,52,211); }
H1.HeaderClassName
{
color: #D034D3;
}
.AnyTagClassName
{
color: #D034D3;
}
</style>
background-color css
<style>
a { background-color: #D034D3; }
a { background-color: rgb(208,52,211); }
div.DivClassName
{
background-color: #D034D3;
}
.BgClassName
{
background-color: #D034D3;
}
</style>
border-color css
<style>
span { border-color: #D034D3; }
span { border-color: rgb(208,52,211); }
td.TdClassName
{
border-color: #D034D3;
}
.TagClassName
{
border-color: #D034D3;
}
</style>