Shades of Fuchsia #D362B0
Tints of Fuchsia #D362B0
RGB
CMYK
RGB Variations
Color information
#D362B0 (or 0xD362B0) is known color: Fuchsia. HEX triplet: D3, 62 and B0. RGB value is (211,98,176). Sum of RGB (Red+Green+Blue) = 211+98+176=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 211 - color contains mainly: red. Hex color #D362B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D362B0 is #2C9D4F. Grayscale: #8C8C8C. Windows color (decimal): -2923856 or 11559635. OLE color: 11559635.
HSL color Cylindrical-coordinate representation of color #D362B0: hue angle of 318.58º 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 #D362B0 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 98 | 176 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.17 |
| HSL | 318.58º | 0.56% | 0.61% | - |
| HSV(B) | 318.58º | 0.54% | 0.83% | - |
| XYZ | 39.07 | 25.72 | 43.98 | - |
| YUV | 140.68 | 147.94 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 98 | 176 | 0 | 0.54 | 0.17 | 0.17 | 318.58 | 0.56 | 0.61 |
| Hex | D3 | 62 | B0 | 0 | 36 | 11 | 11 | 13F | 38 | 3D |
| Octal | 323 | 142 | 260 | 0 | 66 | 21 | 21 | 477 | 70 | 75 |
| Binary | 11010011 | 1100010 | 10110000 | 0 | 110110 | 10001 | 10001 | 100111111 | 111000 | 111101 |
Color Harmonies of #D362B0
Complementary color
Monochromatic Colors of #D362B0
Black with #D362B0
Text Example
Text Example
White with #D362B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D362B0; }
p { color: rgb(211,98,176); }
H1.HeaderClassName
{
color: #D362B0;
}
.AnyTagClassName
{
color: #D362B0;
}
</style>
background-color css
<style>
a { background-color: #D362B0; }
a { background-color: rgb(211,98,176); }
div.DivClassName
{
background-color: #D362B0;
}
.BgClassName
{
background-color: #D362B0;
}
</style>
border-color css
<style>
span { border-color: #D362B0; }
span { border-color: rgb(211,98,176); }
td.TdClassName
{
border-color: #D362B0;
}
.TagClassName
{
border-color: #D362B0;
}
</style>