Shades of Fuchsia #D44DC2
Tints of Fuchsia #D44DC2
RGB
CMYK
RGB Variations
Color information
#D44DC2 (or 0xD44DC2) is known color: Fuchsia. HEX triplet: D4, 4D and C2. RGB value is (212,77,194). Sum of RGB (Red+Green+Blue) = 212+77+194=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D44DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44DC2 is #2BB23D. Grayscale: #828282. Windows color (decimal): -2863678 or 12733908. OLE color: 12733908.
HSL color Cylindrical-coordinate representation of color #D44DC2: hue angle of 308º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D44DC2 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 77 | 194 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.17 |
| HSL | 308º | 0.61% | 0.57% | - |
| HSV(B) | 308º | 0.64% | 0.83% | - |
| XYZ | 39.54 | 23.2 | 53.43 | - |
| YUV | 130.7 | 163.73 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 77 | 194 | 0 | 0.64 | 0.08 | 0.17 | 308 | 0.61 | 0.57 |
| Hex | D4 | 4D | C2 | 0 | 40 | 8 | 11 | 134 | 3D | 39 |
| Octal | 324 | 115 | 302 | 0 | 100 | 10 | 21 | 464 | 75 | 71 |
| Binary | 11010100 | 1001101 | 11000010 | 0 | 1000000 | 1000 | 10001 | 100110100 | 111101 | 111001 |
Color Harmonies of #D44DC2
Complementary color
Monochromatic Colors of #D44DC2
Black with #D44DC2
Text Example
Text Example
White with #D44DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44DC2; }
p { color: rgb(212,77,194); }
H1.HeaderClassName
{
color: #D44DC2;
}
.AnyTagClassName
{
color: #D44DC2;
}
</style>
background-color css
<style>
a { background-color: #D44DC2; }
a { background-color: rgb(212,77,194); }
div.DivClassName
{
background-color: #D44DC2;
}
.BgClassName
{
background-color: #D44DC2;
}
</style>
border-color css
<style>
span { border-color: #D44DC2; }
span { border-color: rgb(212,77,194); }
td.TdClassName
{
border-color: #D44DC2;
}
.TagClassName
{
border-color: #D44DC2;
}
</style>