Shades of Fuchsia #D03BD0
Tints of Fuchsia #D03BD0
RGB
CMYK
RGB Variations
Color information
#D03BD0 (or 0xD03BD0) is known color: Fuchsia. HEX triplet: D0, 3B and D0. RGB value is (208,59,208). Sum of RGB (Red+Green+Blue) = 208+59+208=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 59 (23.44% from 255 or 12.42% from 475); Blue value is 208 (81.64% from 255 or 43.79% from 475); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D03BD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03BD0 is #2FC42F. Grayscale: #787878. Windows color (decimal): -3130416 or 13646800. OLE color: 13646800.
HSL color Cylindrical-coordinate representation of color #D03BD0: hue angle of 300º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D03BD0 is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 59 | 208 | - |
| CMYK | 0 | 0.72 | 0 | 0.18 |
| HSL | 300º | 0.61% | 0.52% | - |
| HSV(B) | 300º | 0.72% | 0.82% | - |
| XYZ | 38.96 | 21.09 | 61.69 | - |
| YUV | 120.54 | 177.36 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 208 | 0 | 0.72 | 0 | 0.18 | 300 | 0.61 | 0.52 |
| Hex | D0 | 3B | D0 | 0 | 48 | 0 | 12 | 12C | 3D | 34 |
| Octal | 320 | 73 | 320 | 0 | 110 | 0 | 22 | 454 | 75 | 64 |
| Binary | 11010000 | 111011 | 11010000 | 0 | 1001000 | 0 | 10010 | 100101100 | 111101 | 110100 |
Color Harmonies of #D03BD0
Complementary color
Monochromatic Colors of #D03BD0
Black with #D03BD0
Text Example
Text Example
White with #D03BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03BD0; }
p { color: rgb(208,59,208); }
H1.HeaderClassName
{
color: #D03BD0;
}
.AnyTagClassName
{
color: #D03BD0;
}
</style>
background-color css
<style>
a { background-color: #D03BD0; }
a { background-color: rgb(208,59,208); }
div.DivClassName
{
background-color: #D03BD0;
}
.BgClassName
{
background-color: #D03BD0;
}
</style>
border-color css
<style>
span { border-color: #D03BD0; }
span { border-color: rgb(208,59,208); }
td.TdClassName
{
border-color: #D03BD0;
}
.TagClassName
{
border-color: #D03BD0;
}
</style>