Shades of Fuchsia #D164C2
Tints of Fuchsia #D164C2
RGB
CMYK
RGB Variations
Color information
#D164C2 (or 0xD164C2) is known color: Fuchsia. HEX triplet: D1, 64 and C2. RGB value is (209,100,194). Sum of RGB (Red+Green+Blue) = 209+100+194=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 209 - color contains mainly: red. Hex color #D164C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D164C2 is #2E9B3D. Grayscale: #8F8F8F. Windows color (decimal): -3054398 or 12739793. OLE color: 12739793.
HSL color Cylindrical-coordinate representation of color #D164C2: hue angle of 308.26º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D164C2 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 194 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.18 |
| HSL | 308.26º | 0.54% | 0.61% | - |
| HSV(B) | 308.26º | 0.52% | 0.82% | - |
| XYZ | 40.59 | 26.56 | 54.03 | - |
| YUV | 143.31 | 156.61 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 194 | 0 | 0.52 | 0.07 | 0.18 | 308.26 | 0.54 | 0.61 |
| Hex | D1 | 64 | C2 | 0 | 34 | 7 | 12 | 134 | 36 | 3D |
| Octal | 321 | 144 | 302 | 0 | 64 | 7 | 22 | 464 | 66 | 75 |
| Binary | 11010001 | 1100100 | 11000010 | 0 | 110100 | 111 | 10010 | 100110100 | 110110 | 111101 |
Color Harmonies of #D164C2
Complementary color
Monochromatic Colors of #D164C2
Black with #D164C2
Text Example
Text Example
White with #D164C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D164C2; }
p { color: rgb(209,100,194); }
H1.HeaderClassName
{
color: #D164C2;
}
.AnyTagClassName
{
color: #D164C2;
}
</style>
background-color css
<style>
a { background-color: #D164C2; }
a { background-color: rgb(209,100,194); }
div.DivClassName
{
background-color: #D164C2;
}
.BgClassName
{
background-color: #D164C2;
}
</style>
border-color css
<style>
span { border-color: #D164C2; }
span { border-color: rgb(209,100,194); }
td.TdClassName
{
border-color: #D164C2;
}
.TagClassName
{
border-color: #D164C2;
}
</style>