Shades of Fuchsia #D744B6
Tints of Fuchsia #D744B6
RGB
CMYK
RGB Variations
Color information
#D744B6 (or 0xD744B6) is known color: Fuchsia. HEX triplet: D7, 44 and B6. RGB value is (215,68,182). Sum of RGB (Red+Green+Blue) = 215+68+182=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 68 (26.95% from 255 or 14.62% from 465); Blue value is 182 (71.48% from 255 or 39.14% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D744B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D744B6 is #28BB49. Grayscale: #7C7C7C. Windows color (decimal): -2669386 or 11945175. OLE color: 11945175.
HSL color Cylindrical-coordinate representation of color #D744B6: hue angle of 313.47º 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 #D744B6 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 68 | 182 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.16 |
| HSL | 313.47º | 0.65% | 0.55% | - |
| HSV(B) | 313.47º | 0.68% | 0.84% | - |
| XYZ | 38.53 | 21.96 | 46.46 | - |
| YUV | 124.95 | 160.2 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 68 | 182 | 0 | 0.68 | 0.15 | 0.16 | 313.47 | 0.65 | 0.55 |
| Hex | D7 | 44 | B6 | 0 | 44 | F | 10 | 139 | 41 | 37 |
| Octal | 327 | 104 | 266 | 0 | 104 | 17 | 20 | 471 | 101 | 67 |
| Binary | 11010111 | 1000100 | 10110110 | 0 | 1000100 | 1111 | 10000 | 100111001 | 1000001 | 110111 |
Color Harmonies of #D744B6
Complementary color
Monochromatic Colors of #D744B6
Black with #D744B6
Text Example
Text Example
White with #D744B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D744B6; }
p { color: rgb(215,68,182); }
H1.HeaderClassName
{
color: #D744B6;
}
.AnyTagClassName
{
color: #D744B6;
}
</style>
background-color css
<style>
a { background-color: #D744B6; }
a { background-color: rgb(215,68,182); }
div.DivClassName
{
background-color: #D744B6;
}
.BgClassName
{
background-color: #D744B6;
}
</style>
border-color css
<style>
span { border-color: #D744B6; }
span { border-color: rgb(215,68,182); }
td.TdClassName
{
border-color: #D744B6;
}
.TagClassName
{
border-color: #D744B6;
}
</style>