Shades of Fuchsia #D044C3
Tints of Fuchsia #D044C3
RGB
CMYK
RGB Variations
Color information
#D044C3 (or 0xD044C3) is known color: Fuchsia. HEX triplet: D0, 44 and C3. RGB value is (208,68,195). Sum of RGB (Red+Green+Blue) = 208+68+195=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 68 (26.95% from 255 or 14.44% from 471); Blue value is 195 (76.56% from 255 or 41.40% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D044C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D044C3 is #2FBB3C. Grayscale: #7B7B7B. Windows color (decimal): -3128125 or 12797136. OLE color: 12797136.
HSL color Cylindrical-coordinate representation of color #D044C3: hue angle of 305.57º 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 #D044C3 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 195 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.18 |
| HSL | 305.57º | 0.6% | 0.54% | - |
| HSV(B) | 305.57º | 0.67% | 0.82% | - |
| XYZ | 37.93 | 21.48 | 53.78 | - |
| YUV | 124.34 | 167.88 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 195 | 0 | 0.67 | 0.06 | 0.18 | 305.57 | 0.6 | 0.54 |
| Hex | D0 | 44 | C3 | 0 | 43 | 6 | 12 | 132 | 3C | 36 |
| Octal | 320 | 104 | 303 | 0 | 103 | 6 | 22 | 462 | 74 | 66 |
| Binary | 11010000 | 1000100 | 11000011 | 0 | 1000011 | 110 | 10010 | 100110010 | 111100 | 110110 |
Color Harmonies of #D044C3
Complementary color
Monochromatic Colors of #D044C3
Black with #D044C3
Text Example
Text Example
White with #D044C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D044C3; }
p { color: rgb(208,68,195); }
H1.HeaderClassName
{
color: #D044C3;
}
.AnyTagClassName
{
color: #D044C3;
}
</style>
background-color css
<style>
a { background-color: #D044C3; }
a { background-color: rgb(208,68,195); }
div.DivClassName
{
background-color: #D044C3;
}
.BgClassName
{
background-color: #D044C3;
}
</style>
border-color css
<style>
span { border-color: #D044C3; }
span { border-color: rgb(208,68,195); }
td.TdClassName
{
border-color: #D044C3;
}
.TagClassName
{
border-color: #D044C3;
}
</style>