Shades of Fuchsia #D050D0
Tints of Fuchsia #D050D0
RGB
CMYK
RGB Variations
Color information
#D050D0 (or 0xD050D0) is known color: Fuchsia. HEX triplet: D0, 50 and D0. RGB value is (208,80,208). Sum of RGB (Red+Green+Blue) = 208+80+208=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 80 (31.64% from 255 or 16.13% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D050D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D050D0 is #2FAF2F. Grayscale: #848484. Windows color (decimal): -3125040 or 13652176. OLE color: 13652176.
HSL color Cylindrical-coordinate representation of color #D050D0: hue angle of 300º 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 #D050D0 is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 80 | 208 | - |
| CMYK | 0 | 0.62 | 0 | 0.18 |
| HSL | 300º | 0.58% | 0.56% | - |
| HSV(B) | 300º | 0.62% | 0.82% | - |
| XYZ | 40.27 | 23.7 | 62.13 | - |
| YUV | 132.86 | 170.41 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 80 | 208 | 0 | 0.62 | 0 | 0.18 | 300 | 0.58 | 0.56 |
| Hex | D0 | 50 | D0 | 0 | 3E | 0 | 12 | 12C | 3A | 38 |
| Octal | 320 | 120 | 320 | 0 | 76 | 0 | 22 | 454 | 72 | 70 |
| Binary | 11010000 | 1010000 | 11010000 | 0 | 111110 | 0 | 10010 | 100101100 | 111010 | 111000 |
Color Harmonies of #D050D0
Complementary color
Monochromatic Colors of #D050D0
Black with #D050D0
Text Example
Text Example
White with #D050D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D050D0; }
p { color: rgb(208,80,208); }
H1.HeaderClassName
{
color: #D050D0;
}
.AnyTagClassName
{
color: #D050D0;
}
</style>
background-color css
<style>
a { background-color: #D050D0; }
a { background-color: rgb(208,80,208); }
div.DivClassName
{
background-color: #D050D0;
}
.BgClassName
{
background-color: #D050D0;
}
</style>
border-color css
<style>
span { border-color: #D050D0; }
span { border-color: rgb(208,80,208); }
td.TdClassName
{
border-color: #D050D0;
}
.TagClassName
{
border-color: #D050D0;
}
</style>