Shades of Fuchsia #D63DCB
Tints of Fuchsia #D63DCB
RGB
CMYK
RGB Variations
Color information
#D63DCB (or 0xD63DCB) is known color: Fuchsia. HEX triplet: D6, 3D and CB. RGB value is (214,61,203). Sum of RGB (Red+Green+Blue) = 214+61+203=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 61 (24.22% from 255 or 12.76% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D63DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63DCB is #29C234. Grayscale: #7A7A7A. Windows color (decimal): -2736693 or 13319638. OLE color: 13319638.
HSL color Cylindrical-coordinate representation of color #D63DCB: hue angle of 304.31º 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 #D63DCB is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 61 | 203 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.16 |
| HSL | 304.31º | 0.65% | 0.54% | - |
| HSV(B) | 304.31º | 0.71% | 0.84% | - |
| XYZ | 40.18 | 21.95 | 58.62 | - |
| YUV | 122.94 | 173.19 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 203 | 0 | 0.71 | 0.05 | 0.16 | 304.31 | 0.65 | 0.54 |
| Hex | D6 | 3D | CB | 0 | 47 | 5 | 10 | 130 | 41 | 36 |
| Octal | 326 | 75 | 313 | 0 | 107 | 5 | 20 | 460 | 101 | 66 |
| Binary | 11010110 | 111101 | 11001011 | 0 | 1000111 | 101 | 10000 | 100110000 | 1000001 | 110110 |
Color Harmonies of #D63DCB
Complementary color
Monochromatic Colors of #D63DCB
Black with #D63DCB
Text Example
Text Example
White with #D63DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63DCB; }
p { color: rgb(214,61,203); }
H1.HeaderClassName
{
color: #D63DCB;
}
.AnyTagClassName
{
color: #D63DCB;
}
</style>
background-color css
<style>
a { background-color: #D63DCB; }
a { background-color: rgb(214,61,203); }
div.DivClassName
{
background-color: #D63DCB;
}
.BgClassName
{
background-color: #D63DCB;
}
</style>
border-color css
<style>
span { border-color: #D63DCB; }
span { border-color: rgb(214,61,203); }
td.TdClassName
{
border-color: #D63DCB;
}
.TagClassName
{
border-color: #D63DCB;
}
</style>