Shades of Fuchsia #D63DBD
Tints of Fuchsia #D63DBD
RGB
CMYK
RGB Variations
Color information
#D63DBD (or 0xD63DBD) is known color: Fuchsia. HEX triplet: D6, 3D and BD. RGB value is (214,61,189). Sum of RGB (Red+Green+Blue) = 214+61+189=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 61 (24.22% from 255 or 13.15% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D63DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63DBD is #29C242. Grayscale: #787878. Windows color (decimal): -2736707 or 12402134. OLE color: 12402134.
HSL color Cylindrical-coordinate representation of color #D63DBD: hue angle of 309.8º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63DBD is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 61 | 189 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.16 |
| HSL | 309.8º | 0.65% | 0.54% | - |
| HSV(B) | 309.8º | 0.71% | 0.84% | - |
| XYZ | 38.59 | 21.31 | 50.22 | - |
| YUV | 121.34 | 166.19 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 189 | 0 | 0.71 | 0.12 | 0.16 | 309.8 | 0.65 | 0.54 |
| Hex | D6 | 3D | BD | 0 | 47 | C | 10 | 136 | 41 | 36 |
| Octal | 326 | 75 | 275 | 0 | 107 | 14 | 20 | 466 | 101 | 66 |
| Binary | 11010110 | 111101 | 10111101 | 0 | 1000111 | 1100 | 10000 | 100110110 | 1000001 | 110110 |
Color Harmonies of #D63DBD
Complementary color
Monochromatic Colors of #D63DBD
Black with #D63DBD
Text Example
Text Example
White with #D63DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63DBD; }
p { color: rgb(214,61,189); }
H1.HeaderClassName
{
color: #D63DBD;
}
.AnyTagClassName
{
color: #D63DBD;
}
</style>
background-color css
<style>
a { background-color: #D63DBD; }
a { background-color: rgb(214,61,189); }
div.DivClassName
{
background-color: #D63DBD;
}
.BgClassName
{
background-color: #D63DBD;
}
</style>
border-color css
<style>
span { border-color: #D63DBD; }
span { border-color: rgb(214,61,189); }
td.TdClassName
{
border-color: #D63DBD;
}
.TagClassName
{
border-color: #D63DBD;
}
</style>