Html Css Color HEX #D52FDC Free Speech Magenta
📋 copy color: '#D52FDC'red 213 ◦ green 47 ◦ blue 220
Shades of Free Speech Magenta #D52FDC
Tints of Free Speech Magenta #D52FDC
RGB
CMYK
RGB Variations
Color information
#D52FDC (or 0xD52FDC) is known color: Free Speech Magenta. HEX triplet: D5, 2F and DC. RGB value is (213,47,220). Sum of RGB (Red+Green+Blue) = 213+47+220=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 47 (18.75% from 255 or 9.79% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #D52FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52FDC is #2AD023. Grayscale: #737373. Windows color (decimal): -2805796 or 14430165. OLE color: 14430165.
HSL color Cylindrical-coordinate representation of color #D52FDC: hue angle of 297.57º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D52FDC is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 47 | 220 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.14 |
| HSL | 297.57º | 0.71% | 0.52% | - |
| HSV(B) | 297.57º | 0.79% | 0.86% | - |
| XYZ | 41.38 | 21.35 | 69.65 | - |
| YUV | 116.36 | 186.5 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 220 | 0.03 | 0.79 | 0 | 0.14 | 297.57 | 0.71 | 0.52 |
| Hex | D5 | 2F | DC | 3 | 4F | 0 | E | 12A | 47 | 34 |
| Octal | 325 | 57 | 334 | 3 | 117 | 0 | 16 | 452 | 107 | 64 |
| Binary | 11010101 | 101111 | 11011100 | 11 | 1001111 | 0 | 1110 | 100101010 | 1000111 | 110100 |
Color Harmonies of #D52FDC
Complementary color
Monochromatic Colors of #D52FDC
Black with #D52FDC
Text Example
Text Example
White with #D52FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52FDC; }
p { color: rgb(213,47,220); }
H1.HeaderClassName
{
color: #D52FDC;
}
.AnyTagClassName
{
color: #D52FDC;
}
</style>
background-color css
<style>
a { background-color: #D52FDC; }
a { background-color: rgb(213,47,220); }
div.DivClassName
{
background-color: #D52FDC;
}
.BgClassName
{
background-color: #D52FDC;
}
</style>
border-color css
<style>
span { border-color: #D52FDC; }
span { border-color: rgb(213,47,220); }
td.TdClassName
{
border-color: #D52FDC;
}
.TagClassName
{
border-color: #D52FDC;
}
</style>