Shades of Fuchsia #D050BE
Tints of Fuchsia #D050BE
RGB
CMYK
RGB Variations
Color information
#D050BE (or 0xD050BE) is known color: Fuchsia. HEX triplet: D0, 50 and BE. RGB value is (208,80,190). Sum of RGB (Red+Green+Blue) = 208+80+190=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 208 - color contains mainly: red. Hex color #D050BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D050BE is #2FAF41. Grayscale: #828282. Windows color (decimal): -3125058 or 12472528. OLE color: 12472528.
HSL color Cylindrical-coordinate representation of color #D050BE: hue angle of 308.44º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D050BE is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 80 | 190 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.18 |
| HSL | 308.44º | 0.58% | 0.56% | - |
| HSV(B) | 308.44º | 0.62% | 0.82% | - |
| XYZ | 38.18 | 22.86 | 51.12 | - |
| YUV | 130.81 | 161.41 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 80 | 190 | 0 | 0.62 | 0.09 | 0.18 | 308.44 | 0.58 | 0.56 |
| Hex | D0 | 50 | BE | 0 | 3E | 9 | 12 | 134 | 3A | 38 |
| Octal | 320 | 120 | 276 | 0 | 76 | 11 | 22 | 464 | 72 | 70 |
| Binary | 11010000 | 1010000 | 10111110 | 0 | 111110 | 1001 | 10010 | 100110100 | 111010 | 111000 |
Color Harmonies of #D050BE
Complementary color
Monochromatic Colors of #D050BE
Black with #D050BE
Text Example
Text Example
White with #D050BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D050BE; }
p { color: rgb(208,80,190); }
H1.HeaderClassName
{
color: #D050BE;
}
.AnyTagClassName
{
color: #D050BE;
}
</style>
background-color css
<style>
a { background-color: #D050BE; }
a { background-color: rgb(208,80,190); }
div.DivClassName
{
background-color: #D050BE;
}
.BgClassName
{
background-color: #D050BE;
}
</style>
border-color css
<style>
span { border-color: #D050BE; }
span { border-color: rgb(208,80,190); }
td.TdClassName
{
border-color: #D050BE;
}
.TagClassName
{
border-color: #D050BE;
}
</style>