Shades of Fuchsia #D63CCC
Tints of Fuchsia #D63CCC
RGB
CMYK
RGB Variations
Color information
#D63CCC (or 0xD63CCC) is known color: Fuchsia. HEX triplet: D6, 3C and CC. RGB value is (214,60,204). Sum of RGB (Red+Green+Blue) = 214+60+204=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 60 (23.83% from 255 or 12.55% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D63CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63CCC is #29C333. Grayscale: #7A7A7A. Windows color (decimal): -2736948 or 13384918. OLE color: 13384918.
HSL color Cylindrical-coordinate representation of color #D63CCC: hue angle of 303.9º 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 #D63CCC is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 60 | 204 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.16 |
| HSL | 303.9º | 0.65% | 0.54% | - |
| HSV(B) | 303.9º | 0.72% | 0.84% | - |
| XYZ | 40.25 | 21.89 | 59.23 | - |
| YUV | 122.46 | 174.02 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 60 | 204 | 0 | 0.72 | 0.05 | 0.16 | 303.9 | 0.65 | 0.54 |
| Hex | D6 | 3C | CC | 0 | 48 | 5 | 10 | 130 | 41 | 36 |
| Octal | 326 | 74 | 314 | 0 | 110 | 5 | 20 | 460 | 101 | 66 |
| Binary | 11010110 | 111100 | 11001100 | 0 | 1001000 | 101 | 10000 | 100110000 | 1000001 | 110110 |
Color Harmonies of #D63CCC
Complementary color
Monochromatic Colors of #D63CCC
Black with #D63CCC
Text Example
Text Example
White with #D63CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63CCC; }
p { color: rgb(214,60,204); }
H1.HeaderClassName
{
color: #D63CCC;
}
.AnyTagClassName
{
color: #D63CCC;
}
</style>
background-color css
<style>
a { background-color: #D63CCC; }
a { background-color: rgb(214,60,204); }
div.DivClassName
{
background-color: #D63CCC;
}
.BgClassName
{
background-color: #D63CCC;
}
</style>
border-color css
<style>
span { border-color: #D63CCC; }
span { border-color: rgb(214,60,204); }
td.TdClassName
{
border-color: #D63CCC;
}
.TagClassName
{
border-color: #D63CCC;
}
</style>