Shades of Fuchsia #D044CD
Tints of Fuchsia #D044CD
RGB
CMYK
RGB Variations
Color information
#D044CD (or 0xD044CD) is known color: Fuchsia. HEX triplet: D0, 44 and CD. RGB value is (208,68,205). Sum of RGB (Red+Green+Blue) = 208+68+205=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 68 (26.95% from 255 or 14.14% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D044CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D044CD is #2FBB32. Grayscale: #7D7D7D. Windows color (decimal): -3128115 or 13452496. OLE color: 13452496.
HSL color Cylindrical-coordinate representation of color #D044CD: hue angle of 301.29º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D044CD is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 205 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.18 |
| HSL | 301.29º | 0.6% | 0.54% | - |
| HSV(B) | 301.29º | 0.67% | 0.82% | - |
| XYZ | 39.1 | 21.95 | 59.93 | - |
| YUV | 125.48 | 172.88 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 205 | 0 | 0.67 | 0.01 | 0.18 | 301.29 | 0.6 | 0.54 |
| Hex | D0 | 44 | CD | 0 | 43 | 1 | 12 | 12D | 3C | 36 |
| Octal | 320 | 104 | 315 | 0 | 103 | 1 | 22 | 455 | 74 | 66 |
| Binary | 11010000 | 1000100 | 11001101 | 0 | 1000011 | 1 | 10010 | 100101101 | 111100 | 110110 |
Color Harmonies of #D044CD
Complementary color
Monochromatic Colors of #D044CD
Black with #D044CD
Text Example
Text Example
White with #D044CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D044CD; }
p { color: rgb(208,68,205); }
H1.HeaderClassName
{
color: #D044CD;
}
.AnyTagClassName
{
color: #D044CD;
}
</style>
background-color css
<style>
a { background-color: #D044CD; }
a { background-color: rgb(208,68,205); }
div.DivClassName
{
background-color: #D044CD;
}
.BgClassName
{
background-color: #D044CD;
}
</style>
border-color css
<style>
span { border-color: #D044CD; }
span { border-color: rgb(208,68,205); }
td.TdClassName
{
border-color: #D044CD;
}
.TagClassName
{
border-color: #D044CD;
}
</style>