Shades of Fuchsia #D44CBC
Tints of Fuchsia #D44CBC
RGB
CMYK
RGB Variations
Color information
#D44CBC (or 0xD44CBC) is known color: Fuchsia. HEX triplet: D4, 4C and BC. RGB value is (212,76,188). Sum of RGB (Red+Green+Blue) = 212+76+188=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D44CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D44CBC is #2BB343. Grayscale: #818181. Windows color (decimal): -2863940 or 12340436. OLE color: 12340436.
HSL color Cylindrical-coordinate representation of color #D44CBC: hue angle of 310.59º 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 #D44CBC is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 76 | 188 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.17 |
| HSL | 310.59º | 0.61% | 0.56% | - |
| HSV(B) | 310.59º | 0.64% | 0.83% | - |
| XYZ | 38.81 | 22.8 | 49.93 | - |
| YUV | 129.43 | 161.06 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 76 | 188 | 0 | 0.64 | 0.11 | 0.17 | 310.59 | 0.61 | 0.56 |
| Hex | D4 | 4C | BC | 0 | 40 | B | 11 | 137 | 3D | 38 |
| Octal | 324 | 114 | 274 | 0 | 100 | 13 | 21 | 467 | 75 | 70 |
| Binary | 11010100 | 1001100 | 10111100 | 0 | 1000000 | 1011 | 10001 | 100110111 | 111101 | 111000 |
Color Harmonies of #D44CBC
Complementary color
Monochromatic Colors of #D44CBC
Black with #D44CBC
Text Example
Text Example
White with #D44CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44CBC; }
p { color: rgb(212,76,188); }
H1.HeaderClassName
{
color: #D44CBC;
}
.AnyTagClassName
{
color: #D44CBC;
}
</style>
background-color css
<style>
a { background-color: #D44CBC; }
a { background-color: rgb(212,76,188); }
div.DivClassName
{
background-color: #D44CBC;
}
.BgClassName
{
background-color: #D44CBC;
}
</style>
border-color css
<style>
span { border-color: #D44CBC; }
span { border-color: rgb(212,76,188); }
td.TdClassName
{
border-color: #D44CBC;
}
.TagClassName
{
border-color: #D44CBC;
}
</style>