Shades of Fuchsia #D363C0
Tints of Fuchsia #D363C0
RGB
CMYK
RGB Variations
Color information
#D363C0 (or 0xD363C0) is known color: Fuchsia. HEX triplet: D3, 63 and C0. RGB value is (211,99,192). Sum of RGB (Red+Green+Blue) = 211+99+192=502 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.03% from 502); Green value is 99 (39.06% from 255 or 19.72% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 211 - color contains mainly: red. Hex color #D363C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D363C0 is #2C9C3F. Grayscale: #8E8E8E. Windows color (decimal): -2923584 or 12608467. OLE color: 12608467.
HSL color Cylindrical-coordinate representation of color #D363C0: hue angle of 310.18º 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 #D363C0 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 99 | 192 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.17 |
| HSL | 310.18º | 0.56% | 0.61% | - |
| HSV(B) | 310.18º | 0.53% | 0.83% | - |
| XYZ | 40.84 | 26.58 | 52.85 | - |
| YUV | 143.09 | 155.61 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 99 | 192 | 0 | 0.53 | 0.09 | 0.17 | 310.18 | 0.56 | 0.61 |
| Hex | D3 | 63 | C0 | 0 | 35 | 9 | 11 | 136 | 38 | 3D |
| Octal | 323 | 143 | 300 | 0 | 65 | 11 | 21 | 466 | 70 | 75 |
| Binary | 11010011 | 1100011 | 11000000 | 0 | 110101 | 1001 | 10001 | 100110110 | 111000 | 111101 |
Color Harmonies of #D363C0
Complementary color
Monochromatic Colors of #D363C0
Black with #D363C0
Text Example
Text Example
White with #D363C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D363C0; }
p { color: rgb(211,99,192); }
H1.HeaderClassName
{
color: #D363C0;
}
.AnyTagClassName
{
color: #D363C0;
}
</style>
background-color css
<style>
a { background-color: #D363C0; }
a { background-color: rgb(211,99,192); }
div.DivClassName
{
background-color: #D363C0;
}
.BgClassName
{
background-color: #D363C0;
}
</style>
border-color css
<style>
span { border-color: #D363C0; }
span { border-color: rgb(211,99,192); }
td.TdClassName
{
border-color: #D363C0;
}
.TagClassName
{
border-color: #D363C0;
}
</style>