Html Css Color HEX #D552CF Free Speech Magenta
📋 copy color: '#D552CF'red 213 ◦ green 82 ◦ blue 207
Shades of Free Speech Magenta #D552CF
Tints of Free Speech Magenta #D552CF
RGB
CMYK
RGB Variations
Color information
#D552CF (or 0xD552CF) is known color: Free Speech Magenta. HEX triplet: D5, 52 and CF. RGB value is (213,82,207). Sum of RGB (Red+Green+Blue) = 213+82+207=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 82 (32.42% from 255 or 16.33% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D552CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D552CF is #2AAD30. Grayscale: #878787. Windows color (decimal): -2796849 or 13587157. OLE color: 13587157.
HSL color Cylindrical-coordinate representation of color #D552CF: hue angle of 302.75º 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 #D552CF is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 207 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.16 |
| HSL | 302.75º | 0.61% | 0.58% | - |
| HSV(B) | 302.75º | 0.62% | 0.84% | - |
| XYZ | 41.72 | 24.69 | 61.6 | - |
| YUV | 135.42 | 168.4 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 207 | 0 | 0.62 | 0.03 | 0.16 | 302.75 | 0.61 | 0.58 |
| Hex | D5 | 52 | CF | 0 | 3E | 3 | 10 | 12F | 3D | 3A |
| Octal | 325 | 122 | 317 | 0 | 76 | 3 | 20 | 457 | 75 | 72 |
| Binary | 11010101 | 1010010 | 11001111 | 0 | 111110 | 11 | 10000 | 100101111 | 111101 | 111010 |
Color Harmonies of #D552CF
Complementary color
Monochromatic Colors of #D552CF
Black with #D552CF
Text Example
Text Example
White with #D552CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D552CF; }
p { color: rgb(213,82,207); }
H1.HeaderClassName
{
color: #D552CF;
}
.AnyTagClassName
{
color: #D552CF;
}
</style>
background-color css
<style>
a { background-color: #D552CF; }
a { background-color: rgb(213,82,207); }
div.DivClassName
{
background-color: #D552CF;
}
.BgClassName
{
background-color: #D552CF;
}
</style>
border-color css
<style>
span { border-color: #D552CF; }
span { border-color: rgb(213,82,207); }
td.TdClassName
{
border-color: #D552CF;
}
.TagClassName
{
border-color: #D552CF;
}
</style>