Shades of Fuchsia #D63CBD
Tints of Fuchsia #D63CBD
RGB
CMYK
RGB Variations
Color information
#D63CBD (or 0xD63CBD) is known color: Fuchsia. HEX triplet: D6, 3C and BD. RGB value is (214,60,189). Sum of RGB (Red+Green+Blue) = 214+60+189=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 60 (23.83% from 255 or 12.96% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D63CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63CBD is #29C342. Grayscale: #787878. Windows color (decimal): -2736963 or 12401878. OLE color: 12401878.
HSL color Cylindrical-coordinate representation of color #D63CBD: hue angle of 309.74º 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 #D63CBD is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 60 | 189 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.16 |
| HSL | 309.74º | 0.65% | 0.54% | - |
| HSV(B) | 309.74º | 0.72% | 0.84% | - |
| XYZ | 38.53 | 21.2 | 50.21 | - |
| YUV | 120.75 | 166.52 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 60 | 189 | 0 | 0.72 | 0.12 | 0.16 | 309.74 | 0.65 | 0.54 |
| Hex | D6 | 3C | BD | 0 | 48 | C | 10 | 136 | 41 | 36 |
| Octal | 326 | 74 | 275 | 0 | 110 | 14 | 20 | 466 | 101 | 66 |
| Binary | 11010110 | 111100 | 10111101 | 0 | 1001000 | 1100 | 10000 | 100110110 | 1000001 | 110110 |
Color Harmonies of #D63CBD
Complementary color
Monochromatic Colors of #D63CBD
Black with #D63CBD
Text Example
Text Example
White with #D63CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63CBD; }
p { color: rgb(214,60,189); }
H1.HeaderClassName
{
color: #D63CBD;
}
.AnyTagClassName
{
color: #D63CBD;
}
</style>
background-color css
<style>
a { background-color: #D63CBD; }
a { background-color: rgb(214,60,189); }
div.DivClassName
{
background-color: #D63CBD;
}
.BgClassName
{
background-color: #D63CBD;
}
</style>
border-color css
<style>
span { border-color: #D63CBD; }
span { border-color: rgb(214,60,189); }
td.TdClassName
{
border-color: #D63CBD;
}
.TagClassName
{
border-color: #D63CBD;
}
</style>