Shades of Fuchsia #D63CB9
Tints of Fuchsia #D63CB9
RGB
CMYK
RGB Variations
Color information
#D63CB9 (or 0xD63CB9) is known color: Fuchsia. HEX triplet: D6, 3C and B9. RGB value is (214,60,185). Sum of RGB (Red+Green+Blue) = 214+60+185=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 60 (23.83% from 255 or 13.07% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D63CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63CB9 is #29C346. Grayscale: #777777. Windows color (decimal): -2736967 or 12139734. OLE color: 12139734.
HSL color Cylindrical-coordinate representation of color #D63CB9: hue angle of 311.3º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D63CB9 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 60 | 185 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.16 |
| HSL | 311.3º | 0.65% | 0.54% | - |
| HSV(B) | 311.3º | 0.72% | 0.84% | - |
| XYZ | 38.1 | 21.03 | 47.95 | - |
| YUV | 120.3 | 164.52 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 60 | 185 | 0 | 0.72 | 0.14 | 0.16 | 311.3 | 0.65 | 0.54 |
| Hex | D6 | 3C | B9 | 0 | 48 | E | 10 | 137 | 41 | 36 |
| Octal | 326 | 74 | 271 | 0 | 110 | 16 | 20 | 467 | 101 | 66 |
| Binary | 11010110 | 111100 | 10111001 | 0 | 1001000 | 1110 | 10000 | 100110111 | 1000001 | 110110 |
Color Harmonies of #D63CB9
Complementary color
Monochromatic Colors of #D63CB9
Black with #D63CB9
Text Example
Text Example
White with #D63CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63CB9; }
p { color: rgb(214,60,185); }
H1.HeaderClassName
{
color: #D63CB9;
}
.AnyTagClassName
{
color: #D63CB9;
}
</style>
background-color css
<style>
a { background-color: #D63CB9; }
a { background-color: rgb(214,60,185); }
div.DivClassName
{
background-color: #D63CB9;
}
.BgClassName
{
background-color: #D63CB9;
}
</style>
border-color css
<style>
span { border-color: #D63CB9; }
span { border-color: rgb(214,60,185); }
td.TdClassName
{
border-color: #D63CB9;
}
.TagClassName
{
border-color: #D63CB9;
}
</style>