Shades of Fuchsia #D533C0
Tints of Fuchsia #D533C0
RGB
CMYK
RGB Variations
Color information
#D533C0 (or 0xD533C0) is known color: Fuchsia. HEX triplet: D5, 33 and C0. RGB value is (213,51,192). Sum of RGB (Red+Green+Blue) = 213+51+192=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 51 (20.31% from 255 or 11.18% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D533C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D533C0 is #2ACC3F. Grayscale: #737373. Windows color (decimal): -2804800 or 12596181. OLE color: 12596181.
HSL color Cylindrical-coordinate representation of color #D533C0: hue angle of 307.78º 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 #D533C0 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 51 | 192 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.16 |
| HSL | 307.78º | 0.66% | 0.52% | - |
| HSV(B) | 307.78º | 0.76% | 0.84% | - |
| XYZ | 38.14 | 20.32 | 51.78 | - |
| YUV | 115.51 | 171.17 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 51 | 192 | 0 | 0.76 | 0.10 | 0.16 | 307.78 | 0.66 | 0.52 |
| Hex | D5 | 33 | C0 | 0 | 4C | A | 10 | 134 | 42 | 34 |
| Octal | 325 | 63 | 300 | 0 | 114 | 12 | 20 | 464 | 102 | 64 |
| Binary | 11010101 | 110011 | 11000000 | 0 | 1001100 | 1010 | 10000 | 100110100 | 1000010 | 110100 |
Color Harmonies of #D533C0
Complementary color
Monochromatic Colors of #D533C0
Black with #D533C0
Text Example
Text Example
White with #D533C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D533C0; }
p { color: rgb(213,51,192); }
H1.HeaderClassName
{
color: #D533C0;
}
.AnyTagClassName
{
color: #D533C0;
}
</style>
background-color css
<style>
a { background-color: #D533C0; }
a { background-color: rgb(213,51,192); }
div.DivClassName
{
background-color: #D533C0;
}
.BgClassName
{
background-color: #D533C0;
}
</style>
border-color css
<style>
span { border-color: #D533C0; }
span { border-color: rgb(213,51,192); }
td.TdClassName
{
border-color: #D533C0;
}
.TagClassName
{
border-color: #D533C0;
}
</style>