Shades of Fuchsia #D041D5
Tints of Fuchsia #D041D5
RGB
CMYK
RGB Variations
Color information
#D041D5 (or 0xD041D5) is known color: Fuchsia. HEX triplet: D0, 41 and D5. RGB value is (208,65,213). Sum of RGB (Red+Green+Blue) = 208+65+213=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 65 (25.78% from 255 or 13.37% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 213 - color contains mainly: blue. Hex color #D041D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D041D5 is #2FBE2A. Grayscale: #7C7C7C. Windows color (decimal): -3128875 or 13976016. OLE color: 13976016.
HSL color Cylindrical-coordinate representation of color #D041D5: hue angle of 297.97º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D041D5 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 65 | 213 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.16 |
| HSL | 297.97º | 0.64% | 0.55% | - |
| HSV(B) | 297.97º | 0.69% | 0.84% | - |
| XYZ | 39.91 | 21.99 | 65.09 | - |
| YUV | 124.63 | 177.88 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 213 | 0.02 | 0.69 | 0 | 0.16 | 297.97 | 0.64 | 0.55 |
| Hex | D0 | 41 | D5 | 2 | 45 | 0 | 10 | 12A | 40 | 37 |
| Octal | 320 | 101 | 325 | 2 | 105 | 0 | 20 | 452 | 100 | 67 |
| Binary | 11010000 | 1000001 | 11010101 | 10 | 1000101 | 0 | 10000 | 100101010 | 1000000 | 110111 |
Color Harmonies of #D041D5
Complementary color
Monochromatic Colors of #D041D5
Black with #D041D5
Text Example
Text Example
White with #D041D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D041D5; }
p { color: rgb(208,65,213); }
H1.HeaderClassName
{
color: #D041D5;
}
.AnyTagClassName
{
color: #D041D5;
}
</style>
background-color css
<style>
a { background-color: #D041D5; }
a { background-color: rgb(208,65,213); }
div.DivClassName
{
background-color: #D041D5;
}
.BgClassName
{
background-color: #D041D5;
}
</style>
border-color css
<style>
span { border-color: #D041D5; }
span { border-color: rgb(208,65,213); }
td.TdClassName
{
border-color: #D041D5;
}
.TagClassName
{
border-color: #D041D5;
}
</style>