Shades of Fuchsia #D532CE
Tints of Fuchsia #D532CE
RGB
CMYK
RGB Variations
Color information
#D532CE (or 0xD532CE) is known color: Fuchsia. HEX triplet: D5, 32 and CE. RGB value is (213,50,206). Sum of RGB (Red+Green+Blue) = 213+50+206=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 50 (19.92% from 255 or 10.66% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D532CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D532CE is #2ACD31. Grayscale: #747474. Windows color (decimal): -2805042 or 13513429. OLE color: 13513429.
HSL color Cylindrical-coordinate representation of color #D532CE: hue angle of 302.58º 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 #D532CE is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 50 | 206 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.16 |
| HSL | 302.58º | 0.66% | 0.52% | - |
| HSV(B) | 302.58º | 0.77% | 0.84% | - |
| XYZ | 39.72 | 20.88 | 60.33 | - |
| YUV | 116.52 | 178.5 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 50 | 206 | 0 | 0.77 | 0.03 | 0.16 | 302.58 | 0.66 | 0.52 |
| Hex | D5 | 32 | CE | 0 | 4D | 3 | 10 | 12F | 42 | 34 |
| Octal | 325 | 62 | 316 | 0 | 115 | 3 | 20 | 457 | 102 | 64 |
| Binary | 11010101 | 110010 | 11001110 | 0 | 1001101 | 11 | 10000 | 100101111 | 1000010 | 110100 |
Color Harmonies of #D532CE
Complementary color
Monochromatic Colors of #D532CE
Black with #D532CE
Text Example
Text Example
White with #D532CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D532CE; }
p { color: rgb(213,50,206); }
H1.HeaderClassName
{
color: #D532CE;
}
.AnyTagClassName
{
color: #D532CE;
}
</style>
background-color css
<style>
a { background-color: #D532CE; }
a { background-color: rgb(213,50,206); }
div.DivClassName
{
background-color: #D532CE;
}
.BgClassName
{
background-color: #D532CE;
}
</style>
border-color css
<style>
span { border-color: #D532CE; }
span { border-color: rgb(213,50,206); }
td.TdClassName
{
border-color: #D532CE;
}
.TagClassName
{
border-color: #D532CE;
}
</style>