Html Css Color HEX #D52EDC Free Speech Magenta
📋 copy color: '#D52EDC'red 213 ◦ green 46 ◦ blue 220
Shades of Free Speech Magenta #D52EDC
Tints of Free Speech Magenta #D52EDC
RGB
CMYK
RGB Variations
Color information
#D52EDC (or 0xD52EDC) is known color: Free Speech Magenta. HEX triplet: D5, 2E and DC. RGB value is (213,46,220). Sum of RGB (Red+Green+Blue) = 213+46+220=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 46 (18.36% from 255 or 9.60% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #D52EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52EDC is #2AD123. Grayscale: #737373. Windows color (decimal): -2806052 or 14429909. OLE color: 14429909.
HSL color Cylindrical-coordinate representation of color #D52EDC: hue angle of 297.59º 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 #D52EDC is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 213 | 46 | 220 | - |
CMYK | 0.03 | 0.79 | 0 | 0.14 |
HSL | 297.59º | 0.71% | 0.52% | - |
HSV(B) | 297.59º | 0.79% | 0.86% | - |
XYZ | 41.34 | 21.27 | 69.64 | - |
YUV | 115.77 | 186.83 | 197.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 46 | 220 | 0.03 | 0.79 | 0 | 0.14 | 297.59 | 0.71 | 0.52 |
Hex | D5 | 2E | DC | 3 | 4F | 0 | E | 12A | 47 | 34 |
Octal | 325 | 56 | 334 | 3 | 117 | 0 | 16 | 452 | 107 | 64 |
Binary | 11010101 | 101110 | 11011100 | 11 | 1001111 | 0 | 1110 | 100101010 | 1000111 | 110100 |
Color Harmonies of #D52EDC
Complementary color
Monochromatic Colors of #D52EDC
Black with #D52EDC
Text Example
Text Example
White with #D52EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52EDC; }
p { color: rgb(213,46,220); }
H1.HeaderClassName
{
color: #D52EDC;
}
.AnyTagClassName
{
color: #D52EDC;
}
</style>
background-color css
<style>
a { background-color: #D52EDC; }
a { background-color: rgb(213,46,220); }
div.DivClassName
{
background-color: #D52EDC;
}
.BgClassName
{
background-color: #D52EDC;
}
</style>
border-color css
<style>
span { border-color: #D52EDC; }
span { border-color: rgb(213,46,220); }
td.TdClassName
{
border-color: #D52EDC;
}
.TagClassName
{
border-color: #D52EDC;
}
</style>