Shades of Fuchsia #D362C1
Tints of Fuchsia #D362C1
RGB
CMYK
RGB Variations
Color information
#D362C1 (or 0xD362C1) is known color: Fuchsia. HEX triplet: D3, 62 and C1. RGB value is (211,98,193). Sum of RGB (Red+Green+Blue) = 211+98+193=502 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.03% from 502); Green value is 98 (38.67% from 255 or 19.52% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 211 - color contains mainly: red. Hex color #D362C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D362C1 is #2C9D3E. Grayscale: #8E8E8E. Windows color (decimal): -2923839 or 12673747. OLE color: 12673747.
HSL color Cylindrical-coordinate representation of color #D362C1: hue angle of 309.56º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D362C1 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 98 | 193 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.17 |
| HSL | 309.56º | 0.56% | 0.61% | - |
| HSV(B) | 309.56º | 0.54% | 0.83% | - |
| XYZ | 40.86 | 26.43 | 53.4 | - |
| YUV | 142.62 | 156.44 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 98 | 193 | 0 | 0.54 | 0.09 | 0.17 | 309.56 | 0.56 | 0.61 |
| Hex | D3 | 62 | C1 | 0 | 36 | 9 | 11 | 136 | 38 | 3D |
| Octal | 323 | 142 | 301 | 0 | 66 | 11 | 21 | 466 | 70 | 75 |
| Binary | 11010011 | 1100010 | 11000001 | 0 | 110110 | 1001 | 10001 | 100110110 | 111000 | 111101 |
Color Harmonies of #D362C1
Complementary color
Monochromatic Colors of #D362C1
Black with #D362C1
Text Example
Text Example
White with #D362C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D362C1; }
p { color: rgb(211,98,193); }
H1.HeaderClassName
{
color: #D362C1;
}
.AnyTagClassName
{
color: #D362C1;
}
</style>
background-color css
<style>
a { background-color: #D362C1; }
a { background-color: rgb(211,98,193); }
div.DivClassName
{
background-color: #D362C1;
}
.BgClassName
{
background-color: #D362C1;
}
</style>
border-color css
<style>
span { border-color: #D362C1; }
span { border-color: rgb(211,98,193); }
td.TdClassName
{
border-color: #D362C1;
}
.TagClassName
{
border-color: #D362C1;
}
</style>