Shades of Fuchsia #D044C7
Tints of Fuchsia #D044C7
RGB
CMYK
RGB Variations
Color information
#D044C7 (or 0xD044C7) is known color: Fuchsia. HEX triplet: D0, 44 and C7. RGB value is (208,68,199). Sum of RGB (Red+Green+Blue) = 208+68+199=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 68 (26.95% from 255 or 14.32% from 475); Blue value is 199 (78.12% from 255 or 41.89% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D044C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D044C7 is #2FBB38. Grayscale: #7C7C7C. Windows color (decimal): -3128121 or 13059280. OLE color: 13059280.
HSL color Cylindrical-coordinate representation of color #D044C7: hue angle of 303.86º 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 #D044C7 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 199 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.18 |
| HSL | 303.86º | 0.6% | 0.54% | - |
| HSV(B) | 303.86º | 0.67% | 0.82% | - |
| XYZ | 38.39 | 21.67 | 56.19 | - |
| YUV | 124.79 | 169.88 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 199 | 0 | 0.67 | 0.04 | 0.18 | 303.86 | 0.6 | 0.54 |
| Hex | D0 | 44 | C7 | 0 | 43 | 4 | 12 | 130 | 3C | 36 |
| Octal | 320 | 104 | 307 | 0 | 103 | 4 | 22 | 460 | 74 | 66 |
| Binary | 11010000 | 1000100 | 11000111 | 0 | 1000011 | 100 | 10010 | 100110000 | 111100 | 110110 |
Color Harmonies of #D044C7
Complementary color
Monochromatic Colors of #D044C7
Black with #D044C7
Text Example
Text Example
White with #D044C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D044C7; }
p { color: rgb(208,68,199); }
H1.HeaderClassName
{
color: #D044C7;
}
.AnyTagClassName
{
color: #D044C7;
}
</style>
background-color css
<style>
a { background-color: #D044C7; }
a { background-color: rgb(208,68,199); }
div.DivClassName
{
background-color: #D044C7;
}
.BgClassName
{
background-color: #D044C7;
}
</style>
border-color css
<style>
span { border-color: #D044C7; }
span { border-color: rgb(208,68,199); }
td.TdClassName
{
border-color: #D044C7;
}
.TagClassName
{
border-color: #D044C7;
}
</style>