Shades of Fuchsia #D351BE
Tints of Fuchsia #D351BE
RGB
CMYK
RGB Variations
Color information
#D351BE (or 0xD351BE) is known color: Fuchsia. HEX triplet: D3, 51 and BE. RGB value is (211,81,190). Sum of RGB (Red+Green+Blue) = 211+81+190=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 81 (32.03% from 255 or 16.80% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 211 - color contains mainly: red. Hex color #D351BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D351BE is #2CAE41. Grayscale: #838383. Windows color (decimal): -2928194 or 12472787. OLE color: 12472787.
HSL color Cylindrical-coordinate representation of color #D351BE: hue angle of 309.69º 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 #D351BE is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 81 | 190 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.17 |
| HSL | 309.69º | 0.6% | 0.57% | - |
| HSV(B) | 309.69º | 0.62% | 0.83% | - |
| XYZ | 39.1 | 23.45 | 51.18 | - |
| YUV | 132.3 | 160.57 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 81 | 190 | 0 | 0.62 | 0.10 | 0.17 | 309.69 | 0.6 | 0.57 |
| Hex | D3 | 51 | BE | 0 | 3E | A | 11 | 136 | 3C | 39 |
| Octal | 323 | 121 | 276 | 0 | 76 | 12 | 21 | 466 | 74 | 71 |
| Binary | 11010011 | 1010001 | 10111110 | 0 | 111110 | 1010 | 10001 | 100110110 | 111100 | 111001 |
Color Harmonies of #D351BE
Complementary color
Monochromatic Colors of #D351BE
Black with #D351BE
Text Example
Text Example
White with #D351BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D351BE; }
p { color: rgb(211,81,190); }
H1.HeaderClassName
{
color: #D351BE;
}
.AnyTagClassName
{
color: #D351BE;
}
</style>
background-color css
<style>
a { background-color: #D351BE; }
a { background-color: rgb(211,81,190); }
div.DivClassName
{
background-color: #D351BE;
}
.BgClassName
{
background-color: #D351BE;
}
</style>
border-color css
<style>
span { border-color: #D351BE; }
span { border-color: rgb(211,81,190); }
td.TdClassName
{
border-color: #D351BE;
}
.TagClassName
{
border-color: #D351BE;
}
</style>