Shades of Fuchsia #D064C1
Tints of Fuchsia #D064C1
RGB
CMYK
RGB Variations
Color information
#D064C1 (or 0xD064C1) is known color: Fuchsia. HEX triplet: D0, 64 and C1. RGB value is (208,100,193). Sum of RGB (Red+Green+Blue) = 208+100+193=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 100 (39.45% from 255 or 19.96% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D064C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D064C1 is #2F9B3E. Grayscale: #8E8E8E. Windows color (decimal): -3119935 or 12674256. OLE color: 12674256.
HSL color Cylindrical-coordinate representation of color #D064C1: hue angle of 308.33º 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 #D064C1 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 193 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.18 |
| HSL | 308.33º | 0.53% | 0.6% | - |
| HSV(B) | 308.33º | 0.52% | 0.82% | - |
| XYZ | 40.2 | 26.37 | 53.42 | - |
| YUV | 142.89 | 156.28 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 193 | 0 | 0.52 | 0.07 | 0.18 | 308.33 | 0.53 | 0.6 |
| Hex | D0 | 64 | C1 | 0 | 34 | 7 | 12 | 134 | 35 | 3C |
| Octal | 320 | 144 | 301 | 0 | 64 | 7 | 22 | 464 | 65 | 74 |
| Binary | 11010000 | 1100100 | 11000001 | 0 | 110100 | 111 | 10010 | 100110100 | 110101 | 111100 |
Color Harmonies of #D064C1
Complementary color
Monochromatic Colors of #D064C1
Black with #D064C1
Text Example
Text Example
White with #D064C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D064C1; }
p { color: rgb(208,100,193); }
H1.HeaderClassName
{
color: #D064C1;
}
.AnyTagClassName
{
color: #D064C1;
}
</style>
background-color css
<style>
a { background-color: #D064C1; }
a { background-color: rgb(208,100,193); }
div.DivClassName
{
background-color: #D064C1;
}
.BgClassName
{
background-color: #D064C1;
}
</style>
border-color css
<style>
span { border-color: #D064C1; }
span { border-color: rgb(208,100,193); }
td.TdClassName
{
border-color: #D064C1;
}
.TagClassName
{
border-color: #D064C1;
}
</style>