Shades of Fuchsia #D744C1
Tints of Fuchsia #D744C1
RGB
CMYK
RGB Variations
Color information
#D744C1 (or 0xD744C1) is known color: Fuchsia. HEX triplet: D7, 44 and C1. RGB value is (215,68,193). Sum of RGB (Red+Green+Blue) = 215+68+193=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 68 (26.95% from 255 or 14.29% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D744C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D744C1 is #28BB3E. Grayscale: #7D7D7D. Windows color (decimal): -2669375 or 12666071. OLE color: 12666071.
HSL color Cylindrical-coordinate representation of color #D744C1: hue angle of 308.98º 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 #D744C1 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 68 | 193 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.16 |
| HSL | 308.98º | 0.65% | 0.55% | - |
| HSV(B) | 308.98º | 0.68% | 0.84% | - |
| XYZ | 39.72 | 22.43 | 52.69 | - |
| YUV | 126.2 | 165.7 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 68 | 193 | 0 | 0.68 | 0.10 | 0.16 | 308.98 | 0.65 | 0.55 |
| Hex | D7 | 44 | C1 | 0 | 44 | A | 10 | 135 | 41 | 37 |
| Octal | 327 | 104 | 301 | 0 | 104 | 12 | 20 | 465 | 101 | 67 |
| Binary | 11010111 | 1000100 | 11000001 | 0 | 1000100 | 1010 | 10000 | 100110101 | 1000001 | 110111 |
Color Harmonies of #D744C1
Complementary color
Monochromatic Colors of #D744C1
Black with #D744C1
Text Example
Text Example
White with #D744C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D744C1; }
p { color: rgb(215,68,193); }
H1.HeaderClassName
{
color: #D744C1;
}
.AnyTagClassName
{
color: #D744C1;
}
</style>
background-color css
<style>
a { background-color: #D744C1; }
a { background-color: rgb(215,68,193); }
div.DivClassName
{
background-color: #D744C1;
}
.BgClassName
{
background-color: #D744C1;
}
</style>
border-color css
<style>
span { border-color: #D744C1; }
span { border-color: rgb(215,68,193); }
td.TdClassName
{
border-color: #D744C1;
}
.TagClassName
{
border-color: #D744C1;
}
</style>