Shades of Fuchsia #D444CC
Tints of Fuchsia #D444CC
RGB
CMYK
RGB Variations
Color information
#D444CC (or 0xD444CC) is known color: Fuchsia. HEX triplet: D4, 44 and CC. RGB value is (212,68,204). Sum of RGB (Red+Green+Blue) = 212+68+204=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 68 (26.95% from 255 or 14.05% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D444CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D444CC is #2BBB33. Grayscale: #7E7E7E. Windows color (decimal): -2865972 or 13386964. OLE color: 13386964.
HSL color Cylindrical-coordinate representation of color #D444CC: hue angle of 303.33º 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 #D444CC is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 68 | 204 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.17 |
| HSL | 303.33º | 0.63% | 0.55% | - |
| HSV(B) | 303.33º | 0.68% | 0.83% | - |
| XYZ | 40.12 | 22.49 | 59.35 | - |
| YUV | 126.56 | 171.71 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 68 | 204 | 0 | 0.68 | 0.04 | 0.17 | 303.33 | 0.63 | 0.55 |
| Hex | D4 | 44 | CC | 0 | 44 | 4 | 11 | 12F | 3F | 37 |
| Octal | 324 | 104 | 314 | 0 | 104 | 4 | 21 | 457 | 77 | 67 |
| Binary | 11010100 | 1000100 | 11001100 | 0 | 1000100 | 100 | 10001 | 100101111 | 111111 | 110111 |
Color Harmonies of #D444CC
Complementary color
Monochromatic Colors of #D444CC
Black with #D444CC
Text Example
Text Example
White with #D444CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D444CC; }
p { color: rgb(212,68,204); }
H1.HeaderClassName
{
color: #D444CC;
}
.AnyTagClassName
{
color: #D444CC;
}
</style>
background-color css
<style>
a { background-color: #D444CC; }
a { background-color: rgb(212,68,204); }
div.DivClassName
{
background-color: #D444CC;
}
.BgClassName
{
background-color: #D444CC;
}
</style>
border-color css
<style>
span { border-color: #D444CC; }
span { border-color: rgb(212,68,204); }
td.TdClassName
{
border-color: #D444CC;
}
.TagClassName
{
border-color: #D444CC;
}
</style>