Shades of Fuchsia #D362B6
Tints of Fuchsia #D362B6
RGB
CMYK
RGB Variations
Color information
#D362B6 (or 0xD362B6) is known color: Fuchsia. HEX triplet: D3, 62 and B6. RGB value is (211,98,182). Sum of RGB (Red+Green+Blue) = 211+98+182=491 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.97% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 211 - color contains mainly: red. Hex color #D362B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D362B6 is #2C9D49. Grayscale: #8D8D8D. Windows color (decimal): -2923850 or 11952851. OLE color: 11952851.
HSL color Cylindrical-coordinate representation of color #D362B6: hue angle of 315.4º 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 #D362B6 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 98 | 182 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.17 |
| HSL | 315.4º | 0.56% | 0.61% | - |
| HSV(B) | 315.4º | 0.54% | 0.83% | - |
| XYZ | 39.68 | 25.96 | 47.18 | - |
| YUV | 141.36 | 150.94 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 98 | 182 | 0 | 0.54 | 0.14 | 0.17 | 315.4 | 0.56 | 0.61 |
| Hex | D3 | 62 | B6 | 0 | 36 | E | 11 | 13B | 38 | 3D |
| Octal | 323 | 142 | 266 | 0 | 66 | 16 | 21 | 473 | 70 | 75 |
| Binary | 11010011 | 1100010 | 10110110 | 0 | 110110 | 1110 | 10001 | 100111011 | 111000 | 111101 |
Color Harmonies of #D362B6
Complementary color
Monochromatic Colors of #D362B6
Black with #D362B6
Text Example
Text Example
White with #D362B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D362B6; }
p { color: rgb(211,98,182); }
H1.HeaderClassName
{
color: #D362B6;
}
.AnyTagClassName
{
color: #D362B6;
}
</style>
background-color css
<style>
a { background-color: #D362B6; }
a { background-color: rgb(211,98,182); }
div.DivClassName
{
background-color: #D362B6;
}
.BgClassName
{
background-color: #D362B6;
}
</style>
border-color css
<style>
span { border-color: #D362B6; }
span { border-color: rgb(211,98,182); }
td.TdClassName
{
border-color: #D362B6;
}
.TagClassName
{
border-color: #D362B6;
}
</style>