Shades of Fuchsia #D04BBC
Tints of Fuchsia #D04BBC
RGB
CMYK
RGB Variations
Color information
#D04BBC (or 0xD04BBC) is known color: Fuchsia. HEX triplet: D0, 4B and BC. RGB value is (208,75,188). Sum of RGB (Red+Green+Blue) = 208+75+188=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 75 (29.69% from 255 or 15.92% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D04BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04BBC is #2FB443. Grayscale: #7F7F7F. Windows color (decimal): -3126340 or 12340176. OLE color: 12340176.
HSL color Cylindrical-coordinate representation of color #D04BBC: hue angle of 309.02º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D04BBC is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 75 | 188 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.18 |
| HSL | 309.02º | 0.59% | 0.55% | - |
| HSV(B) | 309.02º | 0.64% | 0.82% | - |
| XYZ | 37.61 | 22.07 | 49.86 | - |
| YUV | 127.65 | 162.06 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 75 | 188 | 0 | 0.64 | 0.10 | 0.18 | 309.02 | 0.59 | 0.55 |
| Hex | D0 | 4B | BC | 0 | 40 | A | 12 | 135 | 3B | 37 |
| Octal | 320 | 113 | 274 | 0 | 100 | 12 | 22 | 465 | 73 | 67 |
| Binary | 11010000 | 1001011 | 10111100 | 0 | 1000000 | 1010 | 10010 | 100110101 | 111011 | 110111 |
Color Harmonies of #D04BBC
Complementary color
Monochromatic Colors of #D04BBC
Black with #D04BBC
Text Example
Text Example
White with #D04BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04BBC; }
p { color: rgb(208,75,188); }
H1.HeaderClassName
{
color: #D04BBC;
}
.AnyTagClassName
{
color: #D04BBC;
}
</style>
background-color css
<style>
a { background-color: #D04BBC; }
a { background-color: rgb(208,75,188); }
div.DivClassName
{
background-color: #D04BBC;
}
.BgClassName
{
background-color: #D04BBC;
}
</style>
border-color css
<style>
span { border-color: #D04BBC; }
span { border-color: rgb(208,75,188); }
td.TdClassName
{
border-color: #D04BBC;
}
.TagClassName
{
border-color: #D04BBC;
}
</style>