Shades of Fuchsia #D744C9
Tints of Fuchsia #D744C9
RGB
CMYK
RGB Variations
Color information
#D744C9 (or 0xD744C9) is known color: Fuchsia. HEX triplet: D7, 44 and C9. RGB value is (215,68,201). Sum of RGB (Red+Green+Blue) = 215+68+201=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 68 (26.95% from 255 or 14.05% from 484); Blue value is 201 (78.91% from 255 or 41.53% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D744C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D744C9 is #28BB36. Grayscale: #7E7E7E. Windows color (decimal): -2669367 or 13190359. OLE color: 13190359.
HSL color Cylindrical-coordinate representation of color #D744C9: hue angle of 305.71º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D744C9 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 68 | 201 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.16 |
| HSL | 305.71º | 0.65% | 0.55% | - |
| HSV(B) | 305.71º | 0.68% | 0.84% | - |
| XYZ | 40.63 | 22.8 | 57.52 | - |
| YUV | 127.12 | 169.7 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 68 | 201 | 0 | 0.68 | 0.07 | 0.16 | 305.71 | 0.65 | 0.55 |
| Hex | D7 | 44 | C9 | 0 | 44 | 7 | 10 | 132 | 41 | 37 |
| Octal | 327 | 104 | 311 | 0 | 104 | 7 | 20 | 462 | 101 | 67 |
| Binary | 11010111 | 1000100 | 11001001 | 0 | 1000100 | 111 | 10000 | 100110010 | 1000001 | 110111 |
Color Harmonies of #D744C9
Complementary color
Monochromatic Colors of #D744C9
Black with #D744C9
Text Example
Text Example
White with #D744C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D744C9; }
p { color: rgb(215,68,201); }
H1.HeaderClassName
{
color: #D744C9;
}
.AnyTagClassName
{
color: #D744C9;
}
</style>
background-color css
<style>
a { background-color: #D744C9; }
a { background-color: rgb(215,68,201); }
div.DivClassName
{
background-color: #D744C9;
}
.BgClassName
{
background-color: #D744C9;
}
</style>
border-color css
<style>
span { border-color: #D744C9; }
span { border-color: rgb(215,68,201); }
td.TdClassName
{
border-color: #D744C9;
}
.TagClassName
{
border-color: #D744C9;
}
</style>