Shades of Fuchsia #D52FD4
Tints of Fuchsia #D52FD4
RGB
CMYK
RGB Variations
Color information
#D52FD4 (or 0xD52FD4) is known color: Fuchsia. HEX triplet: D5, 2F and D4. RGB value is (213,47,212). Sum of RGB (Red+Green+Blue) = 213+47+212=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 47 (18.75% from 255 or 9.96% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D52FD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52FD4 is #2AD02B. Grayscale: #727272. Windows color (decimal): -2805804 or 13905877. OLE color: 13905877.
HSL color Cylindrical-coordinate representation of color #D52FD4: hue angle of 300.36º 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 #D52FD4 is Cyan = 0, Magento = 0.78, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 47 | 212 | - |
| CMYK | 0 | 0.78 | 0.00 | 0.16 |
| HSL | 300.36º | 0.66% | 0.51% | - |
| HSV(B) | 300.36º | 0.78% | 0.84% | - |
| XYZ | 40.34 | 20.93 | 64.2 | - |
| YUV | 115.44 | 182.5 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 212 | 0 | 0.78 | 0.00 | 0.16 | 300.36 | 0.66 | 0.51 |
| Hex | D5 | 2F | D4 | 0 | 4E | 0 | 10 | 12C | 42 | 33 |
| Octal | 325 | 57 | 324 | 0 | 116 | 0 | 20 | 454 | 102 | 63 |
| Binary | 11010101 | 101111 | 11010100 | 0 | 1001110 | 0 | 10000 | 100101100 | 1000010 | 110011 |
Color Harmonies of #D52FD4
Complementary color
Monochromatic Colors of #D52FD4
Black with #D52FD4
Text Example
Text Example
White with #D52FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52FD4; }
p { color: rgb(213,47,212); }
H1.HeaderClassName
{
color: #D52FD4;
}
.AnyTagClassName
{
color: #D52FD4;
}
</style>
background-color css
<style>
a { background-color: #D52FD4; }
a { background-color: rgb(213,47,212); }
div.DivClassName
{
background-color: #D52FD4;
}
.BgClassName
{
background-color: #D52FD4;
}
</style>
border-color css
<style>
span { border-color: #D52FD4; }
span { border-color: rgb(213,47,212); }
td.TdClassName
{
border-color: #D52FD4;
}
.TagClassName
{
border-color: #D52FD4;
}
</style>