Html Css Color HEX #D55BDF Free Speech Magenta
📋 copy color: '#D55BDF'red 213 ◦ green 91 ◦ blue 223
Shades of Free Speech Magenta #D55BDF
Tints of Free Speech Magenta #D55BDF
RGB
CMYK
RGB Variations
Color information
#D55BDF (or 0xD55BDF) is known color: Free Speech Magenta. HEX triplet: D5, 5B and DF. RGB value is (213,91,223). Sum of RGB (Red+Green+Blue) = 213+91+223=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 91 (35.94% from 255 or 17.27% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #D55BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55BDF is #2AA420. Grayscale: #8E8E8E. Windows color (decimal): -2794529 or 14638037. OLE color: 14638037.
HSL color Cylindrical-coordinate representation of color #D55BDF: hue angle of 295.45º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D55BDF is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 91 | 223 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.13 |
| HSL | 295.45º | 0.67% | 0.62% | - |
| HSV(B) | 295.45º | 0.59% | 0.87% | - |
| XYZ | 44.5 | 26.96 | 72.67 | - |
| YUV | 142.53 | 173.42 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 91 | 223 | 0.04 | 0.59 | 0 | 0.13 | 295.45 | 0.67 | 0.62 |
| Hex | D5 | 5B | DF | 4 | 3B | 0 | D | 127 | 43 | 3E |
| Octal | 325 | 133 | 337 | 4 | 73 | 0 | 15 | 447 | 103 | 76 |
| Binary | 11010101 | 1011011 | 11011111 | 100 | 111011 | 0 | 1101 | 100100111 | 1000011 | 111110 |
Color Harmonies of #D55BDF
Complementary color
Monochromatic Colors of #D55BDF
Black with #D55BDF
Text Example
Text Example
White with #D55BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55BDF; }
p { color: rgb(213,91,223); }
H1.HeaderClassName
{
color: #D55BDF;
}
.AnyTagClassName
{
color: #D55BDF;
}
</style>
background-color css
<style>
a { background-color: #D55BDF; }
a { background-color: rgb(213,91,223); }
div.DivClassName
{
background-color: #D55BDF;
}
.BgClassName
{
background-color: #D55BDF;
}
</style>
border-color css
<style>
span { border-color: #D55BDF; }
span { border-color: rgb(213,91,223); }
td.TdClassName
{
border-color: #D55BDF;
}
.TagClassName
{
border-color: #D55BDF;
}
</style>