Shades of Fuchsia #D532C5
Tints of Fuchsia #D532C5
RGB
CMYK
RGB Variations
Color information
#D532C5 (or 0xD532C5) is known color: Fuchsia. HEX triplet: D5, 32 and C5. RGB value is (213,50,197). Sum of RGB (Red+Green+Blue) = 213+50+197=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 50 (19.92% from 255 or 10.87% from 460); Blue value is 197 (77.34% from 255 or 42.83% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D532C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D532C5 is #2ACD3A. Grayscale: #737373. Windows color (decimal): -2805051 or 12923605. OLE color: 12923605.
HSL color Cylindrical-coordinate representation of color #D532C5: hue angle of 305.89º 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 #D532C5 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 50 | 197 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.16 |
| HSL | 305.89º | 0.66% | 0.52% | - |
| HSV(B) | 305.89º | 0.77% | 0.84% | - |
| XYZ | 38.66 | 20.46 | 54.73 | - |
| YUV | 115.5 | 174 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 50 | 197 | 0 | 0.77 | 0.08 | 0.16 | 305.89 | 0.66 | 0.52 |
| Hex | D5 | 32 | C5 | 0 | 4D | 8 | 10 | 132 | 42 | 34 |
| Octal | 325 | 62 | 305 | 0 | 115 | 10 | 20 | 462 | 102 | 64 |
| Binary | 11010101 | 110010 | 11000101 | 0 | 1001101 | 1000 | 10000 | 100110010 | 1000010 | 110100 |
Color Harmonies of #D532C5
Complementary color
Monochromatic Colors of #D532C5
Black with #D532C5
Text Example
Text Example
White with #D532C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D532C5; }
p { color: rgb(213,50,197); }
H1.HeaderClassName
{
color: #D532C5;
}
.AnyTagClassName
{
color: #D532C5;
}
</style>
background-color css
<style>
a { background-color: #D532C5; }
a { background-color: rgb(213,50,197); }
div.DivClassName
{
background-color: #D532C5;
}
.BgClassName
{
background-color: #D532C5;
}
</style>
border-color css
<style>
span { border-color: #D532C5; }
span { border-color: rgb(213,50,197); }
td.TdClassName
{
border-color: #D532C5;
}
.TagClassName
{
border-color: #D532C5;
}
</style>