Html Css Color HEX #D55DDF Free Speech Magenta
📋 copy color: '#D55DDF'red 213 ◦ green 93 ◦ blue 223
Shades of Free Speech Magenta #D55DDF
Tints of Free Speech Magenta #D55DDF
RGB
CMYK
RGB Variations
Color information
#D55DDF (or 0xD55DDF) is known color: Free Speech Magenta. HEX triplet: D5, 5D and DF. RGB value is (213,93,223). Sum of RGB (Red+Green+Blue) = 213+93+223=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 93 (36.72% from 255 or 17.58% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #D55DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55DDF is #2AA220. Grayscale: #8F8F8F. Windows color (decimal): -2794017 or 14638549. OLE color: 14638549.
HSL color Cylindrical-coordinate representation of color #D55DDF: hue angle of 295.38º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D55DDF is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 93 | 223 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.13 |
| HSL | 295.38º | 0.67% | 0.62% | - |
| HSV(B) | 295.38º | 0.58% | 0.87% | - |
| XYZ | 44.67 | 27.3 | 72.73 | - |
| YUV | 143.7 | 172.76 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 223 | 0.04 | 0.58 | 0 | 0.13 | 295.38 | 0.67 | 0.62 |
| Hex | D5 | 5D | DF | 4 | 3A | 0 | D | 127 | 43 | 3E |
| Octal | 325 | 135 | 337 | 4 | 72 | 0 | 15 | 447 | 103 | 76 |
| Binary | 11010101 | 1011101 | 11011111 | 100 | 111010 | 0 | 1101 | 100100111 | 1000011 | 111110 |
Color Harmonies of #D55DDF
Complementary color
Monochromatic Colors of #D55DDF
Black with #D55DDF
Text Example
Text Example
White with #D55DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55DDF; }
p { color: rgb(213,93,223); }
H1.HeaderClassName
{
color: #D55DDF;
}
.AnyTagClassName
{
color: #D55DDF;
}
</style>
background-color css
<style>
a { background-color: #D55DDF; }
a { background-color: rgb(213,93,223); }
div.DivClassName
{
background-color: #D55DDF;
}
.BgClassName
{
background-color: #D55DDF;
}
</style>
border-color css
<style>
span { border-color: #D55DDF; }
span { border-color: rgb(213,93,223); }
td.TdClassName
{
border-color: #D55DDF;
}
.TagClassName
{
border-color: #D55DDF;
}
</style>