Html Css Color HEX #D552D5 Free Speech Magenta
📋 copy color: '#D552D5'red 213 ◦ green 82 ◦ blue 213
Shades of Free Speech Magenta #D552D5
Tints of Free Speech Magenta #D552D5
RGB
CMYK
RGB Variations
Color information
#D552D5 (or 0xD552D5) is known color: Free Speech Magenta. HEX triplet: D5, 52 and D5. RGB value is (213,82,213). Sum of RGB (Red+Green+Blue) = 213+82+213=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 82 (32.42% from 255 or 16.14% from 508); Blue value is 213 (83.59% from 255 or 41.93% from 508); Max value from RGB is 213 - color contains mainly: red, blue. Hex color #D552D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D552D5 is #2AAD2A. Grayscale: #878787. Windows color (decimal): -2796843 or 13980373. OLE color: 13980373.
HSL color Cylindrical-coordinate representation of color #D552D5: hue angle of 300º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D552D5 is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 213 | - |
| CMYK | 0 | 0.62 | 0 | 0.16 |
| HSL | 300º | 0.61% | 0.58% | - |
| HSV(B) | 300º | 0.62% | 0.84% | - |
| XYZ | 42.47 | 24.98 | 65.54 | - |
| YUV | 136.1 | 171.4 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 213 | 0 | 0.62 | 0 | 0.16 | 300 | 0.61 | 0.58 |
| Hex | D5 | 52 | D5 | 0 | 3E | 0 | 10 | 12C | 3D | 3A |
| Octal | 325 | 122 | 325 | 0 | 76 | 0 | 20 | 454 | 75 | 72 |
| Binary | 11010101 | 1010010 | 11010101 | 0 | 111110 | 0 | 10000 | 100101100 | 111101 | 111010 |
Color Harmonies of #D552D5
Complementary color
Monochromatic Colors of #D552D5
Black with #D552D5
Text Example
Text Example
White with #D552D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D552D5; }
p { color: rgb(213,82,213); }
H1.HeaderClassName
{
color: #D552D5;
}
.AnyTagClassName
{
color: #D552D5;
}
</style>
background-color css
<style>
a { background-color: #D552D5; }
a { background-color: rgb(213,82,213); }
div.DivClassName
{
background-color: #D552D5;
}
.BgClassName
{
background-color: #D552D5;
}
</style>
border-color css
<style>
span { border-color: #D552D5; }
span { border-color: rgb(213,82,213); }
td.TdClassName
{
border-color: #D552D5;
}
.TagClassName
{
border-color: #D552D5;
}
</style>