Shades of Fuchsia #D04BCD
Tints of Fuchsia #D04BCD
RGB
CMYK
RGB Variations
Color information
#D04BCD (or 0xD04BCD) is known color: Fuchsia. HEX triplet: D0, 4B and CD. RGB value is (208,75,205). Sum of RGB (Red+Green+Blue) = 208+75+205=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 75 (29.69% from 255 or 15.37% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D04BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04BCD is #2FB432. Grayscale: #818181. Windows color (decimal): -3126323 or 13454288. OLE color: 13454288.
HSL color Cylindrical-coordinate representation of color #D04BCD: hue angle of 301.35º 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 #D04BCD is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 75 | 205 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.18 |
| HSL | 301.35º | 0.59% | 0.55% | - |
| HSV(B) | 301.35º | 0.64% | 0.82% | - |
| XYZ | 39.55 | 22.85 | 60.08 | - |
| YUV | 129.59 | 170.56 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 75 | 205 | 0 | 0.64 | 0.01 | 0.18 | 301.35 | 0.59 | 0.55 |
| Hex | D0 | 4B | CD | 0 | 40 | 1 | 12 | 12D | 3B | 37 |
| Octal | 320 | 113 | 315 | 0 | 100 | 1 | 22 | 455 | 73 | 67 |
| Binary | 11010000 | 1001011 | 11001101 | 0 | 1000000 | 1 | 10010 | 100101101 | 111011 | 110111 |
Color Harmonies of #D04BCD
Complementary color
Monochromatic Colors of #D04BCD
Black with #D04BCD
Text Example
Text Example
White with #D04BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04BCD; }
p { color: rgb(208,75,205); }
H1.HeaderClassName
{
color: #D04BCD;
}
.AnyTagClassName
{
color: #D04BCD;
}
</style>
background-color css
<style>
a { background-color: #D04BCD; }
a { background-color: rgb(208,75,205); }
div.DivClassName
{
background-color: #D04BCD;
}
.BgClassName
{
background-color: #D04BCD;
}
</style>
border-color css
<style>
span { border-color: #D04BCD; }
span { border-color: rgb(208,75,205); }
td.TdClassName
{
border-color: #D04BCD;
}
.TagClassName
{
border-color: #D04BCD;
}
</style>