Shades of Fuchsia #D530CD
Tints of Fuchsia #D530CD
RGB
CMYK
RGB Variations
Color information
#D530CD (or 0xD530CD) is known color: Fuchsia. HEX triplet: D5, 30 and CD. RGB value is (213,48,205). Sum of RGB (Red+Green+Blue) = 213+48+205=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 48 (19.14% from 255 or 10.30% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D530CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D530CD is #2ACF32. Grayscale: #727272. Windows color (decimal): -2805555 or 13447381. OLE color: 13447381.
HSL color Cylindrical-coordinate representation of color #D530CD: hue angle of 302.91º 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 #D530CD is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 48 | 205 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.16 |
| HSL | 302.91º | 0.66% | 0.51% | - |
| HSV(B) | 302.91º | 0.77% | 0.84% | - |
| XYZ | 39.52 | 20.67 | 59.66 | - |
| YUV | 115.23 | 178.66 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 48 | 205 | 0 | 0.77 | 0.04 | 0.16 | 302.91 | 0.66 | 0.51 |
| Hex | D5 | 30 | CD | 0 | 4D | 4 | 10 | 12F | 42 | 33 |
| Octal | 325 | 60 | 315 | 0 | 115 | 4 | 20 | 457 | 102 | 63 |
| Binary | 11010101 | 110000 | 11001101 | 0 | 1001101 | 100 | 10000 | 100101111 | 1000010 | 110011 |
Color Harmonies of #D530CD
Complementary color
Monochromatic Colors of #D530CD
Black with #D530CD
Text Example
Text Example
White with #D530CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D530CD; }
p { color: rgb(213,48,205); }
H1.HeaderClassName
{
color: #D530CD;
}
.AnyTagClassName
{
color: #D530CD;
}
</style>
background-color css
<style>
a { background-color: #D530CD; }
a { background-color: rgb(213,48,205); }
div.DivClassName
{
background-color: #D530CD;
}
.BgClassName
{
background-color: #D530CD;
}
</style>
border-color css
<style>
span { border-color: #D530CD; }
span { border-color: rgb(213,48,205); }
td.TdClassName
{
border-color: #D530CD;
}
.TagClassName
{
border-color: #D530CD;
}
</style>