Shades of Fuchsia #D064B2
Tints of Fuchsia #D064B2
RGB
CMYK
RGB Variations
Color information
#D064B2 (or 0xD064B2) is known color: Fuchsia. HEX triplet: D0, 64 and B2. RGB value is (208,100,178). Sum of RGB (Red+Green+Blue) = 208+100+178=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D064B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D064B2 is #2F9B4D. Grayscale: #8C8C8C. Windows color (decimal): -3119950 or 11691216. OLE color: 11691216.
HSL color Cylindrical-coordinate representation of color #D064B2: hue angle of 316.67º 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 #D064B2 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 178 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.18 |
| HSL | 316.67º | 0.53% | 0.6% | - |
| HSV(B) | 316.67º | 0.52% | 0.82% | - |
| XYZ | 38.61 | 25.74 | 45.05 | - |
| YUV | 141.18 | 148.78 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 178 | 0 | 0.52 | 0.14 | 0.18 | 316.67 | 0.53 | 0.6 |
| Hex | D0 | 64 | B2 | 0 | 34 | E | 12 | 13D | 35 | 3C |
| Octal | 320 | 144 | 262 | 0 | 64 | 16 | 22 | 475 | 65 | 74 |
| Binary | 11010000 | 1100100 | 10110010 | 0 | 110100 | 1110 | 10010 | 100111101 | 110101 | 111100 |
Color Harmonies of #D064B2
Complementary color
Monochromatic Colors of #D064B2
Black with #D064B2
Text Example
Text Example
White with #D064B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D064B2; }
p { color: rgb(208,100,178); }
H1.HeaderClassName
{
color: #D064B2;
}
.AnyTagClassName
{
color: #D064B2;
}
</style>
background-color css
<style>
a { background-color: #D064B2; }
a { background-color: rgb(208,100,178); }
div.DivClassName
{
background-color: #D064B2;
}
.BgClassName
{
background-color: #D064B2;
}
</style>
border-color css
<style>
span { border-color: #D064B2; }
span { border-color: rgb(208,100,178); }
td.TdClassName
{
border-color: #D064B2;
}
.TagClassName
{
border-color: #D064B2;
}
</style>