Shades of Fuchsia #D44ABF
Tints of Fuchsia #D44ABF
RGB
CMYK
RGB Variations
Color information
#D44ABF (or 0xD44ABF) is known color: Fuchsia. HEX triplet: D4, 4A and BF. RGB value is (212,74,191). Sum of RGB (Red+Green+Blue) = 212+74+191=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 74 (29.30% from 255 or 15.51% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 212 - color contains mainly: red. Hex color #D44ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D44ABF is #2BB540. Grayscale: #808080. Windows color (decimal): -2864449 or 12536532. OLE color: 12536532.
HSL color Cylindrical-coordinate representation of color #D44ABF: hue angle of 309.13º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D44ABF is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 74 | 191 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.17 |
| HSL | 309.13º | 0.62% | 0.56% | - |
| HSV(B) | 309.13º | 0.65% | 0.83% | - |
| XYZ | 39 | 22.66 | 51.61 | - |
| YUV | 128.6 | 163.22 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 74 | 191 | 0 | 0.65 | 0.10 | 0.17 | 309.13 | 0.62 | 0.56 |
| Hex | D4 | 4A | BF | 0 | 41 | A | 11 | 135 | 3E | 38 |
| Octal | 324 | 112 | 277 | 0 | 101 | 12 | 21 | 465 | 76 | 70 |
| Binary | 11010100 | 1001010 | 10111111 | 0 | 1000001 | 1010 | 10001 | 100110101 | 111110 | 111000 |
Color Harmonies of #D44ABF
Complementary color
Monochromatic Colors of #D44ABF
Black with #D44ABF
Text Example
Text Example
White with #D44ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44ABF; }
p { color: rgb(212,74,191); }
H1.HeaderClassName
{
color: #D44ABF;
}
.AnyTagClassName
{
color: #D44ABF;
}
</style>
background-color css
<style>
a { background-color: #D44ABF; }
a { background-color: rgb(212,74,191); }
div.DivClassName
{
background-color: #D44ABF;
}
.BgClassName
{
background-color: #D44ABF;
}
</style>
border-color css
<style>
span { border-color: #D44ABF; }
span { border-color: rgb(212,74,191); }
td.TdClassName
{
border-color: #D44ABF;
}
.TagClassName
{
border-color: #D44ABF;
}
</style>