Shades of Fuchsia #D744BA
Tints of Fuchsia #D744BA
RGB
CMYK
RGB Variations
Color information
#D744BA (or 0xD744BA) is known color: Fuchsia. HEX triplet: D7, 44 and BA. RGB value is (215,68,186). Sum of RGB (Red+Green+Blue) = 215+68+186=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 68 (26.95% from 255 or 14.50% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D744BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D744BA is #28BB45. Grayscale: #7D7D7D. Windows color (decimal): -2669382 or 12207319. OLE color: 12207319.
HSL color Cylindrical-coordinate representation of color #D744BA: hue angle of 311.84º 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 #D744BA is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 68 | 186 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.16 |
| HSL | 311.84º | 0.65% | 0.55% | - |
| HSV(B) | 311.84º | 0.68% | 0.84% | - |
| XYZ | 38.95 | 22.13 | 48.67 | - |
| YUV | 125.41 | 162.2 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 68 | 186 | 0 | 0.68 | 0.13 | 0.16 | 311.84 | 0.65 | 0.55 |
| Hex | D7 | 44 | BA | 0 | 44 | D | 10 | 138 | 41 | 37 |
| Octal | 327 | 104 | 272 | 0 | 104 | 15 | 20 | 470 | 101 | 67 |
| Binary | 11010111 | 1000100 | 10111010 | 0 | 1000100 | 1101 | 10000 | 100111000 | 1000001 | 110111 |
Color Harmonies of #D744BA
Complementary color
Monochromatic Colors of #D744BA
Black with #D744BA
Text Example
Text Example
White with #D744BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D744BA; }
p { color: rgb(215,68,186); }
H1.HeaderClassName
{
color: #D744BA;
}
.AnyTagClassName
{
color: #D744BA;
}
</style>
background-color css
<style>
a { background-color: #D744BA; }
a { background-color: rgb(215,68,186); }
div.DivClassName
{
background-color: #D744BA;
}
.BgClassName
{
background-color: #D744BA;
}
</style>
border-color css
<style>
span { border-color: #D744BA; }
span { border-color: rgb(215,68,186); }
td.TdClassName
{
border-color: #D744BA;
}
.TagClassName
{
border-color: #D744BA;
}
</style>