Shades of Fuchsia #D04BCC
Tints of Fuchsia #D04BCC
RGB
CMYK
RGB Variations
Color information
#D04BCC (or 0xD04BCC) is known color: Fuchsia. HEX triplet: D0, 4B and CC. RGB value is (208,75,204). Sum of RGB (Red+Green+Blue) = 208+75+204=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 75 (29.69% from 255 or 15.40% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D04BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04BCC is #2FB433. Grayscale: #818181. Windows color (decimal): -3126324 or 13388752. OLE color: 13388752.
HSL color Cylindrical-coordinate representation of color #D04BCC: hue angle of 301.8º 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 #D04BCC is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 75 | 204 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.18 |
| HSL | 301.8º | 0.59% | 0.55% | - |
| HSV(B) | 301.8º | 0.64% | 0.82% | - |
| XYZ | 39.43 | 22.8 | 59.45 | - |
| YUV | 129.47 | 170.06 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 75 | 204 | 0 | 0.64 | 0.02 | 0.18 | 301.8 | 0.59 | 0.55 |
| Hex | D0 | 4B | CC | 0 | 40 | 2 | 12 | 12E | 3B | 37 |
| Octal | 320 | 113 | 314 | 0 | 100 | 2 | 22 | 456 | 73 | 67 |
| Binary | 11010000 | 1001011 | 11001100 | 0 | 1000000 | 10 | 10010 | 100101110 | 111011 | 110111 |
Color Harmonies of #D04BCC
Complementary color
Monochromatic Colors of #D04BCC
Black with #D04BCC
Text Example
Text Example
White with #D04BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04BCC; }
p { color: rgb(208,75,204); }
H1.HeaderClassName
{
color: #D04BCC;
}
.AnyTagClassName
{
color: #D04BCC;
}
</style>
background-color css
<style>
a { background-color: #D04BCC; }
a { background-color: rgb(208,75,204); }
div.DivClassName
{
background-color: #D04BCC;
}
.BgClassName
{
background-color: #D04BCC;
}
</style>
border-color css
<style>
span { border-color: #D04BCC; }
span { border-color: rgb(208,75,204); }
td.TdClassName
{
border-color: #D04BCC;
}
.TagClassName
{
border-color: #D04BCC;
}
</style>