Shades of Fuchsia #D533C9
Tints of Fuchsia #D533C9
RGB
CMYK
RGB Variations
Color information
#D533C9 (or 0xD533C9) is known color: Fuchsia. HEX triplet: D5, 33 and C9. RGB value is (213,51,201). Sum of RGB (Red+Green+Blue) = 213+51+201=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 51 (20.31% from 255 or 10.97% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D533C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D533C9 is #2ACC36. Grayscale: #747474. Windows color (decimal): -2804791 or 13186005. OLE color: 13186005.
HSL color Cylindrical-coordinate representation of color #D533C9: hue angle of 304.44º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D533C9 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 51 | 201 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.16 |
| HSL | 304.44º | 0.66% | 0.52% | - |
| HSV(B) | 304.44º | 0.76% | 0.84% | - |
| XYZ | 39.17 | 20.73 | 57.2 | - |
| YUV | 116.54 | 175.67 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 51 | 201 | 0 | 0.76 | 0.06 | 0.16 | 304.44 | 0.66 | 0.52 |
| Hex | D5 | 33 | C9 | 0 | 4C | 6 | 10 | 130 | 42 | 34 |
| Octal | 325 | 63 | 311 | 0 | 114 | 6 | 20 | 460 | 102 | 64 |
| Binary | 11010101 | 110011 | 11001001 | 0 | 1001100 | 110 | 10000 | 100110000 | 1000010 | 110100 |
Color Harmonies of #D533C9
Complementary color
Monochromatic Colors of #D533C9
Black with #D533C9
Text Example
Text Example
White with #D533C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D533C9; }
p { color: rgb(213,51,201); }
H1.HeaderClassName
{
color: #D533C9;
}
.AnyTagClassName
{
color: #D533C9;
}
</style>
background-color css
<style>
a { background-color: #D533C9; }
a { background-color: rgb(213,51,201); }
div.DivClassName
{
background-color: #D533C9;
}
.BgClassName
{
background-color: #D533C9;
}
</style>
border-color css
<style>
span { border-color: #D533C9; }
span { border-color: rgb(213,51,201); }
td.TdClassName
{
border-color: #D533C9;
}
.TagClassName
{
border-color: #D533C9;
}
</style>