Shades of Fuchsia #D744B5
Tints of Fuchsia #D744B5
RGB
CMYK
RGB Variations
Color information
#D744B5 (or 0xD744B5) is known color: Fuchsia. HEX triplet: D7, 44 and B5. RGB value is (215,68,181). Sum of RGB (Red+Green+Blue) = 215+68+181=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 68 (26.95% from 255 or 14.66% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D744B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D744B5 is #28BB4A. Grayscale: #7C7C7C. Windows color (decimal): -2669387 or 11879639. OLE color: 11879639.
HSL color Cylindrical-coordinate representation of color #D744B5: hue angle of 313.88º 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 #D744B5 is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 68 | 181 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.16 |
| HSL | 313.88º | 0.65% | 0.55% | - |
| HSV(B) | 313.88º | 0.68% | 0.84% | - |
| XYZ | 38.43 | 21.92 | 45.92 | - |
| YUV | 124.84 | 159.7 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 68 | 181 | 0 | 0.68 | 0.16 | 0.16 | 313.88 | 0.65 | 0.55 |
| Hex | D7 | 44 | B5 | 0 | 44 | 10 | 10 | 13A | 41 | 37 |
| Octal | 327 | 104 | 265 | 0 | 104 | 20 | 20 | 472 | 101 | 67 |
| Binary | 11010111 | 1000100 | 10110101 | 0 | 1000100 | 10000 | 10000 | 100111010 | 1000001 | 110111 |
Color Harmonies of #D744B5
Complementary color
Monochromatic Colors of #D744B5
Black with #D744B5
Text Example
Text Example
White with #D744B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D744B5; }
p { color: rgb(215,68,181); }
H1.HeaderClassName
{
color: #D744B5;
}
.AnyTagClassName
{
color: #D744B5;
}
</style>
background-color css
<style>
a { background-color: #D744B5; }
a { background-color: rgb(215,68,181); }
div.DivClassName
{
background-color: #D744B5;
}
.BgClassName
{
background-color: #D744B5;
}
</style>
border-color css
<style>
span { border-color: #D744B5; }
span { border-color: rgb(215,68,181); }
td.TdClassName
{
border-color: #D744B5;
}
.TagClassName
{
border-color: #D744B5;
}
</style>