Html Css Color HEX #D552E5 Free Speech Magenta
📋 copy color: '#D552E5'red 213 ◦ green 82 ◦ blue 229
Shades of Free Speech Magenta #D552E5
Tints of Free Speech Magenta #D552E5
RGB
CMYK
RGB Variations
Color information
#D552E5 (or 0xD552E5) is known color: Free Speech Magenta. HEX triplet: D5, 52 and E5. RGB value is (213,82,229). Sum of RGB (Red+Green+Blue) = 213+82+229=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 82 (32.42% from 255 or 15.65% from 524); Blue value is 229 (89.84% from 255 or 43.70% from 524); Max value from RGB is 229 - color contains mainly: blue. Hex color #D552E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D552E5 is #2AAD1A. Grayscale: #898989. Windows color (decimal): -2796827 or 15028949. OLE color: 15028949.
HSL color Cylindrical-coordinate representation of color #D552E5: hue angle of 293.47º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D552E5 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 82 | 229 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.10 |
| HSL | 293.47º | 0.74% | 0.61% | - |
| HSV(B) | 293.47º | 0.64% | 0.9% | - |
| XYZ | 44.6 | 25.84 | 76.77 | - |
| YUV | 137.93 | 179.4 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 229 | 0.07 | 0.64 | 0 | 0.10 | 293.47 | 0.74 | 0.61 |
| Hex | D5 | 52 | E5 | 7 | 40 | 0 | A | 125 | 4A | 3D |
| Octal | 325 | 122 | 345 | 7 | 100 | 0 | 12 | 445 | 112 | 75 |
| Binary | 11010101 | 1010010 | 11100101 | 111 | 1000000 | 0 | 1010 | 100100101 | 1001010 | 111101 |
Color Harmonies of #D552E5
Complementary color
Monochromatic Colors of #D552E5
Black with #D552E5
Text Example
Text Example
White with #D552E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D552E5; }
p { color: rgb(213,82,229); }
H1.HeaderClassName
{
color: #D552E5;
}
.AnyTagClassName
{
color: #D552E5;
}
</style>
background-color css
<style>
a { background-color: #D552E5; }
a { background-color: rgb(213,82,229); }
div.DivClassName
{
background-color: #D552E5;
}
.BgClassName
{
background-color: #D552E5;
}
</style>
border-color css
<style>
span { border-color: #D552E5; }
span { border-color: rgb(213,82,229); }
td.TdClassName
{
border-color: #D552E5;
}
.TagClassName
{
border-color: #D552E5;
}
</style>