Shades of Fuchsia #D744C4
Tints of Fuchsia #D744C4
RGB
CMYK
RGB Variations
Color information
#D744C4 (or 0xD744C4) is known color: Fuchsia. HEX triplet: D7, 44 and C4. RGB value is (215,68,196). Sum of RGB (Red+Green+Blue) = 215+68+196=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 68 (26.95% from 255 or 14.20% from 479); Blue value is 196 (76.95% from 255 or 40.92% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D744C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D744C4 is #28BB3B. Grayscale: #7E7E7E. Windows color (decimal): -2669372 or 12862679. OLE color: 12862679.
HSL color Cylindrical-coordinate representation of color #D744C4: hue angle of 307.76º 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 #D744C4 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 68 | 196 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.16 |
| HSL | 307.76º | 0.65% | 0.55% | - |
| HSV(B) | 307.76º | 0.68% | 0.84% | - |
| XYZ | 40.06 | 22.57 | 54.47 | - |
| YUV | 126.55 | 167.2 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 68 | 196 | 0 | 0.68 | 0.09 | 0.16 | 307.76 | 0.65 | 0.55 |
| Hex | D7 | 44 | C4 | 0 | 44 | 9 | 10 | 134 | 41 | 37 |
| Octal | 327 | 104 | 304 | 0 | 104 | 11 | 20 | 464 | 101 | 67 |
| Binary | 11010111 | 1000100 | 11000100 | 0 | 1000100 | 1001 | 10000 | 100110100 | 1000001 | 110111 |
Color Harmonies of #D744C4
Complementary color
Monochromatic Colors of #D744C4
Black with #D744C4
Text Example
Text Example
White with #D744C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D744C4; }
p { color: rgb(215,68,196); }
H1.HeaderClassName
{
color: #D744C4;
}
.AnyTagClassName
{
color: #D744C4;
}
</style>
background-color css
<style>
a { background-color: #D744C4; }
a { background-color: rgb(215,68,196); }
div.DivClassName
{
background-color: #D744C4;
}
.BgClassName
{
background-color: #D744C4;
}
</style>
border-color css
<style>
span { border-color: #D744C4; }
span { border-color: rgb(215,68,196); }
td.TdClassName
{
border-color: #D744C4;
}
.TagClassName
{
border-color: #D744C4;
}
</style>