Shades of Fuchsia #D44BCD
Tints of Fuchsia #D44BCD
RGB
CMYK
RGB Variations
Color information
#D44BCD (or 0xD44BCD) is known color: Fuchsia. HEX triplet: D4, 4B and CD. RGB value is (212,75,205). Sum of RGB (Red+Green+Blue) = 212+75+205=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 75 (29.69% from 255 or 15.24% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D44BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D44BCD is #2BB432. Grayscale: #828282. Windows color (decimal): -2864179 or 13454292. OLE color: 13454292.
HSL color Cylindrical-coordinate representation of color #D44BCD: hue angle of 303.07º 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 #D44BCD is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 75 | 205 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.17 |
| HSL | 303.07º | 0.61% | 0.56% | - |
| HSV(B) | 303.07º | 0.65% | 0.83% | - |
| XYZ | 40.69 | 23.44 | 60.14 | - |
| YUV | 130.78 | 169.89 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 75 | 205 | 0 | 0.65 | 0.03 | 0.17 | 303.07 | 0.61 | 0.56 |
| Hex | D4 | 4B | CD | 0 | 41 | 3 | 11 | 12F | 3D | 38 |
| Octal | 324 | 113 | 315 | 0 | 101 | 3 | 21 | 457 | 75 | 70 |
| Binary | 11010100 | 1001011 | 11001101 | 0 | 1000001 | 11 | 10001 | 100101111 | 111101 | 111000 |
Color Harmonies of #D44BCD
Complementary color
Monochromatic Colors of #D44BCD
Black with #D44BCD
Text Example
Text Example
White with #D44BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44BCD; }
p { color: rgb(212,75,205); }
H1.HeaderClassName
{
color: #D44BCD;
}
.AnyTagClassName
{
color: #D44BCD;
}
</style>
background-color css
<style>
a { background-color: #D44BCD; }
a { background-color: rgb(212,75,205); }
div.DivClassName
{
background-color: #D44BCD;
}
.BgClassName
{
background-color: #D44BCD;
}
</style>
border-color css
<style>
span { border-color: #D44BCD; }
span { border-color: rgb(212,75,205); }
td.TdClassName
{
border-color: #D44BCD;
}
.TagClassName
{
border-color: #D44BCD;
}
</style>