Html Css Color HEX #D55FDF Free Speech Magenta
📋 copy color: '#D55FDF'red 213 ◦ green 95 ◦ blue 223
Shades of Free Speech Magenta #D55FDF
Tints of Free Speech Magenta #D55FDF
RGB
CMYK
RGB Variations
Color information
#D55FDF (or 0xD55FDF) is known color: Free Speech Magenta. HEX triplet: D5, 5F and DF. RGB value is (213,95,223). Sum of RGB (Red+Green+Blue) = 213+95+223=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 95 (37.5% from 255 or 17.89% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #D55FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55FDF is #2AA020. Grayscale: #909090. Windows color (decimal): -2793505 or 14639061. OLE color: 14639061.
HSL color Cylindrical-coordinate representation of color #D55FDF: hue angle of 295.31º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D55FDF is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 95 | 223 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.13 |
| HSL | 295.31º | 0.67% | 0.62% | - |
| HSV(B) | 295.31º | 0.57% | 0.87% | - |
| XYZ | 44.85 | 27.66 | 72.79 | - |
| YUV | 144.87 | 172.09 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 223 | 0.04 | 0.57 | 0 | 0.13 | 295.31 | 0.67 | 0.62 |
| Hex | D5 | 5F | DF | 4 | 39 | 0 | D | 127 | 43 | 3E |
| Octal | 325 | 137 | 337 | 4 | 71 | 0 | 15 | 447 | 103 | 76 |
| Binary | 11010101 | 1011111 | 11011111 | 100 | 111001 | 0 | 1101 | 100100111 | 1000011 | 111110 |
Color Harmonies of #D55FDF
Complementary color
Monochromatic Colors of #D55FDF
Black with #D55FDF
Text Example
Text Example
White with #D55FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55FDF; }
p { color: rgb(213,95,223); }
H1.HeaderClassName
{
color: #D55FDF;
}
.AnyTagClassName
{
color: #D55FDF;
}
</style>
background-color css
<style>
a { background-color: #D55FDF; }
a { background-color: rgb(213,95,223); }
div.DivClassName
{
background-color: #D55FDF;
}
.BgClassName
{
background-color: #D55FDF;
}
</style>
border-color css
<style>
span { border-color: #D55FDF; }
span { border-color: rgb(213,95,223); }
td.TdClassName
{
border-color: #D55FDF;
}
.TagClassName
{
border-color: #D55FDF;
}
</style>