Shades of Fuchsia #D03BBC
Tints of Fuchsia #D03BBC
RGB
CMYK
RGB Variations
Color information
#D03BBC (or 0xD03BBC) is known color: Fuchsia. HEX triplet: D0, 3B and BC. RGB value is (208,59,188). Sum of RGB (Red+Green+Blue) = 208+59+188=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 59 (23.44% from 255 or 12.97% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D03BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03BBC is #2FC443. Grayscale: #757575. Windows color (decimal): -3130436 or 12336080. OLE color: 12336080.
HSL color Cylindrical-coordinate representation of color #D03BBC: hue angle of 308.05º 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 #D03BBC is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 59 | 188 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.18 |
| HSL | 308.05º | 0.61% | 0.52% | - |
| HSV(B) | 308.05º | 0.72% | 0.82% | - |
| XYZ | 36.65 | 20.17 | 49.54 | - |
| YUV | 118.26 | 167.36 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 188 | 0 | 0.72 | 0.10 | 0.18 | 308.05 | 0.61 | 0.52 |
| Hex | D0 | 3B | BC | 0 | 48 | A | 12 | 134 | 3D | 34 |
| Octal | 320 | 73 | 274 | 0 | 110 | 12 | 22 | 464 | 75 | 64 |
| Binary | 11010000 | 111011 | 10111100 | 0 | 1001000 | 1010 | 10010 | 100110100 | 111101 | 110100 |
Color Harmonies of #D03BBC
Complementary color
Monochromatic Colors of #D03BBC
Black with #D03BBC
Text Example
Text Example
White with #D03BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03BBC; }
p { color: rgb(208,59,188); }
H1.HeaderClassName
{
color: #D03BBC;
}
.AnyTagClassName
{
color: #D03BBC;
}
</style>
background-color css
<style>
a { background-color: #D03BBC; }
a { background-color: rgb(208,59,188); }
div.DivClassName
{
background-color: #D03BBC;
}
.BgClassName
{
background-color: #D03BBC;
}
</style>
border-color css
<style>
span { border-color: #D03BBC; }
span { border-color: rgb(208,59,188); }
td.TdClassName
{
border-color: #D03BBC;
}
.TagClassName
{
border-color: #D03BBC;
}
</style>