Shades of Fuchsia #D044C1
Tints of Fuchsia #D044C1
RGB
CMYK
RGB Variations
Color information
#D044C1 (or 0xD044C1) is known color: Fuchsia. HEX triplet: D0, 44 and C1. RGB value is (208,68,193). Sum of RGB (Red+Green+Blue) = 208+68+193=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 68 (26.95% from 255 or 14.50% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D044C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D044C1 is #2FBB3E. Grayscale: #7B7B7B. Windows color (decimal): -3128127 or 12666064. OLE color: 12666064.
HSL color Cylindrical-coordinate representation of color #D044C1: hue angle of 306.43º 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 #D044C1 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 193 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.18 |
| HSL | 306.43º | 0.6% | 0.54% | - |
| HSV(B) | 306.43º | 0.67% | 0.82% | - |
| XYZ | 37.71 | 21.39 | 52.59 | - |
| YUV | 124.11 | 166.88 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 193 | 0 | 0.67 | 0.07 | 0.18 | 306.43 | 0.6 | 0.54 |
| Hex | D0 | 44 | C1 | 0 | 43 | 7 | 12 | 132 | 3C | 36 |
| Octal | 320 | 104 | 301 | 0 | 103 | 7 | 22 | 462 | 74 | 66 |
| Binary | 11010000 | 1000100 | 11000001 | 0 | 1000011 | 111 | 10010 | 100110010 | 111100 | 110110 |
Color Harmonies of #D044C1
Complementary color
Monochromatic Colors of #D044C1
Black with #D044C1
Text Example
Text Example
White with #D044C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D044C1; }
p { color: rgb(208,68,193); }
H1.HeaderClassName
{
color: #D044C1;
}
.AnyTagClassName
{
color: #D044C1;
}
</style>
background-color css
<style>
a { background-color: #D044C1; }
a { background-color: rgb(208,68,193); }
div.DivClassName
{
background-color: #D044C1;
}
.BgClassName
{
background-color: #D044C1;
}
</style>
border-color css
<style>
span { border-color: #D044C1; }
span { border-color: rgb(208,68,193); }
td.TdClassName
{
border-color: #D044C1;
}
.TagClassName
{
border-color: #D044C1;
}
</style>