Shades of Fuchsia #D444CA
Tints of Fuchsia #D444CA
RGB
CMYK
RGB Variations
Color information
#D444CA (or 0xD444CA) is known color: Fuchsia. HEX triplet: D4, 44 and CA. RGB value is (212,68,202). Sum of RGB (Red+Green+Blue) = 212+68+202=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 68 (26.95% from 255 or 14.11% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D444CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D444CA is #2BBB35. Grayscale: #7D7D7D. Windows color (decimal): -2865974 or 13255892. OLE color: 13255892.
HSL color Cylindrical-coordinate representation of color #D444CA: hue angle of 304.17º 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 #D444CA is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 68 | 202 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.17 |
| HSL | 304.17º | 0.63% | 0.55% | - |
| HSV(B) | 304.17º | 0.68% | 0.83% | - |
| XYZ | 39.88 | 22.4 | 58.1 | - |
| YUV | 126.33 | 170.71 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 68 | 202 | 0 | 0.68 | 0.05 | 0.17 | 304.17 | 0.63 | 0.55 |
| Hex | D4 | 44 | CA | 0 | 44 | 5 | 11 | 130 | 3F | 37 |
| Octal | 324 | 104 | 312 | 0 | 104 | 5 | 21 | 460 | 77 | 67 |
| Binary | 11010100 | 1000100 | 11001010 | 0 | 1000100 | 101 | 10001 | 100110000 | 111111 | 110111 |
Color Harmonies of #D444CA
Complementary color
Monochromatic Colors of #D444CA
Black with #D444CA
Text Example
Text Example
White with #D444CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D444CA; }
p { color: rgb(212,68,202); }
H1.HeaderClassName
{
color: #D444CA;
}
.AnyTagClassName
{
color: #D444CA;
}
</style>
background-color css
<style>
a { background-color: #D444CA; }
a { background-color: rgb(212,68,202); }
div.DivClassName
{
background-color: #D444CA;
}
.BgClassName
{
background-color: #D444CA;
}
</style>
border-color css
<style>
span { border-color: #D444CA; }
span { border-color: rgb(212,68,202); }
td.TdClassName
{
border-color: #D444CA;
}
.TagClassName
{
border-color: #D444CA;
}
</style>