Shades of Fuchsia #D64BC7
Tints of Fuchsia #D64BC7
RGB
CMYK
RGB Variations
Color information
#D64BC7 (or 0xD64BC7) is known color: Fuchsia. HEX triplet: D6, 4B and C7. RGB value is (214,75,199). Sum of RGB (Red+Green+Blue) = 214+75+199=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 75 (29.69% from 255 or 15.37% from 488); Blue value is 199 (78.12% from 255 or 40.78% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D64BC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64BC7 is #29B438. Grayscale: #828282. Windows color (decimal): -2733113 or 13061078. OLE color: 13061078.
HSL color Cylindrical-coordinate representation of color #D64BC7: hue angle of 306.47º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64BC7 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 199 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.16 |
| HSL | 306.47º | 0.63% | 0.57% | - |
| HSV(B) | 306.47º | 0.65% | 0.84% | - |
| XYZ | 40.56 | 23.45 | 56.42 | - |
| YUV | 130.7 | 166.55 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 199 | 0 | 0.65 | 0.07 | 0.16 | 306.47 | 0.63 | 0.57 |
| Hex | D6 | 4B | C7 | 0 | 41 | 7 | 10 | 132 | 3F | 39 |
| Octal | 326 | 113 | 307 | 0 | 101 | 7 | 20 | 462 | 77 | 71 |
| Binary | 11010110 | 1001011 | 11000111 | 0 | 1000001 | 111 | 10000 | 100110010 | 111111 | 111001 |
Color Harmonies of #D64BC7
Complementary color
Monochromatic Colors of #D64BC7
Black with #D64BC7
Text Example
Text Example
White with #D64BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64BC7; }
p { color: rgb(214,75,199); }
H1.HeaderClassName
{
color: #D64BC7;
}
.AnyTagClassName
{
color: #D64BC7;
}
</style>
background-color css
<style>
a { background-color: #D64BC7; }
a { background-color: rgb(214,75,199); }
div.DivClassName
{
background-color: #D64BC7;
}
.BgClassName
{
background-color: #D64BC7;
}
</style>
border-color css
<style>
span { border-color: #D64BC7; }
span { border-color: rgb(214,75,199); }
td.TdClassName
{
border-color: #D64BC7;
}
.TagClassName
{
border-color: #D64BC7;
}
</style>