Shades of Fuchsia #D532C3
Tints of Fuchsia #D532C3
RGB
CMYK
RGB Variations
Color information
#D532C3 (or 0xD532C3) is known color: Fuchsia. HEX triplet: D5, 32 and C3. RGB value is (213,50,195). Sum of RGB (Red+Green+Blue) = 213+50+195=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 50 (19.92% from 255 or 10.92% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D532C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D532C3 is #2ACD3C. Grayscale: #727272. Windows color (decimal): -2805053 or 12792533. OLE color: 12792533.
HSL color Cylindrical-coordinate representation of color #D532C3: hue angle of 306.63º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D532C3 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 50 | 195 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.16 |
| HSL | 306.63º | 0.66% | 0.52% | - |
| HSV(B) | 306.63º | 0.77% | 0.84% | - |
| XYZ | 38.43 | 20.37 | 53.54 | - |
| YUV | 115.27 | 173 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 50 | 195 | 0 | 0.77 | 0.08 | 0.16 | 306.63 | 0.66 | 0.52 |
| Hex | D5 | 32 | C3 | 0 | 4D | 8 | 10 | 133 | 42 | 34 |
| Octal | 325 | 62 | 303 | 0 | 115 | 10 | 20 | 463 | 102 | 64 |
| Binary | 11010101 | 110010 | 11000011 | 0 | 1001101 | 1000 | 10000 | 100110011 | 1000010 | 110100 |
Color Harmonies of #D532C3
Complementary color
Monochromatic Colors of #D532C3
Black with #D532C3
Text Example
Text Example
White with #D532C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D532C3; }
p { color: rgb(213,50,195); }
H1.HeaderClassName
{
color: #D532C3;
}
.AnyTagClassName
{
color: #D532C3;
}
</style>
background-color css
<style>
a { background-color: #D532C3; }
a { background-color: rgb(213,50,195); }
div.DivClassName
{
background-color: #D532C3;
}
.BgClassName
{
background-color: #D532C3;
}
</style>
border-color css
<style>
span { border-color: #D532C3; }
span { border-color: rgb(213,50,195); }
td.TdClassName
{
border-color: #D532C3;
}
.TagClassName
{
border-color: #D532C3;
}
</style>