Shades of Fuchsia #D064C2
Tints of Fuchsia #D064C2
RGB
CMYK
RGB Variations
Color information
#D064C2 (or 0xD064C2) is known color: Fuchsia. HEX triplet: D0, 64 and C2. RGB value is (208,100,194). Sum of RGB (Red+Green+Blue) = 208+100+194=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D064C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D064C2 is #2F9B3D. Grayscale: #8E8E8E. Windows color (decimal): -3119934 or 12739792. OLE color: 12739792.
HSL color Cylindrical-coordinate representation of color #D064C2: hue angle of 307.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 #D064C2 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 194 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.18 |
| HSL | 307.78º | 0.53% | 0.6% | - |
| HSV(B) | 307.78º | 0.52% | 0.82% | - |
| XYZ | 40.31 | 26.42 | 54.01 | - |
| YUV | 143.01 | 156.78 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 194 | 0 | 0.52 | 0.07 | 0.18 | 307.78 | 0.53 | 0.6 |
| Hex | D0 | 64 | C2 | 0 | 34 | 7 | 12 | 134 | 35 | 3C |
| Octal | 320 | 144 | 302 | 0 | 64 | 7 | 22 | 464 | 65 | 74 |
| Binary | 11010000 | 1100100 | 11000010 | 0 | 110100 | 111 | 10010 | 100110100 | 110101 | 111100 |
Color Harmonies of #D064C2
Complementary color
Monochromatic Colors of #D064C2
Black with #D064C2
Text Example
Text Example
White with #D064C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D064C2; }
p { color: rgb(208,100,194); }
H1.HeaderClassName
{
color: #D064C2;
}
.AnyTagClassName
{
color: #D064C2;
}
</style>
background-color css
<style>
a { background-color: #D064C2; }
a { background-color: rgb(208,100,194); }
div.DivClassName
{
background-color: #D064C2;
}
.BgClassName
{
background-color: #D064C2;
}
</style>
border-color css
<style>
span { border-color: #D064C2; }
span { border-color: rgb(208,100,194); }
td.TdClassName
{
border-color: #D064C2;
}
.TagClassName
{
border-color: #D064C2;
}
</style>