Shades of Fuchsia #D04DC9
Tints of Fuchsia #D04DC9
RGB
CMYK
RGB Variations
Color information
#D04DC9 (or 0xD04DC9) is known color: Fuchsia. HEX triplet: D0, 4D and C9. RGB value is (208,77,201). Sum of RGB (Red+Green+Blue) = 208+77+201=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D04DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04DC9 is #2FB236. Grayscale: #818181. Windows color (decimal): -3125815 or 13192656. OLE color: 13192656.
HSL color Cylindrical-coordinate representation of color #D04DC9: hue angle of 303.21º 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 #D04DC9 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 77 | 201 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.18 |
| HSL | 303.21º | 0.58% | 0.56% | - |
| HSV(B) | 303.21º | 0.63% | 0.82% | - |
| XYZ | 39.21 | 22.93 | 57.62 | - |
| YUV | 130.31 | 167.9 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 77 | 201 | 0 | 0.63 | 0.03 | 0.18 | 303.21 | 0.58 | 0.56 |
| Hex | D0 | 4D | C9 | 0 | 3F | 3 | 12 | 12F | 3A | 38 |
| Octal | 320 | 115 | 311 | 0 | 77 | 3 | 22 | 457 | 72 | 70 |
| Binary | 11010000 | 1001101 | 11001001 | 0 | 111111 | 11 | 10010 | 100101111 | 111010 | 111000 |
Color Harmonies of #D04DC9
Complementary color
Monochromatic Colors of #D04DC9
Black with #D04DC9
Text Example
Text Example
White with #D04DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04DC9; }
p { color: rgb(208,77,201); }
H1.HeaderClassName
{
color: #D04DC9;
}
.AnyTagClassName
{
color: #D04DC9;
}
</style>
background-color css
<style>
a { background-color: #D04DC9; }
a { background-color: rgb(208,77,201); }
div.DivClassName
{
background-color: #D04DC9;
}
.BgClassName
{
background-color: #D04DC9;
}
</style>
border-color css
<style>
span { border-color: #D04DC9; }
span { border-color: rgb(208,77,201); }
td.TdClassName
{
border-color: #D04DC9;
}
.TagClassName
{
border-color: #D04DC9;
}
</style>