Shades of Fuchsia #D04DCB
Tints of Fuchsia #D04DCB
RGB
CMYK
RGB Variations
Color information
#D04DCB (or 0xD04DCB) is known color: Fuchsia. HEX triplet: D0, 4D and CB. RGB value is (208,77,203). Sum of RGB (Red+Green+Blue) = 208+77+203=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 77 (30.47% from 255 or 15.78% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D04DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04DCB is #2FB234. Grayscale: #828282. Windows color (decimal): -3125813 or 13323728. OLE color: 13323728.
HSL color Cylindrical-coordinate representation of color #D04DCB: hue angle of 302.29º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D04DCB is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 77 | 203 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.18 |
| HSL | 302.29º | 0.58% | 0.56% | - |
| HSV(B) | 302.29º | 0.63% | 0.82% | - |
| XYZ | 39.45 | 23.03 | 58.87 | - |
| YUV | 130.53 | 168.9 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 77 | 203 | 0 | 0.63 | 0.02 | 0.18 | 302.29 | 0.58 | 0.56 |
| Hex | D0 | 4D | CB | 0 | 3F | 2 | 12 | 12E | 3A | 38 |
| Octal | 320 | 115 | 313 | 0 | 77 | 2 | 22 | 456 | 72 | 70 |
| Binary | 11010000 | 1001101 | 11001011 | 0 | 111111 | 10 | 10010 | 100101110 | 111010 | 111000 |
Color Harmonies of #D04DCB
Complementary color
Monochromatic Colors of #D04DCB
Black with #D04DCB
Text Example
Text Example
White with #D04DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04DCB; }
p { color: rgb(208,77,203); }
H1.HeaderClassName
{
color: #D04DCB;
}
.AnyTagClassName
{
color: #D04DCB;
}
</style>
background-color css
<style>
a { background-color: #D04DCB; }
a { background-color: rgb(208,77,203); }
div.DivClassName
{
background-color: #D04DCB;
}
.BgClassName
{
background-color: #D04DCB;
}
</style>
border-color css
<style>
span { border-color: #D04DCB; }
span { border-color: rgb(208,77,203); }
td.TdClassName
{
border-color: #D04DCB;
}
.TagClassName
{
border-color: #D04DCB;
}
</style>