Shades of Fuchsia #D530CA
Tints of Fuchsia #D530CA
RGB
CMYK
RGB Variations
Color information
#D530CA (or 0xD530CA) is known color: Fuchsia. HEX triplet: D5, 30 and CA. RGB value is (213,48,202). Sum of RGB (Red+Green+Blue) = 213+48+202=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 48 (19.14% from 255 or 10.37% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D530CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D530CA is #2ACF35. Grayscale: #727272. Windows color (decimal): -2805558 or 13250773. OLE color: 13250773.
HSL color Cylindrical-coordinate representation of color #D530CA: hue angle of 304º 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 #D530CA is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 48 | 202 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.16 |
| HSL | 304º | 0.66% | 0.51% | - |
| HSV(B) | 304º | 0.77% | 0.84% | - |
| XYZ | 39.16 | 20.52 | 57.77 | - |
| YUV | 114.89 | 177.16 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 48 | 202 | 0 | 0.77 | 0.05 | 0.16 | 304 | 0.66 | 0.51 |
| Hex | D5 | 30 | CA | 0 | 4D | 5 | 10 | 130 | 42 | 33 |
| Octal | 325 | 60 | 312 | 0 | 115 | 5 | 20 | 460 | 102 | 63 |
| Binary | 11010101 | 110000 | 11001010 | 0 | 1001101 | 101 | 10000 | 100110000 | 1000010 | 110011 |
Color Harmonies of #D530CA
Complementary color
Monochromatic Colors of #D530CA
Black with #D530CA
Text Example
Text Example
White with #D530CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D530CA; }
p { color: rgb(213,48,202); }
H1.HeaderClassName
{
color: #D530CA;
}
.AnyTagClassName
{
color: #D530CA;
}
</style>
background-color css
<style>
a { background-color: #D530CA; }
a { background-color: rgb(213,48,202); }
div.DivClassName
{
background-color: #D530CA;
}
.BgClassName
{
background-color: #D530CA;
}
</style>
border-color css
<style>
span { border-color: #D530CA; }
span { border-color: rgb(213,48,202); }
td.TdClassName
{
border-color: #D530CA;
}
.TagClassName
{
border-color: #D530CA;
}
</style>