Html Css Color HEX #DD5FDF Free Speech Magenta
📋 copy color: '#DD5FDF'red 221 ◦ green 95 ◦ blue 223
Shades of Free Speech Magenta #DD5FDF
Tints of Free Speech Magenta #DD5FDF
RGB
CMYK
RGB Variations
Color information
#DD5FDF (or 0xDD5FDF) is known color: Free Speech Magenta. HEX triplet: DD, 5F and DF. RGB value is (221,95,223). Sum of RGB (Red+Green+Blue) = 221+95+223=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 95 (37.5% from 255 or 17.63% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD5FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5FDF is #22A020. Grayscale: #929292. Windows color (decimal): -2269217 or 14639069. OLE color: 14639069.
HSL color Cylindrical-coordinate representation of color #DD5FDF: hue angle of 299.06º 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 #DD5FDF is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 95 | 223 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.13 |
| HSL | 299.06º | 0.67% | 0.62% | - |
| HSV(B) | 299.06º | 0.57% | 0.87% | - |
| XYZ | 47.23 | 28.88 | 72.9 | - |
| YUV | 147.27 | 170.74 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 95 | 223 | 0.01 | 0.57 | 0 | 0.13 | 299.06 | 0.67 | 0.62 |
| Hex | DD | 5F | DF | 1 | 39 | 0 | D | 12B | 43 | 3E |
| Octal | 335 | 137 | 337 | 1 | 71 | 0 | 15 | 453 | 103 | 76 |
| Binary | 11011101 | 1011111 | 11011111 | 1 | 111001 | 0 | 1101 | 100101011 | 1000011 | 111110 |
Color Harmonies of #DD5FDF
Complementary color
Monochromatic Colors of #DD5FDF
Black with #DD5FDF
Text Example
Text Example
White with #DD5FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5FDF; }
p { color: rgb(221,95,223); }
H1.HeaderClassName
{
color: #DD5FDF;
}
.AnyTagClassName
{
color: #DD5FDF;
}
</style>
background-color css
<style>
a { background-color: #DD5FDF; }
a { background-color: rgb(221,95,223); }
div.DivClassName
{
background-color: #DD5FDF;
}
.BgClassName
{
background-color: #DD5FDF;
}
</style>
border-color css
<style>
span { border-color: #DD5FDF; }
span { border-color: rgb(221,95,223); }
td.TdClassName
{
border-color: #DD5FDF;
}
.TagClassName
{
border-color: #DD5FDF;
}
</style>