Shades of Fuchsia #D530BE
Tints of Fuchsia #D530BE
RGB
CMYK
RGB Variations
Color information
#D530BE (or 0xD530BE) is known color: Fuchsia. HEX triplet: D5, 30 and BE. RGB value is (213,48,190). Sum of RGB (Red+Green+Blue) = 213+48+190=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 48 (19.14% from 255 or 10.64% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D530BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D530BE is #2ACF41. Grayscale: #717171. Windows color (decimal): -2805570 or 12464341. OLE color: 12464341.
HSL color Cylindrical-coordinate representation of color #D530BE: hue angle of 308.36º 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 #D530BE is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 48 | 190 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.16 |
| HSL | 308.36º | 0.66% | 0.51% | - |
| HSV(B) | 308.36º | 0.77% | 0.84% | - |
| XYZ | 37.79 | 19.98 | 50.58 | - |
| YUV | 113.52 | 171.16 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 48 | 190 | 0 | 0.77 | 0.11 | 0.16 | 308.36 | 0.66 | 0.51 |
| Hex | D5 | 30 | BE | 0 | 4D | B | 10 | 134 | 42 | 33 |
| Octal | 325 | 60 | 276 | 0 | 115 | 13 | 20 | 464 | 102 | 63 |
| Binary | 11010101 | 110000 | 10111110 | 0 | 1001101 | 1011 | 10000 | 100110100 | 1000010 | 110011 |
Color Harmonies of #D530BE
Complementary color
Monochromatic Colors of #D530BE
Black with #D530BE
Text Example
Text Example
White with #D530BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D530BE; }
p { color: rgb(213,48,190); }
H1.HeaderClassName
{
color: #D530BE;
}
.AnyTagClassName
{
color: #D530BE;
}
</style>
background-color css
<style>
a { background-color: #D530BE; }
a { background-color: rgb(213,48,190); }
div.DivClassName
{
background-color: #D530BE;
}
.BgClassName
{
background-color: #D530BE;
}
</style>
border-color css
<style>
span { border-color: #D530BE; }
span { border-color: rgb(213,48,190); }
td.TdClassName
{
border-color: #D530BE;
}
.TagClassName
{
border-color: #D530BE;
}
</style>