Shades of Fuchsia #D44ABE
Tints of Fuchsia #D44ABE
RGB
CMYK
RGB Variations
Color information
#D44ABE (or 0xD44ABE) is known color: Fuchsia. HEX triplet: D4, 4A and BE. RGB value is (212,74,190). Sum of RGB (Red+Green+Blue) = 212+74+190=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D44ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D44ABE is #2BB541. Grayscale: #808080. Windows color (decimal): -2864450 or 12470996. OLE color: 12470996.
HSL color Cylindrical-coordinate representation of color #D44ABE: hue angle of 309.57º 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 #D44ABE is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 74 | 190 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.17 |
| HSL | 309.57º | 0.62% | 0.56% | - |
| HSV(B) | 309.57º | 0.65% | 0.83% | - |
| XYZ | 38.89 | 22.61 | 51.03 | - |
| YUV | 128.49 | 162.72 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 74 | 190 | 0 | 0.65 | 0.10 | 0.17 | 309.57 | 0.62 | 0.56 |
| Hex | D4 | 4A | BE | 0 | 41 | A | 11 | 136 | 3E | 38 |
| Octal | 324 | 112 | 276 | 0 | 101 | 12 | 21 | 466 | 76 | 70 |
| Binary | 11010100 | 1001010 | 10111110 | 0 | 1000001 | 1010 | 10001 | 100110110 | 111110 | 111000 |
Color Harmonies of #D44ABE
Complementary color
Monochromatic Colors of #D44ABE
Black with #D44ABE
Text Example
Text Example
White with #D44ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44ABE; }
p { color: rgb(212,74,190); }
H1.HeaderClassName
{
color: #D44ABE;
}
.AnyTagClassName
{
color: #D44ABE;
}
</style>
background-color css
<style>
a { background-color: #D44ABE; }
a { background-color: rgb(212,74,190); }
div.DivClassName
{
background-color: #D44ABE;
}
.BgClassName
{
background-color: #D44ABE;
}
</style>
border-color css
<style>
span { border-color: #D44ABE; }
span { border-color: rgb(212,74,190); }
td.TdClassName
{
border-color: #D44ABE;
}
.TagClassName
{
border-color: #D44ABE;
}
</style>