Shades of Fuchsia #D04FD0
Tints of Fuchsia #D04FD0
RGB
CMYK
RGB Variations
Color information
#D04FD0 (or 0xD04FD0) is known color: Fuchsia. HEX triplet: D0, 4F and D0. RGB value is (208,79,208). Sum of RGB (Red+Green+Blue) = 208+79+208=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 79 (31.25% from 255 or 15.96% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D04FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04FD0 is #2FB02F. Grayscale: #838383. Windows color (decimal): -3125296 or 13651920. OLE color: 13651920.
HSL color Cylindrical-coordinate representation of color #D04FD0: hue angle of 300º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D04FD0 is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 79 | 208 | - |
CMYK | 0 | 0.62 | 0 | 0.18 |
HSL | 300º | 0.58% | 0.56% | - |
HSV(B) | 300º | 0.62% | 0.82% | - |
XYZ | 40.19 | 23.56 | 62.1 | - |
YUV | 132.28 | 170.74 | 182.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 79 | 208 | 0 | 0.62 | 0 | 0.18 | 300 | 0.58 | 0.56 |
Hex | D0 | 4F | D0 | 0 | 3E | 0 | 12 | 12C | 3A | 38 |
Octal | 320 | 117 | 320 | 0 | 76 | 0 | 22 | 454 | 72 | 70 |
Binary | 11010000 | 1001111 | 11010000 | 0 | 111110 | 0 | 10010 | 100101100 | 111010 | 111000 |
Color Harmonies of #D04FD0
Complementary color
Monochromatic Colors of #D04FD0
Black with #D04FD0
Text Example
Text Example
White with #D04FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04FD0; }
p { color: rgb(208,79,208); }
H1.HeaderClassName
{
color: #D04FD0;
}
.AnyTagClassName
{
color: #D04FD0;
}
</style>
background-color css
<style>
a { background-color: #D04FD0; }
a { background-color: rgb(208,79,208); }
div.DivClassName
{
background-color: #D04FD0;
}
.BgClassName
{
background-color: #D04FD0;
}
</style>
border-color css
<style>
span { border-color: #D04FD0; }
span { border-color: rgb(208,79,208); }
td.TdClassName
{
border-color: #D04FD0;
}
.TagClassName
{
border-color: #D04FD0;
}
</style>