Shades of Fuchsia #D44DBE
Tints of Fuchsia #D44DBE
RGB
CMYK
RGB Variations
Color information
#D44DBE (or 0xD44DBE) is known color: Fuchsia. HEX triplet: D4, 4D and BE. RGB value is (212,77,190). Sum of RGB (Red+Green+Blue) = 212+77+190=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 212 - color contains mainly: red. Hex color #D44DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44DBE is #2BB241. Grayscale: #818181. Windows color (decimal): -2863682 or 12471764. OLE color: 12471764.
HSL color Cylindrical-coordinate representation of color #D44DBE: hue angle of 309.78º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D44DBE is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 77 | 190 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.17 |
| HSL | 309.78º | 0.61% | 0.57% | - |
| HSV(B) | 309.78º | 0.64% | 0.83% | - |
| XYZ | 39.1 | 23.02 | 51.1 | - |
| YUV | 130.25 | 161.73 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 77 | 190 | 0 | 0.64 | 0.10 | 0.17 | 309.78 | 0.61 | 0.57 |
| Hex | D4 | 4D | BE | 0 | 40 | A | 11 | 136 | 3D | 39 |
| Octal | 324 | 115 | 276 | 0 | 100 | 12 | 21 | 466 | 75 | 71 |
| Binary | 11010100 | 1001101 | 10111110 | 0 | 1000000 | 1010 | 10001 | 100110110 | 111101 | 111001 |
Color Harmonies of #D44DBE
Complementary color
Monochromatic Colors of #D44DBE
Black with #D44DBE
Text Example
Text Example
White with #D44DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44DBE; }
p { color: rgb(212,77,190); }
H1.HeaderClassName
{
color: #D44DBE;
}
.AnyTagClassName
{
color: #D44DBE;
}
</style>
background-color css
<style>
a { background-color: #D44DBE; }
a { background-color: rgb(212,77,190); }
div.DivClassName
{
background-color: #D44DBE;
}
.BgClassName
{
background-color: #D44DBE;
}
</style>
border-color css
<style>
span { border-color: #D44DBE; }
span { border-color: rgb(212,77,190); }
td.TdClassName
{
border-color: #D44DBE;
}
.TagClassName
{
border-color: #D44DBE;
}
</style>