Shades of Fuchsia #D064BE
Tints of Fuchsia #D064BE
RGB
CMYK
RGB Variations
Color information
#D064BE (or 0xD064BE) is known color: Fuchsia. HEX triplet: D0, 64 and BE. RGB value is (208,100,190). Sum of RGB (Red+Green+Blue) = 208+100+190=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D064BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D064BE is #2F9B41. Grayscale: #8E8E8E. Windows color (decimal): -3119938 or 12477648. OLE color: 12477648.
HSL color Cylindrical-coordinate representation of color #D064BE: hue angle of 310º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D064BE is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 190 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.18 |
| HSL | 310º | 0.53% | 0.6% | - |
| HSV(B) | 310º | 0.52% | 0.82% | - |
| XYZ | 39.86 | 26.24 | 51.68 | - |
| YUV | 142.55 | 154.78 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 190 | 0 | 0.52 | 0.09 | 0.18 | 310 | 0.53 | 0.6 |
| Hex | D0 | 64 | BE | 0 | 34 | 9 | 12 | 136 | 35 | 3C |
| Octal | 320 | 144 | 276 | 0 | 64 | 11 | 22 | 466 | 65 | 74 |
| Binary | 11010000 | 1100100 | 10111110 | 0 | 110100 | 1001 | 10010 | 100110110 | 110101 | 111100 |
Color Harmonies of #D064BE
Complementary color
Monochromatic Colors of #D064BE
Black with #D064BE
Text Example
Text Example
White with #D064BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D064BE; }
p { color: rgb(208,100,190); }
H1.HeaderClassName
{
color: #D064BE;
}
.AnyTagClassName
{
color: #D064BE;
}
</style>
background-color css
<style>
a { background-color: #D064BE; }
a { background-color: rgb(208,100,190); }
div.DivClassName
{
background-color: #D064BE;
}
.BgClassName
{
background-color: #D064BE;
}
</style>
border-color css
<style>
span { border-color: #D064BE; }
span { border-color: rgb(208,100,190); }
td.TdClassName
{
border-color: #D064BE;
}
.TagClassName
{
border-color: #D064BE;
}
</style>