Html Css Color HEX #D552F0 Free Speech Magenta
📋 copy color: '#D552F0'red 213 ◦ green 82 ◦ blue 240
Shades of Free Speech Magenta #D552F0
Tints of Free Speech Magenta #D552F0
RGB
CMYK
RGB Variations
Color information
#D552F0 (or 0xD552F0) is known color: Free Speech Magenta. HEX triplet: D5, 52 and F0. RGB value is (213,82,240). Sum of RGB (Red+Green+Blue) = 213+82+240=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 82 (32.42% from 255 or 15.33% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: blue. Hex color #D552F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D552F0 is #2AAD0F. Grayscale: #8A8A8A. Windows color (decimal): -2796816 or 15749845. OLE color: 15749845.
HSL color Cylindrical-coordinate representation of color #D552F0: hue angle of 289.75º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D552F0 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 82 | 240 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.06 |
| HSL | 289.75º | 0.84% | 0.63% | - |
| HSV(B) | 289.75º | 0.66% | 0.94% | - |
| XYZ | 46.19 | 26.47 | 85.11 | - |
| YUV | 139.18 | 184.9 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 240 | 0.11 | 0.66 | 0 | 0.06 | 289.75 | 0.84 | 0.63 |
| Hex | D5 | 52 | F0 | B | 42 | 0 | 6 | 122 | 54 | 3F |
| Octal | 325 | 122 | 360 | 13 | 102 | 0 | 6 | 442 | 124 | 77 |
| Binary | 11010101 | 1010010 | 11110000 | 1011 | 1000010 | 0 | 110 | 100100010 | 1010100 | 111111 |
Color Harmonies of #D552F0
Complementary color
Monochromatic Colors of #D552F0
Black with #D552F0
Text Example
Text Example
White with #D552F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D552F0; }
p { color: rgb(213,82,240); }
H1.HeaderClassName
{
color: #D552F0;
}
.AnyTagClassName
{
color: #D552F0;
}
</style>
background-color css
<style>
a { background-color: #D552F0; }
a { background-color: rgb(213,82,240); }
div.DivClassName
{
background-color: #D552F0;
}
.BgClassName
{
background-color: #D552F0;
}
</style>
border-color css
<style>
span { border-color: #D552F0; }
span { border-color: rgb(213,82,240); }
td.TdClassName
{
border-color: #D552F0;
}
.TagClassName
{
border-color: #D552F0;
}
</style>