Shades of Fuchsia #D63DC3
Tints of Fuchsia #D63DC3
RGB
CMYK
RGB Variations
Color information
#D63DC3 (or 0xD63DC3) is known color: Fuchsia. HEX triplet: D6, 3D and C3. RGB value is (214,61,195). Sum of RGB (Red+Green+Blue) = 214+61+195=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 61 (24.22% from 255 or 12.98% from 470); Blue value is 195 (76.56% from 255 or 41.49% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D63DC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63DC3 is #29C23C. Grayscale: #797979. Windows color (decimal): -2736701 or 12795350. OLE color: 12795350.
HSL color Cylindrical-coordinate representation of color #D63DC3: hue angle of 307.45º 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 #D63DC3 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 61 | 195 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.16 |
| HSL | 307.45º | 0.65% | 0.54% | - |
| HSV(B) | 307.45º | 0.71% | 0.84% | - |
| XYZ | 39.25 | 21.57 | 53.73 | - |
| YUV | 122.02 | 169.19 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 195 | 0 | 0.71 | 0.09 | 0.16 | 307.45 | 0.65 | 0.54 |
| Hex | D6 | 3D | C3 | 0 | 47 | 9 | 10 | 133 | 41 | 36 |
| Octal | 326 | 75 | 303 | 0 | 107 | 11 | 20 | 463 | 101 | 66 |
| Binary | 11010110 | 111101 | 11000011 | 0 | 1000111 | 1001 | 10000 | 100110011 | 1000001 | 110110 |
Color Harmonies of #D63DC3
Complementary color
Monochromatic Colors of #D63DC3
Black with #D63DC3
Text Example
Text Example
White with #D63DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63DC3; }
p { color: rgb(214,61,195); }
H1.HeaderClassName
{
color: #D63DC3;
}
.AnyTagClassName
{
color: #D63DC3;
}
</style>
background-color css
<style>
a { background-color: #D63DC3; }
a { background-color: rgb(214,61,195); }
div.DivClassName
{
background-color: #D63DC3;
}
.BgClassName
{
background-color: #D63DC3;
}
</style>
border-color css
<style>
span { border-color: #D63DC3; }
span { border-color: rgb(214,61,195); }
td.TdClassName
{
border-color: #D63DC3;
}
.TagClassName
{
border-color: #D63DC3;
}
</style>