Shades of Fuchsia #D530B9
Tints of Fuchsia #D530B9
RGB
CMYK
RGB Variations
Color information
#D530B9 (or 0xD530B9) is known color: Fuchsia. HEX triplet: D5, 30 and B9. RGB value is (213,48,185). Sum of RGB (Red+Green+Blue) = 213+48+185=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 48 (19.14% from 255 or 10.76% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D530B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D530B9 is #2ACF46. Grayscale: #707070. Windows color (decimal): -2805575 or 12136661. OLE color: 12136661.
HSL color Cylindrical-coordinate representation of color #D530B9: hue angle of 310.18º 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 #D530B9 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 48 | 185 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.16 |
| HSL | 310.18º | 0.66% | 0.51% | - |
| HSV(B) | 310.18º | 0.77% | 0.84% | - |
| XYZ | 37.25 | 19.76 | 47.75 | - |
| YUV | 112.95 | 168.66 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 48 | 185 | 0 | 0.77 | 0.13 | 0.16 | 310.18 | 0.66 | 0.51 |
| Hex | D5 | 30 | B9 | 0 | 4D | D | 10 | 136 | 42 | 33 |
| Octal | 325 | 60 | 271 | 0 | 115 | 15 | 20 | 466 | 102 | 63 |
| Binary | 11010101 | 110000 | 10111001 | 0 | 1001101 | 1101 | 10000 | 100110110 | 1000010 | 110011 |
Color Harmonies of #D530B9
Complementary color
Monochromatic Colors of #D530B9
Black with #D530B9
Text Example
Text Example
White with #D530B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D530B9; }
p { color: rgb(213,48,185); }
H1.HeaderClassName
{
color: #D530B9;
}
.AnyTagClassName
{
color: #D530B9;
}
</style>
background-color css
<style>
a { background-color: #D530B9; }
a { background-color: rgb(213,48,185); }
div.DivClassName
{
background-color: #D530B9;
}
.BgClassName
{
background-color: #D530B9;
}
</style>
border-color css
<style>
span { border-color: #D530B9; }
span { border-color: rgb(213,48,185); }
td.TdClassName
{
border-color: #D530B9;
}
.TagClassName
{
border-color: #D530B9;
}
</style>