Shades of Fuchsia #D064B0
Tints of Fuchsia #D064B0
RGB
CMYK
RGB Variations
Color information
#D064B0 (or 0xD064B0) is known color: Fuchsia. HEX triplet: D0, 64 and B0. RGB value is (208,100,176). Sum of RGB (Red+Green+Blue) = 208+100+176=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D064B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D064B0 is #2F9B4F. Grayscale: #8C8C8C. Windows color (decimal): -3119952 or 11560144. OLE color: 11560144.
HSL color Cylindrical-coordinate representation of color #D064B0: hue angle of 317.78º 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 #D064B0 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 176 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.18 |
| HSL | 317.78º | 0.53% | 0.6% | - |
| HSV(B) | 317.78º | 0.52% | 0.82% | - |
| XYZ | 38.41 | 25.66 | 44 | - |
| YUV | 140.96 | 147.78 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 176 | 0 | 0.52 | 0.15 | 0.18 | 317.78 | 0.53 | 0.6 |
| Hex | D0 | 64 | B0 | 0 | 34 | F | 12 | 13E | 35 | 3C |
| Octal | 320 | 144 | 260 | 0 | 64 | 17 | 22 | 476 | 65 | 74 |
| Binary | 11010000 | 1100100 | 10110000 | 0 | 110100 | 1111 | 10010 | 100111110 | 110101 | 111100 |
Color Harmonies of #D064B0
Complementary color
Monochromatic Colors of #D064B0
Black with #D064B0
Text Example
Text Example
White with #D064B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D064B0; }
p { color: rgb(208,100,176); }
H1.HeaderClassName
{
color: #D064B0;
}
.AnyTagClassName
{
color: #D064B0;
}
</style>
background-color css
<style>
a { background-color: #D064B0; }
a { background-color: rgb(208,100,176); }
div.DivClassName
{
background-color: #D064B0;
}
.BgClassName
{
background-color: #D064B0;
}
</style>
border-color css
<style>
span { border-color: #D064B0; }
span { border-color: rgb(208,100,176); }
td.TdClassName
{
border-color: #D064B0;
}
.TagClassName
{
border-color: #D064B0;
}
</style>