Shades of Fuchsia #D363C1
Tints of Fuchsia #D363C1
RGB
CMYK
RGB Variations
Color information
#D363C1 (or 0xD363C1) is known color: Fuchsia. HEX triplet: D3, 63 and C1. RGB value is (211,99,193). Sum of RGB (Red+Green+Blue) = 211+99+193=503 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.95% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 211 - color contains mainly: red. Hex color #D363C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D363C1 is #2C9C3E. Grayscale: #8E8E8E. Windows color (decimal): -2923583 or 12674003. OLE color: 12674003.
HSL color Cylindrical-coordinate representation of color #D363C1: hue angle of 309.64º 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 #D363C1 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 99 | 193 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.17 |
| HSL | 309.64º | 0.56% | 0.61% | - |
| HSV(B) | 309.64º | 0.53% | 0.83% | - |
| XYZ | 40.95 | 26.62 | 53.43 | - |
| YUV | 143.2 | 156.11 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 99 | 193 | 0 | 0.53 | 0.09 | 0.17 | 309.64 | 0.56 | 0.61 |
| Hex | D3 | 63 | C1 | 0 | 35 | 9 | 11 | 136 | 38 | 3D |
| Octal | 323 | 143 | 301 | 0 | 65 | 11 | 21 | 466 | 70 | 75 |
| Binary | 11010011 | 1100011 | 11000001 | 0 | 110101 | 1001 | 10001 | 100110110 | 111000 | 111101 |
Color Harmonies of #D363C1
Complementary color
Monochromatic Colors of #D363C1
Black with #D363C1
Text Example
Text Example
White with #D363C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D363C1; }
p { color: rgb(211,99,193); }
H1.HeaderClassName
{
color: #D363C1;
}
.AnyTagClassName
{
color: #D363C1;
}
</style>
background-color css
<style>
a { background-color: #D363C1; }
a { background-color: rgb(211,99,193); }
div.DivClassName
{
background-color: #D363C1;
}
.BgClassName
{
background-color: #D363C1;
}
</style>
border-color css
<style>
span { border-color: #D363C1; }
span { border-color: rgb(211,99,193); }
td.TdClassName
{
border-color: #D363C1;
}
.TagClassName
{
border-color: #D363C1;
}
</style>