Shades of Fuchsia #D530D4
Tints of Fuchsia #D530D4
RGB
CMYK
RGB Variations
Color information
#D530D4 (or 0xD530D4) is known color: Fuchsia. HEX triplet: D5, 30 and D4. RGB value is (213,48,212). Sum of RGB (Red+Green+Blue) = 213+48+212=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D530D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D530D4 is #2ACF2B. Grayscale: #737373. Windows color (decimal): -2805548 or 13906133. OLE color: 13906133.
HSL color Cylindrical-coordinate representation of color #D530D4: hue angle of 300.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 #D530D4 is Cyan = 0, Magento = 0.77, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 48 | 212 | - |
| CMYK | 0 | 0.77 | 0.00 | 0.16 |
| HSL | 300.36º | 0.66% | 0.51% | - |
| HSV(B) | 300.36º | 0.77% | 0.84% | - |
| XYZ | 40.38 | 21.01 | 64.22 | - |
| YUV | 116.03 | 182.16 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 48 | 212 | 0 | 0.77 | 0.00 | 0.16 | 300.36 | 0.66 | 0.51 |
| Hex | D5 | 30 | D4 | 0 | 4D | 0 | 10 | 12C | 42 | 33 |
| Octal | 325 | 60 | 324 | 0 | 115 | 0 | 20 | 454 | 102 | 63 |
| Binary | 11010101 | 110000 | 11010100 | 0 | 1001101 | 0 | 10000 | 100101100 | 1000010 | 110011 |
Color Harmonies of #D530D4
Complementary color
Monochromatic Colors of #D530D4
Black with #D530D4
Text Example
Text Example
White with #D530D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D530D4; }
p { color: rgb(213,48,212); }
H1.HeaderClassName
{
color: #D530D4;
}
.AnyTagClassName
{
color: #D530D4;
}
</style>
background-color css
<style>
a { background-color: #D530D4; }
a { background-color: rgb(213,48,212); }
div.DivClassName
{
background-color: #D530D4;
}
.BgClassName
{
background-color: #D530D4;
}
</style>
border-color css
<style>
span { border-color: #D530D4; }
span { border-color: rgb(213,48,212); }
td.TdClassName
{
border-color: #D530D4;
}
.TagClassName
{
border-color: #D530D4;
}
</style>