Html Css Color HEX #D52EDD Free Speech Magenta
📋 copy color: '#D52EDD'red 213 ◦ green 46 ◦ blue 221
Shades of Free Speech Magenta #D52EDD
Tints of Free Speech Magenta #D52EDD
RGB
CMYK
RGB Variations
Color information
#D52EDD (or 0xD52EDD) is known color: Free Speech Magenta. HEX triplet: D5, 2E and DD. RGB value is (213,46,221). Sum of RGB (Red+Green+Blue) = 213+46+221=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 46 (18.36% from 255 or 9.58% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #D52EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52EDD is #2AD122. Grayscale: #737373. Windows color (decimal): -2806051 or 14495445. OLE color: 14495445.
HSL color Cylindrical-coordinate representation of color #D52EDD: hue angle of 297.26º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D52EDD is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 46 | 221 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.13 |
| HSL | 297.26º | 0.72% | 0.52% | - |
| HSV(B) | 297.26º | 0.79% | 0.87% | - |
| XYZ | 41.47 | 21.32 | 70.34 | - |
| YUV | 115.88 | 187.33 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 221 | 0.04 | 0.79 | 0 | 0.13 | 297.26 | 0.72 | 0.52 |
| Hex | D5 | 2E | DD | 4 | 4F | 0 | D | 129 | 48 | 34 |
| Octal | 325 | 56 | 335 | 4 | 117 | 0 | 15 | 451 | 110 | 64 |
| Binary | 11010101 | 101110 | 11011101 | 100 | 1001111 | 0 | 1101 | 100101001 | 1001000 | 110100 |
Color Harmonies of #D52EDD
Complementary color
Monochromatic Colors of #D52EDD
Black with #D52EDD
Text Example
Text Example
White with #D52EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52EDD; }
p { color: rgb(213,46,221); }
H1.HeaderClassName
{
color: #D52EDD;
}
.AnyTagClassName
{
color: #D52EDD;
}
</style>
background-color css
<style>
a { background-color: #D52EDD; }
a { background-color: rgb(213,46,221); }
div.DivClassName
{
background-color: #D52EDD;
}
.BgClassName
{
background-color: #D52EDD;
}
</style>
border-color css
<style>
span { border-color: #D52EDD; }
span { border-color: rgb(213,46,221); }
td.TdClassName
{
border-color: #D52EDD;
}
.TagClassName
{
border-color: #D52EDD;
}
</style>