Shades of Fuchsia #D04BCB
Tints of Fuchsia #D04BCB
RGB
CMYK
RGB Variations
Color information
#D04BCB (or 0xD04BCB) is known color: Fuchsia. HEX triplet: D0, 4B and CB. RGB value is (208,75,203). Sum of RGB (Red+Green+Blue) = 208+75+203=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 75 (29.69% from 255 or 15.43% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D04BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04BCB is #2FB434. Grayscale: #808080. Windows color (decimal): -3126325 or 13323216. OLE color: 13323216.
HSL color Cylindrical-coordinate representation of color #D04BCB: hue angle of 302.26º 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 #D04BCB is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 75 | 203 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.18 |
| HSL | 302.26º | 0.59% | 0.55% | - |
| HSV(B) | 302.26º | 0.64% | 0.82% | - |
| XYZ | 39.31 | 22.75 | 58.82 | - |
| YUV | 129.36 | 169.56 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 75 | 203 | 0 | 0.64 | 0.02 | 0.18 | 302.26 | 0.59 | 0.55 |
| Hex | D0 | 4B | CB | 0 | 40 | 2 | 12 | 12E | 3B | 37 |
| Octal | 320 | 113 | 313 | 0 | 100 | 2 | 22 | 456 | 73 | 67 |
| Binary | 11010000 | 1001011 | 11001011 | 0 | 1000000 | 10 | 10010 | 100101110 | 111011 | 110111 |
Color Harmonies of #D04BCB
Complementary color
Monochromatic Colors of #D04BCB
Black with #D04BCB
Text Example
Text Example
White with #D04BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04BCB; }
p { color: rgb(208,75,203); }
H1.HeaderClassName
{
color: #D04BCB;
}
.AnyTagClassName
{
color: #D04BCB;
}
</style>
background-color css
<style>
a { background-color: #D04BCB; }
a { background-color: rgb(208,75,203); }
div.DivClassName
{
background-color: #D04BCB;
}
.BgClassName
{
background-color: #D04BCB;
}
</style>
border-color css
<style>
span { border-color: #D04BCB; }
span { border-color: rgb(208,75,203); }
td.TdClassName
{
border-color: #D04BCB;
}
.TagClassName
{
border-color: #D04BCB;
}
</style>