Shades of Fuchsia #D14DD2
Tints of Fuchsia #D14DD2
RGB
CMYK
RGB Variations
Color information
#D14DD2 (or 0xD14DD2) is known color: Fuchsia. HEX triplet: D1, 4D and D2. RGB value is (209,77,210). Sum of RGB (Red+Green+Blue) = 209+77+210=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 77 (30.47% from 255 or 15.52% from 496); Blue value is 210 (82.42% from 255 or 42.34% from 496); Max value from RGB is 210 - color contains mainly: blue. Hex color #D14DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14DD2 is #2EB22D. Grayscale: #838383. Windows color (decimal): -3060270 or 13782481. OLE color: 13782481.
HSL color Cylindrical-coordinate representation of color #D14DD2: hue angle of 299.55º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D14DD2 is Cyan = 0.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 77 | 210 | - |
| CMYK | 0.00 | 0.63 | 0 | 0.18 |
| HSL | 299.55º | 0.6% | 0.56% | - |
| HSV(B) | 299.55º | 0.63% | 0.82% | - |
| XYZ | 40.58 | 23.52 | 63.37 | - |
| YUV | 131.63 | 172.23 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 77 | 210 | 0.00 | 0.63 | 0 | 0.18 | 299.55 | 0.6 | 0.56 |
| Hex | D1 | 4D | D2 | 0 | 3F | 0 | 12 | 12C | 3C | 38 |
| Octal | 321 | 115 | 322 | 0 | 77 | 0 | 22 | 454 | 74 | 70 |
| Binary | 11010001 | 1001101 | 11010010 | 0 | 111111 | 0 | 10010 | 100101100 | 111100 | 111000 |
Color Harmonies of #D14DD2
Complementary color
Monochromatic Colors of #D14DD2
Black with #D14DD2
Text Example
Text Example
White with #D14DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14DD2; }
p { color: rgb(209,77,210); }
H1.HeaderClassName
{
color: #D14DD2;
}
.AnyTagClassName
{
color: #D14DD2;
}
</style>
background-color css
<style>
a { background-color: #D14DD2; }
a { background-color: rgb(209,77,210); }
div.DivClassName
{
background-color: #D14DD2;
}
.BgClassName
{
background-color: #D14DD2;
}
</style>
border-color css
<style>
span { border-color: #D14DD2; }
span { border-color: rgb(209,77,210); }
td.TdClassName
{
border-color: #D14DD2;
}
.TagClassName
{
border-color: #D14DD2;
}
</style>