Shades of Fuchsia #D64CBC
Tints of Fuchsia #D64CBC
RGB
CMYK
RGB Variations
Color information
#D64CBC (or 0xD64CBC) is known color: Fuchsia. HEX triplet: D6, 4C and BC. RGB value is (214,76,188). Sum of RGB (Red+Green+Blue) = 214+76+188=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D64CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64CBC is #29B343. Grayscale: #818181. Windows color (decimal): -2732868 or 12340438. OLE color: 12340438.
HSL color Cylindrical-coordinate representation of color #D64CBC: hue angle of 311.3º 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 #D64CBC is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 76 | 188 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.16 |
| HSL | 311.3º | 0.63% | 0.57% | - |
| HSV(B) | 311.3º | 0.64% | 0.84% | - |
| XYZ | 39.39 | 23.1 | 49.96 | - |
| YUV | 130.03 | 160.72 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 188 | 0 | 0.64 | 0.12 | 0.16 | 311.3 | 0.63 | 0.57 |
| Hex | D6 | 4C | BC | 0 | 40 | C | 10 | 137 | 3F | 39 |
| Octal | 326 | 114 | 274 | 0 | 100 | 14 | 20 | 467 | 77 | 71 |
| Binary | 11010110 | 1001100 | 10111100 | 0 | 1000000 | 1100 | 10000 | 100110111 | 111111 | 111001 |
Color Harmonies of #D64CBC
Complementary color
Monochromatic Colors of #D64CBC
Black with #D64CBC
Text Example
Text Example
White with #D64CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64CBC; }
p { color: rgb(214,76,188); }
H1.HeaderClassName
{
color: #D64CBC;
}
.AnyTagClassName
{
color: #D64CBC;
}
</style>
background-color css
<style>
a { background-color: #D64CBC; }
a { background-color: rgb(214,76,188); }
div.DivClassName
{
background-color: #D64CBC;
}
.BgClassName
{
background-color: #D64CBC;
}
</style>
border-color css
<style>
span { border-color: #D64CBC; }
span { border-color: rgb(214,76,188); }
td.TdClassName
{
border-color: #D64CBC;
}
.TagClassName
{
border-color: #D64CBC;
}
</style>