Html Css Color HEX #D552EA Free Speech Magenta
📋 copy color: '#D552EA'red 213 ◦ green 82 ◦ blue 234
Shades of Free Speech Magenta #D552EA
Tints of Free Speech Magenta #D552EA
RGB
CMYK
RGB Variations
Color information
#D552EA (or 0xD552EA) is known color: Free Speech Magenta. HEX triplet: D5, 52 and EA. RGB value is (213,82,234). Sum of RGB (Red+Green+Blue) = 213+82+234=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 82 (32.42% from 255 or 15.50% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #D552EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D552EA is #2AAD15. Grayscale: #8A8A8A. Windows color (decimal): -2796822 or 15356629. OLE color: 15356629.
HSL color Cylindrical-coordinate representation of color #D552EA: hue angle of 291.71º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D552EA is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 82 | 234 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.08 |
| HSL | 291.71º | 0.78% | 0.62% | - |
| HSV(B) | 291.71º | 0.65% | 0.92% | - |
| XYZ | 45.31 | 26.12 | 80.5 | - |
| YUV | 138.5 | 181.9 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 234 | 0.09 | 0.65 | 0 | 0.08 | 291.71 | 0.78 | 0.62 |
| Hex | D5 | 52 | EA | 9 | 41 | 0 | 8 | 124 | 4E | 3E |
| Octal | 325 | 122 | 352 | 11 | 101 | 0 | 10 | 444 | 116 | 76 |
| Binary | 11010101 | 1010010 | 11101010 | 1001 | 1000001 | 0 | 1000 | 100100100 | 1001110 | 111110 |
Color Harmonies of #D552EA
Complementary color
Monochromatic Colors of #D552EA
Black with #D552EA
Text Example
Text Example
White with #D552EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D552EA; }
p { color: rgb(213,82,234); }
H1.HeaderClassName
{
color: #D552EA;
}
.AnyTagClassName
{
color: #D552EA;
}
</style>
background-color css
<style>
a { background-color: #D552EA; }
a { background-color: rgb(213,82,234); }
div.DivClassName
{
background-color: #D552EA;
}
.BgClassName
{
background-color: #D552EA;
}
</style>
border-color css
<style>
span { border-color: #D552EA; }
span { border-color: rgb(213,82,234); }
td.TdClassName
{
border-color: #D552EA;
}
.TagClassName
{
border-color: #D552EA;
}
</style>