Shades of Fuchsia #D364C0
Tints of Fuchsia #D364C0
RGB
CMYK
RGB Variations
Color information
#D364C0 (or 0xD364C0) is known color: Fuchsia. HEX triplet: D3, 64 and C0. RGB value is (211,100,192). Sum of RGB (Red+Green+Blue) = 211+100+192=503 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.95% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 211 - color contains mainly: red. Hex color #D364C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D364C0 is #2C9B3F. Grayscale: #8F8F8F. Windows color (decimal): -2923328 or 12608723. OLE color: 12608723.
HSL color Cylindrical-coordinate representation of color #D364C0: hue angle of 310.27º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D364C0 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 100 | 192 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.17 |
| HSL | 310.27º | 0.56% | 0.61% | - |
| HSV(B) | 310.27º | 0.53% | 0.83% | - |
| XYZ | 40.94 | 26.77 | 52.88 | - |
| YUV | 143.68 | 155.27 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 100 | 192 | 0 | 0.53 | 0.09 | 0.17 | 310.27 | 0.56 | 0.61 |
| Hex | D3 | 64 | C0 | 0 | 35 | 9 | 11 | 136 | 38 | 3D |
| Octal | 323 | 144 | 300 | 0 | 65 | 11 | 21 | 466 | 70 | 75 |
| Binary | 11010011 | 1100100 | 11000000 | 0 | 110101 | 1001 | 10001 | 100110110 | 111000 | 111101 |
Color Harmonies of #D364C0
Complementary color
Monochromatic Colors of #D364C0
Black with #D364C0
Text Example
Text Example
White with #D364C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D364C0; }
p { color: rgb(211,100,192); }
H1.HeaderClassName
{
color: #D364C0;
}
.AnyTagClassName
{
color: #D364C0;
}
</style>
background-color css
<style>
a { background-color: #D364C0; }
a { background-color: rgb(211,100,192); }
div.DivClassName
{
background-color: #D364C0;
}
.BgClassName
{
background-color: #D364C0;
}
</style>
border-color css
<style>
span { border-color: #D364C0; }
span { border-color: rgb(211,100,192); }
td.TdClassName
{
border-color: #D364C0;
}
.TagClassName
{
border-color: #D364C0;
}
</style>