Shades of Fuchsia #D63DBB
Tints of Fuchsia #D63DBB
RGB
CMYK
RGB Variations
Color information
#D63DBB (or 0xD63DBB) is known color: Fuchsia. HEX triplet: D6, 3D and BB. RGB value is (214,61,187). Sum of RGB (Red+Green+Blue) = 214+61+187=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 61 (24.22% from 255 or 13.20% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D63DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63DBB is #29C244. Grayscale: #787878. Windows color (decimal): -2736709 or 12271062. OLE color: 12271062.
HSL color Cylindrical-coordinate representation of color #D63DBB: hue angle of 310.59º 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 #D63DBB is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 61 | 187 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.16 |
| HSL | 310.59º | 0.65% | 0.54% | - |
| HSV(B) | 310.59º | 0.71% | 0.84% | - |
| XYZ | 38.37 | 21.22 | 49.09 | - |
| YUV | 121.11 | 165.19 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 187 | 0 | 0.71 | 0.13 | 0.16 | 310.59 | 0.65 | 0.54 |
| Hex | D6 | 3D | BB | 0 | 47 | D | 10 | 137 | 41 | 36 |
| Octal | 326 | 75 | 273 | 0 | 107 | 15 | 20 | 467 | 101 | 66 |
| Binary | 11010110 | 111101 | 10111011 | 0 | 1000111 | 1101 | 10000 | 100110111 | 1000001 | 110110 |
Color Harmonies of #D63DBB
Complementary color
Monochromatic Colors of #D63DBB
Black with #D63DBB
Text Example
Text Example
White with #D63DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63DBB; }
p { color: rgb(214,61,187); }
H1.HeaderClassName
{
color: #D63DBB;
}
.AnyTagClassName
{
color: #D63DBB;
}
</style>
background-color css
<style>
a { background-color: #D63DBB; }
a { background-color: rgb(214,61,187); }
div.DivClassName
{
background-color: #D63DBB;
}
.BgClassName
{
background-color: #D63DBB;
}
</style>
border-color css
<style>
span { border-color: #D63DBB; }
span { border-color: rgb(214,61,187); }
td.TdClassName
{
border-color: #D63DBB;
}
.TagClassName
{
border-color: #D63DBB;
}
</style>