Shades of Fuchsia #D362BA
Tints of Fuchsia #D362BA
RGB
CMYK
RGB Variations
Color information
#D362BA (or 0xD362BA) is known color: Fuchsia. HEX triplet: D3, 62 and BA. RGB value is (211,98,186). Sum of RGB (Red+Green+Blue) = 211+98+186=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 211 - color contains mainly: red. Hex color #D362BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D362BA is #2C9D45. Grayscale: #8D8D8D. Windows color (decimal): -2923846 or 12214995. OLE color: 12214995.
HSL color Cylindrical-coordinate representation of color #D362BA: hue angle of 313.27º 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 #D362BA is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 98 | 186 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.17 |
| HSL | 313.27º | 0.56% | 0.61% | - |
| HSV(B) | 313.27º | 0.54% | 0.83% | - |
| XYZ | 40.09 | 26.13 | 49.38 | - |
| YUV | 141.82 | 152.94 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 98 | 186 | 0 | 0.54 | 0.12 | 0.17 | 313.27 | 0.56 | 0.61 |
| Hex | D3 | 62 | BA | 0 | 36 | C | 11 | 139 | 38 | 3D |
| Octal | 323 | 142 | 272 | 0 | 66 | 14 | 21 | 471 | 70 | 75 |
| Binary | 11010011 | 1100010 | 10111010 | 0 | 110110 | 1100 | 10001 | 100111001 | 111000 | 111101 |
Color Harmonies of #D362BA
Complementary color
Monochromatic Colors of #D362BA
Black with #D362BA
Text Example
Text Example
White with #D362BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D362BA; }
p { color: rgb(211,98,186); }
H1.HeaderClassName
{
color: #D362BA;
}
.AnyTagClassName
{
color: #D362BA;
}
</style>
background-color css
<style>
a { background-color: #D362BA; }
a { background-color: rgb(211,98,186); }
div.DivClassName
{
background-color: #D362BA;
}
.BgClassName
{
background-color: #D362BA;
}
</style>
border-color css
<style>
span { border-color: #D362BA; }
span { border-color: rgb(211,98,186); }
td.TdClassName
{
border-color: #D362BA;
}
.TagClassName
{
border-color: #D362BA;
}
</style>