Shades of Fuchsia #D530D0
Tints of Fuchsia #D530D0
RGB
CMYK
RGB Variations
Color information
#D530D0 (or 0xD530D0) is known color: Fuchsia. HEX triplet: D5, 30 and D0. RGB value is (213,48,208). Sum of RGB (Red+Green+Blue) = 213+48+208=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 48 (19.14% from 255 or 10.23% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D530D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D530D0 is #2ACF2F. Grayscale: #737373. Windows color (decimal): -2805552 or 13643989. OLE color: 13643989.
HSL color Cylindrical-coordinate representation of color #D530D0: hue angle of 301.82º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D530D0 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 48 | 208 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.16 |
| HSL | 301.82º | 0.66% | 0.51% | - |
| HSV(B) | 301.82º | 0.77% | 0.84% | - |
| XYZ | 39.88 | 20.81 | 61.59 | - |
| YUV | 115.58 | 180.16 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 48 | 208 | 0 | 0.77 | 0.02 | 0.16 | 301.82 | 0.66 | 0.51 |
| Hex | D5 | 30 | D0 | 0 | 4D | 2 | 10 | 12E | 42 | 33 |
| Octal | 325 | 60 | 320 | 0 | 115 | 2 | 20 | 456 | 102 | 63 |
| Binary | 11010101 | 110000 | 11010000 | 0 | 1001101 | 10 | 10000 | 100101110 | 1000010 | 110011 |
Color Harmonies of #D530D0
Complementary color
Monochromatic Colors of #D530D0
Black with #D530D0
Text Example
Text Example
White with #D530D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D530D0; }
p { color: rgb(213,48,208); }
H1.HeaderClassName
{
color: #D530D0;
}
.AnyTagClassName
{
color: #D530D0;
}
</style>
background-color css
<style>
a { background-color: #D530D0; }
a { background-color: rgb(213,48,208); }
div.DivClassName
{
background-color: #D530D0;
}
.BgClassName
{
background-color: #D530D0;
}
</style>
border-color css
<style>
span { border-color: #D530D0; }
span { border-color: rgb(213,48,208); }
td.TdClassName
{
border-color: #D530D0;
}
.TagClassName
{
border-color: #D530D0;
}
</style>