Shades of Fuchsia #D444C2
Tints of Fuchsia #D444C2
RGB
CMYK
RGB Variations
Color information
#D444C2 (or 0xD444C2) is known color: Fuchsia. HEX triplet: D4, 44 and C2. RGB value is (212,68,194). Sum of RGB (Red+Green+Blue) = 212+68+194=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 68 (26.95% from 255 or 14.35% from 474); Blue value is 194 (76.17% from 255 or 40.93% from 474); Max value from RGB is 212 - color contains mainly: red. Hex color #D444C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D444C2 is #2BBB3D. Grayscale: #7D7D7D. Windows color (decimal): -2865982 or 12731604. OLE color: 12731604.
HSL color Cylindrical-coordinate representation of color #D444C2: hue angle of 307.5º 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 #D444C2 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 68 | 194 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.17 |
| HSL | 307.5º | 0.63% | 0.55% | - |
| HSV(B) | 307.5º | 0.68% | 0.83% | - |
| XYZ | 38.96 | 22.03 | 53.24 | - |
| YUV | 125.42 | 166.71 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 68 | 194 | 0 | 0.68 | 0.08 | 0.17 | 307.5 | 0.63 | 0.55 |
| Hex | D4 | 44 | C2 | 0 | 44 | 8 | 11 | 134 | 3F | 37 |
| Octal | 324 | 104 | 302 | 0 | 104 | 10 | 21 | 464 | 77 | 67 |
| Binary | 11010100 | 1000100 | 11000010 | 0 | 1000100 | 1000 | 10001 | 100110100 | 111111 | 110111 |
Color Harmonies of #D444C2
Complementary color
Monochromatic Colors of #D444C2
Black with #D444C2
Text Example
Text Example
White with #D444C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D444C2; }
p { color: rgb(212,68,194); }
H1.HeaderClassName
{
color: #D444C2;
}
.AnyTagClassName
{
color: #D444C2;
}
</style>
background-color css
<style>
a { background-color: #D444C2; }
a { background-color: rgb(212,68,194); }
div.DivClassName
{
background-color: #D444C2;
}
.BgClassName
{
background-color: #D444C2;
}
</style>
border-color css
<style>
span { border-color: #D444C2; }
span { border-color: rgb(212,68,194); }
td.TdClassName
{
border-color: #D444C2;
}
.TagClassName
{
border-color: #D444C2;
}
</style>