Shades of Fuchsia #D04BC5
Tints of Fuchsia #D04BC5
RGB
CMYK
RGB Variations
Color information
#D04BC5 (or 0xD04BC5) is known color: Fuchsia. HEX triplet: D0, 4B and C5. RGB value is (208,75,197). Sum of RGB (Red+Green+Blue) = 208+75+197=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 75 (29.69% from 255 or 15.62% from 480); Blue value is 197 (77.34% from 255 or 41.04% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D04BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04BC5 is #2FB43A. Grayscale: #808080. Windows color (decimal): -3126331 or 12930000. OLE color: 12930000.
HSL color Cylindrical-coordinate representation of color #D04BC5: hue angle of 304.96º 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 #D04BC5 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 75 | 197 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.18 |
| HSL | 304.96º | 0.59% | 0.55% | - |
| HSV(B) | 304.96º | 0.64% | 0.82% | - |
| XYZ | 38.61 | 22.47 | 55.13 | - |
| YUV | 128.68 | 166.56 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 75 | 197 | 0 | 0.64 | 0.05 | 0.18 | 304.96 | 0.59 | 0.55 |
| Hex | D0 | 4B | C5 | 0 | 40 | 5 | 12 | 131 | 3B | 37 |
| Octal | 320 | 113 | 305 | 0 | 100 | 5 | 22 | 461 | 73 | 67 |
| Binary | 11010000 | 1001011 | 11000101 | 0 | 1000000 | 101 | 10010 | 100110001 | 111011 | 110111 |
Color Harmonies of #D04BC5
Complementary color
Monochromatic Colors of #D04BC5
Black with #D04BC5
Text Example
Text Example
White with #D04BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04BC5; }
p { color: rgb(208,75,197); }
H1.HeaderClassName
{
color: #D04BC5;
}
.AnyTagClassName
{
color: #D04BC5;
}
</style>
background-color css
<style>
a { background-color: #D04BC5; }
a { background-color: rgb(208,75,197); }
div.DivClassName
{
background-color: #D04BC5;
}
.BgClassName
{
background-color: #D04BC5;
}
</style>
border-color css
<style>
span { border-color: #D04BC5; }
span { border-color: rgb(208,75,197); }
td.TdClassName
{
border-color: #D04BC5;
}
.TagClassName
{
border-color: #D04BC5;
}
</style>