Shades of Fuchsia #D530CC
Tints of Fuchsia #D530CC
RGB
CMYK
RGB Variations
Color information
#D530CC (or 0xD530CC) is known color: Fuchsia. HEX triplet: D5, 30 and CC. RGB value is (213,48,204). Sum of RGB (Red+Green+Blue) = 213+48+204=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 48 (19.14% from 255 or 10.32% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D530CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D530CC is #2ACF33. Grayscale: #727272. Windows color (decimal): -2805556 or 13381845. OLE color: 13381845.
HSL color Cylindrical-coordinate representation of color #D530CC: hue angle of 303.27º 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 #D530CC is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 48 | 204 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.16 |
| HSL | 303.27º | 0.66% | 0.51% | - |
| HSV(B) | 303.27º | 0.77% | 0.84% | - |
| XYZ | 39.4 | 20.62 | 59.03 | - |
| YUV | 115.12 | 178.16 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 48 | 204 | 0 | 0.77 | 0.04 | 0.16 | 303.27 | 0.66 | 0.51 |
| Hex | D5 | 30 | CC | 0 | 4D | 4 | 10 | 12F | 42 | 33 |
| Octal | 325 | 60 | 314 | 0 | 115 | 4 | 20 | 457 | 102 | 63 |
| Binary | 11010101 | 110000 | 11001100 | 0 | 1001101 | 100 | 10000 | 100101111 | 1000010 | 110011 |
Color Harmonies of #D530CC
Complementary color
Monochromatic Colors of #D530CC
Black with #D530CC
Text Example
Text Example
White with #D530CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D530CC; }
p { color: rgb(213,48,204); }
H1.HeaderClassName
{
color: #D530CC;
}
.AnyTagClassName
{
color: #D530CC;
}
</style>
background-color css
<style>
a { background-color: #D530CC; }
a { background-color: rgb(213,48,204); }
div.DivClassName
{
background-color: #D530CC;
}
.BgClassName
{
background-color: #D530CC;
}
</style>
border-color css
<style>
span { border-color: #D530CC; }
span { border-color: rgb(213,48,204); }
td.TdClassName
{
border-color: #D530CC;
}
.TagClassName
{
border-color: #D530CC;
}
</style>