Shades of Fuchsia #D530CB
Tints of Fuchsia #D530CB
RGB
CMYK
RGB Variations
Color information
#D530CB (or 0xD530CB) is known color: Fuchsia. HEX triplet: D5, 30 and CB. RGB value is (213,48,203). Sum of RGB (Red+Green+Blue) = 213+48+203=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 48 (19.14% from 255 or 10.34% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D530CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D530CB is #2ACF34. Grayscale: #727272. Windows color (decimal): -2805557 or 13316309. OLE color: 13316309.
HSL color Cylindrical-coordinate representation of color #D530CB: hue angle of 303.64º 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 #D530CB is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 48 | 203 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.16 |
| HSL | 303.64º | 0.66% | 0.51% | - |
| HSV(B) | 303.64º | 0.77% | 0.84% | - |
| XYZ | 39.28 | 20.57 | 58.4 | - |
| YUV | 115.01 | 177.66 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 48 | 203 | 0 | 0.77 | 0.05 | 0.16 | 303.64 | 0.66 | 0.51 |
| Hex | D5 | 30 | CB | 0 | 4D | 5 | 10 | 130 | 42 | 33 |
| Octal | 325 | 60 | 313 | 0 | 115 | 5 | 20 | 460 | 102 | 63 |
| Binary | 11010101 | 110000 | 11001011 | 0 | 1001101 | 101 | 10000 | 100110000 | 1000010 | 110011 |
Color Harmonies of #D530CB
Complementary color
Monochromatic Colors of #D530CB
Black with #D530CB
Text Example
Text Example
White with #D530CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D530CB; }
p { color: rgb(213,48,203); }
H1.HeaderClassName
{
color: #D530CB;
}
.AnyTagClassName
{
color: #D530CB;
}
</style>
background-color css
<style>
a { background-color: #D530CB; }
a { background-color: rgb(213,48,203); }
div.DivClassName
{
background-color: #D530CB;
}
.BgClassName
{
background-color: #D530CB;
}
</style>
border-color css
<style>
span { border-color: #D530CB; }
span { border-color: rgb(213,48,203); }
td.TdClassName
{
border-color: #D530CB;
}
.TagClassName
{
border-color: #D530CB;
}
</style>