Shades of Fuchsia #D532C8
Tints of Fuchsia #D532C8
RGB
CMYK
RGB Variations
Color information
#D532C8 (or 0xD532C8) is known color: Fuchsia. HEX triplet: D5, 32 and C8. RGB value is (213,50,200). Sum of RGB (Red+Green+Blue) = 213+50+200=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 50 (19.92% from 255 or 10.80% from 463); Blue value is 200 (78.52% from 255 or 43.20% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D532C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D532C8 is #2ACD37. Grayscale: #737373. Windows color (decimal): -2805048 or 13120213. OLE color: 13120213.
HSL color Cylindrical-coordinate representation of color #D532C8: hue angle of 304.79º 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 #D532C8 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 50 | 200 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.16 |
| HSL | 304.79º | 0.66% | 0.52% | - |
| HSV(B) | 304.79º | 0.77% | 0.84% | - |
| XYZ | 39.01 | 20.6 | 56.56 | - |
| YUV | 115.84 | 175.5 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 50 | 200 | 0 | 0.77 | 0.06 | 0.16 | 304.79 | 0.66 | 0.52 |
| Hex | D5 | 32 | C8 | 0 | 4D | 6 | 10 | 131 | 42 | 34 |
| Octal | 325 | 62 | 310 | 0 | 115 | 6 | 20 | 461 | 102 | 64 |
| Binary | 11010101 | 110010 | 11001000 | 0 | 1001101 | 110 | 10000 | 100110001 | 1000010 | 110100 |
Color Harmonies of #D532C8
Complementary color
Monochromatic Colors of #D532C8
Black with #D532C8
Text Example
Text Example
White with #D532C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D532C8; }
p { color: rgb(213,50,200); }
H1.HeaderClassName
{
color: #D532C8;
}
.AnyTagClassName
{
color: #D532C8;
}
</style>
background-color css
<style>
a { background-color: #D532C8; }
a { background-color: rgb(213,50,200); }
div.DivClassName
{
background-color: #D532C8;
}
.BgClassName
{
background-color: #D532C8;
}
</style>
border-color css
<style>
span { border-color: #D532C8; }
span { border-color: rgb(213,50,200); }
td.TdClassName
{
border-color: #D532C8;
}
.TagClassName
{
border-color: #D532C8;
}
</style>