Shades of Fuchsia #D44CC2
Tints of Fuchsia #D44CC2
RGB
CMYK
RGB Variations
Color information
#D44CC2 (or 0xD44CC2) is known color: Fuchsia. HEX triplet: D4, 4C and C2. RGB value is (212,76,194). Sum of RGB (Red+Green+Blue) = 212+76+194=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 194 (76.17% from 255 or 40.25% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D44CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D44CC2 is #2BB33D. Grayscale: #818181. Windows color (decimal): -2863934 or 12733652. OLE color: 12733652.
HSL color Cylindrical-coordinate representation of color #D44CC2: hue angle of 307.94º 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 #D44CC2 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 76 | 194 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.17 |
| HSL | 307.94º | 0.61% | 0.56% | - |
| HSV(B) | 307.94º | 0.64% | 0.83% | - |
| XYZ | 39.47 | 23.06 | 53.41 | - |
| YUV | 130.12 | 164.06 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 76 | 194 | 0 | 0.64 | 0.08 | 0.17 | 307.94 | 0.61 | 0.56 |
| Hex | D4 | 4C | C2 | 0 | 40 | 8 | 11 | 134 | 3D | 38 |
| Octal | 324 | 114 | 302 | 0 | 100 | 10 | 21 | 464 | 75 | 70 |
| Binary | 11010100 | 1001100 | 11000010 | 0 | 1000000 | 1000 | 10001 | 100110100 | 111101 | 111000 |
Color Harmonies of #D44CC2
Complementary color
Monochromatic Colors of #D44CC2
Black with #D44CC2
Text Example
Text Example
White with #D44CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44CC2; }
p { color: rgb(212,76,194); }
H1.HeaderClassName
{
color: #D44CC2;
}
.AnyTagClassName
{
color: #D44CC2;
}
</style>
background-color css
<style>
a { background-color: #D44CC2; }
a { background-color: rgb(212,76,194); }
div.DivClassName
{
background-color: #D44CC2;
}
.BgClassName
{
background-color: #D44CC2;
}
</style>
border-color css
<style>
span { border-color: #D44CC2; }
span { border-color: rgb(212,76,194); }
td.TdClassName
{
border-color: #D44CC2;
}
.TagClassName
{
border-color: #D44CC2;
}
</style>