Shades of Fuchsia #D44CCA
Tints of Fuchsia #D44CCA
RGB
CMYK
RGB Variations
Color information
#D44CCA (or 0xD44CCA) is known color: Fuchsia. HEX triplet: D4, 4C and CA. RGB value is (212,76,202). Sum of RGB (Red+Green+Blue) = 212+76+202=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D44CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D44CCA is #2BB335. Grayscale: #828282. Windows color (decimal): -2863926 or 13257940. OLE color: 13257940.
HSL color Cylindrical-coordinate representation of color #D44CCA: hue angle of 304.41º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D44CCA is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 76 | 202 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.17 |
| HSL | 304.41º | 0.61% | 0.56% | - |
| HSV(B) | 304.41º | 0.64% | 0.83% | - |
| XYZ | 40.4 | 23.43 | 58.27 | - |
| YUV | 131.03 | 168.06 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 76 | 202 | 0 | 0.64 | 0.05 | 0.17 | 304.41 | 0.61 | 0.56 |
| Hex | D4 | 4C | CA | 0 | 40 | 5 | 11 | 130 | 3D | 38 |
| Octal | 324 | 114 | 312 | 0 | 100 | 5 | 21 | 460 | 75 | 70 |
| Binary | 11010100 | 1001100 | 11001010 | 0 | 1000000 | 101 | 10001 | 100110000 | 111101 | 111000 |
Color Harmonies of #D44CCA
Complementary color
Monochromatic Colors of #D44CCA
Black with #D44CCA
Text Example
Text Example
White with #D44CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44CCA; }
p { color: rgb(212,76,202); }
H1.HeaderClassName
{
color: #D44CCA;
}
.AnyTagClassName
{
color: #D44CCA;
}
</style>
background-color css
<style>
a { background-color: #D44CCA; }
a { background-color: rgb(212,76,202); }
div.DivClassName
{
background-color: #D44CCA;
}
.BgClassName
{
background-color: #D44CCA;
}
</style>
border-color css
<style>
span { border-color: #D44CCA; }
span { border-color: rgb(212,76,202); }
td.TdClassName
{
border-color: #D44CCA;
}
.TagClassName
{
border-color: #D44CCA;
}
</style>