Shades of Fuchsia #D362BF
Tints of Fuchsia #D362BF
RGB
CMYK
RGB Variations
Color information
#D362BF (or 0xD362BF) is known color: Fuchsia. HEX triplet: D3, 62 and BF. RGB value is (211,98,191). Sum of RGB (Red+Green+Blue) = 211+98+191=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 98 (38.67% from 255 or 19.6% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 211 - color contains mainly: red. Hex color #D362BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D362BF is #2C9D40. Grayscale: #8E8E8E. Windows color (decimal): -2923841 or 12542675. OLE color: 12542675.
HSL color Cylindrical-coordinate representation of color #D362BF: hue angle of 310.62º 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 #D362BF is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 98 | 191 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.17 |
| HSL | 310.62º | 0.56% | 0.61% | - |
| HSV(B) | 310.62º | 0.54% | 0.83% | - |
| XYZ | 40.64 | 26.35 | 52.23 | - |
| YUV | 142.39 | 155.44 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 98 | 191 | 0 | 0.54 | 0.09 | 0.17 | 310.62 | 0.56 | 0.61 |
| Hex | D3 | 62 | BF | 0 | 36 | 9 | 11 | 137 | 38 | 3D |
| Octal | 323 | 142 | 277 | 0 | 66 | 11 | 21 | 467 | 70 | 75 |
| Binary | 11010011 | 1100010 | 10111111 | 0 | 110110 | 1001 | 10001 | 100110111 | 111000 | 111101 |
Color Harmonies of #D362BF
Complementary color
Monochromatic Colors of #D362BF
Black with #D362BF
Text Example
Text Example
White with #D362BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D362BF; }
p { color: rgb(211,98,191); }
H1.HeaderClassName
{
color: #D362BF;
}
.AnyTagClassName
{
color: #D362BF;
}
</style>
background-color css
<style>
a { background-color: #D362BF; }
a { background-color: rgb(211,98,191); }
div.DivClassName
{
background-color: #D362BF;
}
.BgClassName
{
background-color: #D362BF;
}
</style>
border-color css
<style>
span { border-color: #D362BF; }
span { border-color: rgb(211,98,191); }
td.TdClassName
{
border-color: #D362BF;
}
.TagClassName
{
border-color: #D362BF;
}
</style>