Shades of Fuchsia #D44CC0
Tints of Fuchsia #D44CC0
RGB
CMYK
RGB Variations
Color information
#D44CC0 (or 0xD44CC0) is known color: Fuchsia. HEX triplet: D4, 4C and C0. RGB value is (212,76,192). Sum of RGB (Red+Green+Blue) = 212+76+192=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 212 - color contains mainly: red. Hex color #D44CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D44CC0 is #2BB33F. Grayscale: #818181. Windows color (decimal): -2863936 or 12602580. OLE color: 12602580.
HSL color Cylindrical-coordinate representation of color #D44CC0: hue angle of 308.82º 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 #D44CC0 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 76 | 192 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.17 |
| HSL | 308.82º | 0.61% | 0.56% | - |
| HSV(B) | 308.82º | 0.64% | 0.83% | - |
| XYZ | 39.25 | 22.97 | 52.23 | - |
| YUV | 129.89 | 163.06 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 76 | 192 | 0 | 0.64 | 0.09 | 0.17 | 308.82 | 0.61 | 0.56 |
| Hex | D4 | 4C | C0 | 0 | 40 | 9 | 11 | 135 | 3D | 38 |
| Octal | 324 | 114 | 300 | 0 | 100 | 11 | 21 | 465 | 75 | 70 |
| Binary | 11010100 | 1001100 | 11000000 | 0 | 1000000 | 1001 | 10001 | 100110101 | 111101 | 111000 |
Color Harmonies of #D44CC0
Complementary color
Monochromatic Colors of #D44CC0
Black with #D44CC0
Text Example
Text Example
White with #D44CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44CC0; }
p { color: rgb(212,76,192); }
H1.HeaderClassName
{
color: #D44CC0;
}
.AnyTagClassName
{
color: #D44CC0;
}
</style>
background-color css
<style>
a { background-color: #D44CC0; }
a { background-color: rgb(212,76,192); }
div.DivClassName
{
background-color: #D44CC0;
}
.BgClassName
{
background-color: #D44CC0;
}
</style>
border-color css
<style>
span { border-color: #D44CC0; }
span { border-color: rgb(212,76,192); }
td.TdClassName
{
border-color: #D44CC0;
}
.TagClassName
{
border-color: #D44CC0;
}
</style>