Shades of Fuchsia #D44BBA
Tints of Fuchsia #D44BBA
RGB
CMYK
RGB Variations
Color information
#D44BBA (or 0xD44BBA) is known color: Fuchsia. HEX triplet: D4, 4B and BA. RGB value is (212,75,186). Sum of RGB (Red+Green+Blue) = 212+75+186=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 75 (29.69% from 255 or 15.86% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D44BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D44BBA is #2BB445. Grayscale: #808080. Windows color (decimal): -2864198 or 12209108. OLE color: 12209108.
HSL color Cylindrical-coordinate representation of color #D44BBA: hue angle of 311.39º degrees, saturation: 0.61, 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 #D44BBA is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 75 | 186 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.17 |
| HSL | 311.39º | 0.61% | 0.56% | - |
| HSV(B) | 311.39º | 0.65% | 0.83% | - |
| XYZ | 38.53 | 22.57 | 48.78 | - |
| YUV | 128.62 | 160.39 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 75 | 186 | 0 | 0.65 | 0.12 | 0.17 | 311.39 | 0.61 | 0.56 |
| Hex | D4 | 4B | BA | 0 | 41 | C | 11 | 137 | 3D | 38 |
| Octal | 324 | 113 | 272 | 0 | 101 | 14 | 21 | 467 | 75 | 70 |
| Binary | 11010100 | 1001011 | 10111010 | 0 | 1000001 | 1100 | 10001 | 100110111 | 111101 | 111000 |
Color Harmonies of #D44BBA
Complementary color
Monochromatic Colors of #D44BBA
Black with #D44BBA
Text Example
Text Example
White with #D44BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44BBA; }
p { color: rgb(212,75,186); }
H1.HeaderClassName
{
color: #D44BBA;
}
.AnyTagClassName
{
color: #D44BBA;
}
</style>
background-color css
<style>
a { background-color: #D44BBA; }
a { background-color: rgb(212,75,186); }
div.DivClassName
{
background-color: #D44BBA;
}
.BgClassName
{
background-color: #D44BBA;
}
</style>
border-color css
<style>
span { border-color: #D44BBA; }
span { border-color: rgb(212,75,186); }
td.TdClassName
{
border-color: #D44BBA;
}
.TagClassName
{
border-color: #D44BBA;
}
</style>