Shades of Fuchsia #D03BBA
Tints of Fuchsia #D03BBA
RGB
CMYK
RGB Variations
Color information
#D03BBA (or 0xD03BBA) is known color: Fuchsia. HEX triplet: D0, 3B and BA. RGB value is (208,59,186). Sum of RGB (Red+Green+Blue) = 208+59+186=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 59 (23.44% from 255 or 13.02% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D03BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03BBA is #2FC445. Grayscale: #757575. Windows color (decimal): -3130438 or 12205008. OLE color: 12205008.
HSL color Cylindrical-coordinate representation of color #D03BBA: hue angle of 308.86º 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 #D03BBA is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 59 | 186 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.18 |
| HSL | 308.86º | 0.61% | 0.52% | - |
| HSV(B) | 308.86º | 0.72% | 0.82% | - |
| XYZ | 36.44 | 20.08 | 48.41 | - |
| YUV | 118.03 | 166.36 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 186 | 0 | 0.72 | 0.11 | 0.18 | 308.86 | 0.61 | 0.52 |
| Hex | D0 | 3B | BA | 0 | 48 | B | 12 | 135 | 3D | 34 |
| Octal | 320 | 73 | 272 | 0 | 110 | 13 | 22 | 465 | 75 | 64 |
| Binary | 11010000 | 111011 | 10111010 | 0 | 1001000 | 1011 | 10010 | 100110101 | 111101 | 110100 |
Color Harmonies of #D03BBA
Complementary color
Monochromatic Colors of #D03BBA
Black with #D03BBA
Text Example
Text Example
White with #D03BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03BBA; }
p { color: rgb(208,59,186); }
H1.HeaderClassName
{
color: #D03BBA;
}
.AnyTagClassName
{
color: #D03BBA;
}
</style>
background-color css
<style>
a { background-color: #D03BBA; }
a { background-color: rgb(208,59,186); }
div.DivClassName
{
background-color: #D03BBA;
}
.BgClassName
{
background-color: #D03BBA;
}
</style>
border-color css
<style>
span { border-color: #D03BBA; }
span { border-color: rgb(208,59,186); }
td.TdClassName
{
border-color: #D03BBA;
}
.TagClassName
{
border-color: #D03BBA;
}
</style>