Shades of Fuchsia #D52FD0
Tints of Fuchsia #D52FD0
RGB
CMYK
RGB Variations
Color information
#D52FD0 (or 0xD52FD0) is known color: Fuchsia. HEX triplet: D5, 2F and D0. RGB value is (213,47,208). Sum of RGB (Red+Green+Blue) = 213+47+208=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 47 (18.75% from 255 or 10.04% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D52FD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52FD0 is #2AD02F. Grayscale: #727272. Windows color (decimal): -2805808 or 13643733. OLE color: 13643733.
HSL color Cylindrical-coordinate representation of color #D52FD0: hue angle of 301.81º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D52FD0 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 47 | 208 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.16 |
| HSL | 301.81º | 0.66% | 0.51% | - |
| HSV(B) | 301.81º | 0.78% | 0.84% | - |
| XYZ | 39.84 | 20.73 | 61.58 | - |
| YUV | 114.99 | 180.5 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 208 | 0 | 0.78 | 0.02 | 0.16 | 301.81 | 0.66 | 0.51 |
| Hex | D5 | 2F | D0 | 0 | 4E | 2 | 10 | 12E | 42 | 33 |
| Octal | 325 | 57 | 320 | 0 | 116 | 2 | 20 | 456 | 102 | 63 |
| Binary | 11010101 | 101111 | 11010000 | 0 | 1001110 | 10 | 10000 | 100101110 | 1000010 | 110011 |
Color Harmonies of #D52FD0
Complementary color
Monochromatic Colors of #D52FD0
Black with #D52FD0
Text Example
Text Example
White with #D52FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52FD0; }
p { color: rgb(213,47,208); }
H1.HeaderClassName
{
color: #D52FD0;
}
.AnyTagClassName
{
color: #D52FD0;
}
</style>
background-color css
<style>
a { background-color: #D52FD0; }
a { background-color: rgb(213,47,208); }
div.DivClassName
{
background-color: #D52FD0;
}
.BgClassName
{
background-color: #D52FD0;
}
</style>
border-color css
<style>
span { border-color: #D52FD0; }
span { border-color: rgb(213,47,208); }
td.TdClassName
{
border-color: #D52FD0;
}
.TagClassName
{
border-color: #D52FD0;
}
</style>