Shades of Fuchsia #D444C5
Tints of Fuchsia #D444C5
RGB
CMYK
RGB Variations
Color information
#D444C5 (or 0xD444C5) is known color: Fuchsia. HEX triplet: D4, 44 and C5. RGB value is (212,68,197). Sum of RGB (Red+Green+Blue) = 212+68+197=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 68 (26.95% from 255 or 14.26% from 477); Blue value is 197 (77.34% from 255 or 41.30% from 477); Max value from RGB is 212 - color contains mainly: red. Hex color #D444C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D444C5 is #2BBB3A. Grayscale: #7D7D7D. Windows color (decimal): -2865979 or 12928212. OLE color: 12928212.
HSL color Cylindrical-coordinate representation of color #D444C5: hue angle of 306.25º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D444C5 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 68 | 197 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.17 |
| HSL | 306.25º | 0.63% | 0.55% | - |
| HSV(B) | 306.25º | 0.68% | 0.83% | - |
| XYZ | 39.3 | 22.16 | 55.03 | - |
| YUV | 125.76 | 168.21 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 68 | 197 | 0 | 0.68 | 0.07 | 0.17 | 306.25 | 0.63 | 0.55 |
| Hex | D4 | 44 | C5 | 0 | 44 | 7 | 11 | 132 | 3F | 37 |
| Octal | 324 | 104 | 305 | 0 | 104 | 7 | 21 | 462 | 77 | 67 |
| Binary | 11010100 | 1000100 | 11000101 | 0 | 1000100 | 111 | 10001 | 100110010 | 111111 | 110111 |
Color Harmonies of #D444C5
Complementary color
Monochromatic Colors of #D444C5
Black with #D444C5
Text Example
Text Example
White with #D444C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D444C5; }
p { color: rgb(212,68,197); }
H1.HeaderClassName
{
color: #D444C5;
}
.AnyTagClassName
{
color: #D444C5;
}
</style>
background-color css
<style>
a { background-color: #D444C5; }
a { background-color: rgb(212,68,197); }
div.DivClassName
{
background-color: #D444C5;
}
.BgClassName
{
background-color: #D444C5;
}
</style>
border-color css
<style>
span { border-color: #D444C5; }
span { border-color: rgb(212,68,197); }
td.TdClassName
{
border-color: #D444C5;
}
.TagClassName
{
border-color: #D444C5;
}
</style>