Shades of Fuchsia #D064BA
Tints of Fuchsia #D064BA
RGB
CMYK
RGB Variations
Color information
#D064BA (or 0xD064BA) is known color: Fuchsia. HEX triplet: D0, 64 and BA. RGB value is (208,100,186). Sum of RGB (Red+Green+Blue) = 208+100+186=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D064BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D064BA is #2F9B45. Grayscale: #8D8D8D. Windows color (decimal): -3119942 or 12215504. OLE color: 12215504.
HSL color Cylindrical-coordinate representation of color #D064BA: hue angle of 312.22º 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 #D064BA is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 186 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.18 |
| HSL | 312.22º | 0.53% | 0.6% | - |
| HSV(B) | 312.22º | 0.52% | 0.82% | - |
| XYZ | 39.43 | 26.07 | 49.41 | - |
| YUV | 142.1 | 152.78 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 186 | 0 | 0.52 | 0.11 | 0.18 | 312.22 | 0.53 | 0.6 |
| Hex | D0 | 64 | BA | 0 | 34 | B | 12 | 138 | 35 | 3C |
| Octal | 320 | 144 | 272 | 0 | 64 | 13 | 22 | 470 | 65 | 74 |
| Binary | 11010000 | 1100100 | 10111010 | 0 | 110100 | 1011 | 10010 | 100111000 | 110101 | 111100 |
Color Harmonies of #D064BA
Complementary color
Monochromatic Colors of #D064BA
Black with #D064BA
Text Example
Text Example
White with #D064BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D064BA; }
p { color: rgb(208,100,186); }
H1.HeaderClassName
{
color: #D064BA;
}
.AnyTagClassName
{
color: #D064BA;
}
</style>
background-color css
<style>
a { background-color: #D064BA; }
a { background-color: rgb(208,100,186); }
div.DivClassName
{
background-color: #D064BA;
}
.BgClassName
{
background-color: #D064BA;
}
</style>
border-color css
<style>
span { border-color: #D064BA; }
span { border-color: rgb(208,100,186); }
td.TdClassName
{
border-color: #D064BA;
}
.TagClassName
{
border-color: #D064BA;
}
</style>