Shades of Fuchsia #D03EBB
Tints of Fuchsia #D03EBB
RGB
CMYK
RGB Variations
Color information
#D03EBB (or 0xD03EBB) is known color: Fuchsia. HEX triplet: D0, 3E and BB. RGB value is (208,62,187). Sum of RGB (Red+Green+Blue) = 208+62+187=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 62 (24.61% from 255 or 13.57% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D03EBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03EBB is #2FC144. Grayscale: #777777. Windows color (decimal): -3129669 or 12271312. OLE color: 12271312.
HSL color Cylindrical-coordinate representation of color #D03EBB: hue angle of 308.63º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D03EBB is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 62 | 187 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.18 |
| HSL | 308.63º | 0.61% | 0.53% | - |
| HSV(B) | 308.63º | 0.7% | 0.82% | - |
| XYZ | 36.7 | 20.44 | 49.03 | - |
| YUV | 119.9 | 165.87 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 62 | 187 | 0 | 0.70 | 0.10 | 0.18 | 308.63 | 0.61 | 0.53 |
| Hex | D0 | 3E | BB | 0 | 46 | A | 12 | 135 | 3D | 35 |
| Octal | 320 | 76 | 273 | 0 | 106 | 12 | 22 | 465 | 75 | 65 |
| Binary | 11010000 | 111110 | 10111011 | 0 | 1000110 | 1010 | 10010 | 100110101 | 111101 | 110101 |
Color Harmonies of #D03EBB
Complementary color
Monochromatic Colors of #D03EBB
Black with #D03EBB
Text Example
Text Example
White with #D03EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03EBB; }
p { color: rgb(208,62,187); }
H1.HeaderClassName
{
color: #D03EBB;
}
.AnyTagClassName
{
color: #D03EBB;
}
</style>
background-color css
<style>
a { background-color: #D03EBB; }
a { background-color: rgb(208,62,187); }
div.DivClassName
{
background-color: #D03EBB;
}
.BgClassName
{
background-color: #D03EBB;
}
</style>
border-color css
<style>
span { border-color: #D03EBB; }
span { border-color: rgb(208,62,187); }
td.TdClassName
{
border-color: #D03EBB;
}
.TagClassName
{
border-color: #D03EBB;
}
</style>