Shades of Fuchsia #D14BD2
Tints of Fuchsia #D14BD2
RGB
CMYK
RGB Variations
Color information
#D14BD2 (or 0xD14BD2) is known color: Fuchsia. HEX triplet: D1, 4B and D2. RGB value is (209,75,210). Sum of RGB (Red+Green+Blue) = 209+75+210=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 75 (29.69% from 255 or 15.18% from 494); Blue value is 210 (82.42% from 255 or 42.51% from 494); Max value from RGB is 210 - color contains mainly: blue. Hex color #D14BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14BD2 is #2EB42D. Grayscale: #828282. Windows color (decimal): -3060782 or 13781969. OLE color: 13781969.
HSL color Cylindrical-coordinate representation of color #D14BD2: hue angle of 299.56º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D14BD2 is Cyan = 0.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 75 | 210 | - |
| CMYK | 0.00 | 0.64 | 0 | 0.18 |
| HSL | 299.56º | 0.6% | 0.56% | - |
| HSV(B) | 299.56º | 0.64% | 0.82% | - |
| XYZ | 40.44 | 23.24 | 63.33 | - |
| YUV | 130.46 | 172.89 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 75 | 210 | 0.00 | 0.64 | 0 | 0.18 | 299.56 | 0.6 | 0.56 |
| Hex | D1 | 4B | D2 | 0 | 40 | 0 | 12 | 12C | 3C | 38 |
| Octal | 321 | 113 | 322 | 0 | 100 | 0 | 22 | 454 | 74 | 70 |
| Binary | 11010001 | 1001011 | 11010010 | 0 | 1000000 | 0 | 10010 | 100101100 | 111100 | 111000 |
Color Harmonies of #D14BD2
Complementary color
Monochromatic Colors of #D14BD2
Black with #D14BD2
Text Example
Text Example
White with #D14BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14BD2; }
p { color: rgb(209,75,210); }
H1.HeaderClassName
{
color: #D14BD2;
}
.AnyTagClassName
{
color: #D14BD2;
}
</style>
background-color css
<style>
a { background-color: #D14BD2; }
a { background-color: rgb(209,75,210); }
div.DivClassName
{
background-color: #D14BD2;
}
.BgClassName
{
background-color: #D14BD2;
}
</style>
border-color css
<style>
span { border-color: #D14BD2; }
span { border-color: rgb(209,75,210); }
td.TdClassName
{
border-color: #D14BD2;
}
.TagClassName
{
border-color: #D14BD2;
}
</style>