Shades of Fuchsia #D434D1
Tints of Fuchsia #D434D1
RGB
CMYK
RGB Variations
Color information
#D434D1 (or 0xD434D1) is known color: Fuchsia. HEX triplet: D4, 34 and D1. RGB value is (212,52,209). Sum of RGB (Red+Green+Blue) = 212+52+209=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 52 (20.70% from 255 or 10.99% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D434D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D434D1 is #2BCB2E. Grayscale: #757575. Windows color (decimal): -2870063 or 13710548. OLE color: 13710548.
HSL color Cylindrical-coordinate representation of color #D434D1: hue angle of 301.12º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D434D1 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 52 | 209 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.17 |
| HSL | 301.13º | 0.65% | 0.52% | - |
| HSV(B) | 301.13º | 0.75% | 0.83% | - |
| XYZ | 39.89 | 21.06 | 62.28 | - |
| YUV | 117.74 | 179.51 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 52 | 209 | 0 | 0.75 | 0.01 | 0.17 | 301.13 | 0.65 | 0.52 |
| Hex | D4 | 34 | D1 | 0 | 4B | 1 | 11 | 12D | 41 | 34 |
| Octal | 324 | 64 | 321 | 0 | 113 | 1 | 21 | 455 | 101 | 64 |
| Binary | 11010100 | 110100 | 11010001 | 0 | 1001011 | 1 | 10001 | 100101101 | 1000001 | 110100 |
Color Harmonies of #D434D1
Complementary color
Monochromatic Colors of #D434D1
Black with #D434D1
Text Example
Text Example
White with #D434D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D434D1; }
p { color: rgb(212,52,209); }
H1.HeaderClassName
{
color: #D434D1;
}
.AnyTagClassName
{
color: #D434D1;
}
</style>
background-color css
<style>
a { background-color: #D434D1; }
a { background-color: rgb(212,52,209); }
div.DivClassName
{
background-color: #D434D1;
}
.BgClassName
{
background-color: #D434D1;
}
</style>
border-color css
<style>
span { border-color: #D434D1; }
span { border-color: rgb(212,52,209); }
td.TdClassName
{
border-color: #D434D1;
}
.TagClassName
{
border-color: #D434D1;
}
</style>