Shades of Fuchsia #D64CC1
Tints of Fuchsia #D64CC1
RGB
CMYK
RGB Variations
Color information
#D64CC1 (or 0xD64CC1) is known color: Fuchsia. HEX triplet: D6, 4C and C1. RGB value is (214,76,193). Sum of RGB (Red+Green+Blue) = 214+76+193=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 76 (30.08% from 255 or 15.73% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D64CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64CC1 is #29B33E. Grayscale: #828282. Windows color (decimal): -2732863 or 12668118. OLE color: 12668118.
HSL color Cylindrical-coordinate representation of color #D64CC1: hue angle of 309.13º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64CC1 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 76 | 193 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.16 |
| HSL | 309.13º | 0.63% | 0.57% | - |
| HSV(B) | 309.13º | 0.64% | 0.84% | - |
| XYZ | 39.94 | 23.32 | 52.85 | - |
| YUV | 130.6 | 163.22 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 193 | 0 | 0.64 | 0.10 | 0.16 | 309.13 | 0.63 | 0.57 |
| Hex | D6 | 4C | C1 | 0 | 40 | A | 10 | 135 | 3F | 39 |
| Octal | 326 | 114 | 301 | 0 | 100 | 12 | 20 | 465 | 77 | 71 |
| Binary | 11010110 | 1001100 | 11000001 | 0 | 1000000 | 1010 | 10000 | 100110101 | 111111 | 111001 |
Color Harmonies of #D64CC1
Complementary color
Monochromatic Colors of #D64CC1
Black with #D64CC1
Text Example
Text Example
White with #D64CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64CC1; }
p { color: rgb(214,76,193); }
H1.HeaderClassName
{
color: #D64CC1;
}
.AnyTagClassName
{
color: #D64CC1;
}
</style>
background-color css
<style>
a { background-color: #D64CC1; }
a { background-color: rgb(214,76,193); }
div.DivClassName
{
background-color: #D64CC1;
}
.BgClassName
{
background-color: #D64CC1;
}
</style>
border-color css
<style>
span { border-color: #D64CC1; }
span { border-color: rgb(214,76,193); }
td.TdClassName
{
border-color: #D64CC1;
}
.TagClassName
{
border-color: #D64CC1;
}
</style>