Shades of Fuchsia #D44CC3
Tints of Fuchsia #D44CC3
RGB
CMYK
RGB Variations
Color information
#D44CC3 (or 0xD44CC3) is known color: Fuchsia. HEX triplet: D4, 4C and C3. RGB value is (212,76,195). Sum of RGB (Red+Green+Blue) = 212+76+195=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 76 (30.08% from 255 or 15.73% from 483); Blue value is 195 (76.56% from 255 or 40.37% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D44CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D44CC3 is #2BB33C. Grayscale: #818181. Windows color (decimal): -2863933 or 12799188. OLE color: 12799188.
HSL color Cylindrical-coordinate representation of color #D44CC3: hue angle of 307.5º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D44CC3 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 76 | 195 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.17 |
| HSL | 307.5º | 0.61% | 0.56% | - |
| HSV(B) | 307.5º | 0.64% | 0.83% | - |
| XYZ | 39.59 | 23.11 | 54 | - |
| YUV | 130.23 | 164.56 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 76 | 195 | 0 | 0.64 | 0.08 | 0.17 | 307.5 | 0.61 | 0.56 |
| Hex | D4 | 4C | C3 | 0 | 40 | 8 | 11 | 134 | 3D | 38 |
| Octal | 324 | 114 | 303 | 0 | 100 | 10 | 21 | 464 | 75 | 70 |
| Binary | 11010100 | 1001100 | 11000011 | 0 | 1000000 | 1000 | 10001 | 100110100 | 111101 | 111000 |
Color Harmonies of #D44CC3
Complementary color
Monochromatic Colors of #D44CC3
Black with #D44CC3
Text Example
Text Example
White with #D44CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44CC3; }
p { color: rgb(212,76,195); }
H1.HeaderClassName
{
color: #D44CC3;
}
.AnyTagClassName
{
color: #D44CC3;
}
</style>
background-color css
<style>
a { background-color: #D44CC3; }
a { background-color: rgb(212,76,195); }
div.DivClassName
{
background-color: #D44CC3;
}
.BgClassName
{
background-color: #D44CC3;
}
</style>
border-color css
<style>
span { border-color: #D44CC3; }
span { border-color: rgb(212,76,195); }
td.TdClassName
{
border-color: #D44CC3;
}
.TagClassName
{
border-color: #D44CC3;
}
</style>