Shades of Fuchsia #D350BE
Tints of Fuchsia #D350BE
RGB
CMYK
RGB Variations
Color information
#D350BE (or 0xD350BE) is known color: Fuchsia. HEX triplet: D3, 50 and BE. RGB value is (211,80,190). Sum of RGB (Red+Green+Blue) = 211+80+190=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 211 - color contains mainly: red. Hex color #D350BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D350BE is #2CAF41. Grayscale: #838383. Windows color (decimal): -2928450 or 12472531. OLE color: 12472531.
HSL color Cylindrical-coordinate representation of color #D350BE: hue angle of 309.62º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D350BE is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 80 | 190 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.17 |
| HSL | 309.62º | 0.6% | 0.57% | - |
| HSV(B) | 309.62º | 0.62% | 0.83% | - |
| XYZ | 39.03 | 23.3 | 51.16 | - |
| YUV | 131.71 | 160.9 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 80 | 190 | 0 | 0.62 | 0.10 | 0.17 | 309.62 | 0.6 | 0.57 |
| Hex | D3 | 50 | BE | 0 | 3E | A | 11 | 136 | 3C | 39 |
| Octal | 323 | 120 | 276 | 0 | 76 | 12 | 21 | 466 | 74 | 71 |
| Binary | 11010011 | 1010000 | 10111110 | 0 | 111110 | 1010 | 10001 | 100110110 | 111100 | 111001 |
Color Harmonies of #D350BE
Complementary color
Monochromatic Colors of #D350BE
Black with #D350BE
Text Example
Text Example
White with #D350BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D350BE; }
p { color: rgb(211,80,190); }
H1.HeaderClassName
{
color: #D350BE;
}
.AnyTagClassName
{
color: #D350BE;
}
</style>
background-color css
<style>
a { background-color: #D350BE; }
a { background-color: rgb(211,80,190); }
div.DivClassName
{
background-color: #D350BE;
}
.BgClassName
{
background-color: #D350BE;
}
</style>
border-color css
<style>
span { border-color: #D350BE; }
span { border-color: rgb(211,80,190); }
td.TdClassName
{
border-color: #D350BE;
}
.TagClassName
{
border-color: #D350BE;
}
</style>