Shades of Fuchsia #D63DBE
Tints of Fuchsia #D63DBE
RGB
CMYK
RGB Variations
Color information
#D63DBE (or 0xD63DBE) is known color: Fuchsia. HEX triplet: D6, 3D and BE. RGB value is (214,61,190). Sum of RGB (Red+Green+Blue) = 214+61+190=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D63DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63DBE is #29C241. Grayscale: #797979. Windows color (decimal): -2736706 or 12467670. OLE color: 12467670.
HSL color Cylindrical-coordinate representation of color #D63DBE: hue angle of 309.41º 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 #D63DBE is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 61 | 190 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.16 |
| HSL | 309.41º | 0.65% | 0.54% | - |
| HSV(B) | 309.41º | 0.71% | 0.84% | - |
| XYZ | 38.69 | 21.35 | 50.8 | - |
| YUV | 121.45 | 166.69 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 190 | 0 | 0.71 | 0.11 | 0.16 | 309.41 | 0.65 | 0.54 |
| Hex | D6 | 3D | BE | 0 | 47 | B | 10 | 135 | 41 | 36 |
| Octal | 326 | 75 | 276 | 0 | 107 | 13 | 20 | 465 | 101 | 66 |
| Binary | 11010110 | 111101 | 10111110 | 0 | 1000111 | 1011 | 10000 | 100110101 | 1000001 | 110110 |
Color Harmonies of #D63DBE
Complementary color
Monochromatic Colors of #D63DBE
Black with #D63DBE
Text Example
Text Example
White with #D63DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63DBE; }
p { color: rgb(214,61,190); }
H1.HeaderClassName
{
color: #D63DBE;
}
.AnyTagClassName
{
color: #D63DBE;
}
</style>
background-color css
<style>
a { background-color: #D63DBE; }
a { background-color: rgb(214,61,190); }
div.DivClassName
{
background-color: #D63DBE;
}
.BgClassName
{
background-color: #D63DBE;
}
</style>
border-color css
<style>
span { border-color: #D63DBE; }
span { border-color: rgb(214,61,190); }
td.TdClassName
{
border-color: #D63DBE;
}
.TagClassName
{
border-color: #D63DBE;
}
</style>