Shades of Fuchsia #D744C0
Tints of Fuchsia #D744C0
RGB
CMYK
RGB Variations
Color information
#D744C0 (or 0xD744C0) is known color: Fuchsia. HEX triplet: D7, 44 and C0. RGB value is (215,68,192). Sum of RGB (Red+Green+Blue) = 215+68+192=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 68 (26.95% from 255 or 14.32% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D744C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D744C0 is #28BB3F. Grayscale: #7D7D7D. Windows color (decimal): -2669376 or 12600535. OLE color: 12600535.
HSL color Cylindrical-coordinate representation of color #D744C0: hue angle of 309.39º 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 #D744C0 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 68 | 192 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.16 |
| HSL | 309.39º | 0.65% | 0.55% | - |
| HSV(B) | 309.39º | 0.68% | 0.84% | - |
| XYZ | 39.61 | 22.39 | 52.1 | - |
| YUV | 126.09 | 165.2 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 68 | 192 | 0 | 0.68 | 0.11 | 0.16 | 309.39 | 0.65 | 0.55 |
| Hex | D7 | 44 | C0 | 0 | 44 | B | 10 | 135 | 41 | 37 |
| Octal | 327 | 104 | 300 | 0 | 104 | 13 | 20 | 465 | 101 | 67 |
| Binary | 11010111 | 1000100 | 11000000 | 0 | 1000100 | 1011 | 10000 | 100110101 | 1000001 | 110111 |
Color Harmonies of #D744C0
Complementary color
Monochromatic Colors of #D744C0
Black with #D744C0
Text Example
Text Example
White with #D744C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D744C0; }
p { color: rgb(215,68,192); }
H1.HeaderClassName
{
color: #D744C0;
}
.AnyTagClassName
{
color: #D744C0;
}
</style>
background-color css
<style>
a { background-color: #D744C0; }
a { background-color: rgb(215,68,192); }
div.DivClassName
{
background-color: #D744C0;
}
.BgClassName
{
background-color: #D744C0;
}
</style>
border-color css
<style>
span { border-color: #D744C0; }
span { border-color: rgb(215,68,192); }
td.TdClassName
{
border-color: #D744C0;
}
.TagClassName
{
border-color: #D744C0;
}
</style>