Html Css Color HEX #D955D4 Free Speech Magenta
📋 copy color: '#D955D4'red 217 ◦ green 85 ◦ blue 212
Shades of Free Speech Magenta #D955D4
Tints of Free Speech Magenta #D955D4
RGB
CMYK
RGB Variations
Color information
#D955D4 (or 0xD955D4) is known color: Free Speech Magenta. HEX triplet: D9, 55 and D4. RGB value is (217,85,212). Sum of RGB (Red+Green+Blue) = 217+85+212=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 85 (33.59% from 255 or 16.54% from 514); Blue value is 212 (83.20% from 255 or 41.25% from 514); Max value from RGB is 217 - color contains mainly: red. Hex color #D955D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D955D4 is #26AA2B. Grayscale: #8A8A8A. Windows color (decimal): -2533932 or 13915609. OLE color: 13915609.
HSL color Cylindrical-coordinate representation of color #D955D4: hue angle of 302.27º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D955D4 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 212 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.15 |
| HSL | 302.27º | 0.63% | 0.59% | - |
| HSV(B) | 302.27º | 0.61% | 0.85% | - |
| XYZ | 43.75 | 26 | 65 | - |
| YUV | 138.95 | 169.23 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 212 | 0 | 0.61 | 0.02 | 0.15 | 302.27 | 0.63 | 0.59 |
| Hex | D9 | 55 | D4 | 0 | 3D | 2 | F | 12E | 3F | 3B |
| Octal | 331 | 125 | 324 | 0 | 75 | 2 | 17 | 456 | 77 | 73 |
| Binary | 11011001 | 1010101 | 11010100 | 0 | 111101 | 10 | 1111 | 100101110 | 111111 | 111011 |
Color Harmonies of #D955D4
Complementary color
Monochromatic Colors of #D955D4
Black with #D955D4
Text Example
Text Example
White with #D955D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955D4; }
p { color: rgb(217,85,212); }
H1.HeaderClassName
{
color: #D955D4;
}
.AnyTagClassName
{
color: #D955D4;
}
</style>
background-color css
<style>
a { background-color: #D955D4; }
a { background-color: rgb(217,85,212); }
div.DivClassName
{
background-color: #D955D4;
}
.BgClassName
{
background-color: #D955D4;
}
</style>
border-color css
<style>
span { border-color: #D955D4; }
span { border-color: rgb(217,85,212); }
td.TdClassName
{
border-color: #D955D4;
}
.TagClassName
{
border-color: #D955D4;
}
</style>