Html Css Color HEX #D552D0 Free Speech Magenta
📋 copy color: '#D552D0'red 213 ◦ green 82 ◦ blue 208
Shades of Free Speech Magenta #D552D0
Tints of Free Speech Magenta #D552D0
RGB
CMYK
RGB Variations
Color information
#D552D0 (or 0xD552D0) is known color: Free Speech Magenta. HEX triplet: D5, 52 and D0. RGB value is (213,82,208). Sum of RGB (Red+Green+Blue) = 213+82+208=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 82 (32.42% from 255 or 16.30% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D552D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D552D0 is #2AAD2F. Grayscale: #878787. Windows color (decimal): -2796848 or 13652693. OLE color: 13652693.
HSL color Cylindrical-coordinate representation of color #D552D0: hue angle of 302.29º 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 #D552D0 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 208 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.16 |
| HSL | 302.29º | 0.61% | 0.58% | - |
| HSV(B) | 302.29º | 0.62% | 0.84% | - |
| XYZ | 41.84 | 24.73 | 62.24 | - |
| YUV | 135.53 | 168.9 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 208 | 0 | 0.62 | 0.02 | 0.16 | 302.29 | 0.61 | 0.58 |
| Hex | D5 | 52 | D0 | 0 | 3E | 2 | 10 | 12E | 3D | 3A |
| Octal | 325 | 122 | 320 | 0 | 76 | 2 | 20 | 456 | 75 | 72 |
| Binary | 11010101 | 1010010 | 11010000 | 0 | 111110 | 10 | 10000 | 100101110 | 111101 | 111010 |
Color Harmonies of #D552D0
Complementary color
Monochromatic Colors of #D552D0
Black with #D552D0
Text Example
Text Example
White with #D552D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D552D0; }
p { color: rgb(213,82,208); }
H1.HeaderClassName
{
color: #D552D0;
}
.AnyTagClassName
{
color: #D552D0;
}
</style>
background-color css
<style>
a { background-color: #D552D0; }
a { background-color: rgb(213,82,208); }
div.DivClassName
{
background-color: #D552D0;
}
.BgClassName
{
background-color: #D552D0;
}
</style>
border-color css
<style>
span { border-color: #D552D0; }
span { border-color: rgb(213,82,208); }
td.TdClassName
{
border-color: #D552D0;
}
.TagClassName
{
border-color: #D552D0;
}
</style>