Html Css Color HEX #DD65BE Free Speech Magenta
📋 copy color: '#DD65BE'red 221 ◦ green 101 ◦ blue 190
Shades of Free Speech Magenta #DD65BE
Tints of Free Speech Magenta #DD65BE
RGB
CMYK
RGB Variations
Color information
#DD65BE (or 0xDD65BE) is known color: Free Speech Magenta. HEX triplet: DD, 65 and BE. RGB value is (221,101,190). Sum of RGB (Red+Green+Blue) = 221+101+190=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD65BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD65BE is #229A41. Grayscale: #929292. Windows color (decimal): -2267714 or 12477917. OLE color: 12477917.
HSL color Cylindrical-coordinate representation of color #DD65BE: hue angle of 315.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD65BE is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 190 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.13 |
| HSL | 315.5º | 0.64% | 0.63% | - |
| HSV(B) | 315.5º | 0.54% | 0.87% | - |
| XYZ | 43.77 | 28.4 | 51.89 | - |
| YUV | 147.03 | 152.26 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 190 | 0 | 0.54 | 0.14 | 0.13 | 315.5 | 0.64 | 0.63 |
| Hex | DD | 65 | BE | 0 | 36 | E | D | 13C | 40 | 3F |
| Octal | 335 | 145 | 276 | 0 | 66 | 16 | 15 | 474 | 100 | 77 |
| Binary | 11011101 | 1100101 | 10111110 | 0 | 110110 | 1110 | 1101 | 100111100 | 1000000 | 111111 |
Color Harmonies of #DD65BE
Complementary color
Monochromatic Colors of #DD65BE
Black with #DD65BE
Text Example
Text Example
White with #DD65BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD65BE; }
p { color: rgb(221,101,190); }
H1.HeaderClassName
{
color: #DD65BE;
}
.AnyTagClassName
{
color: #DD65BE;
}
</style>
background-color css
<style>
a { background-color: #DD65BE; }
a { background-color: rgb(221,101,190); }
div.DivClassName
{
background-color: #DD65BE;
}
.BgClassName
{
background-color: #DD65BE;
}
</style>
border-color css
<style>
span { border-color: #DD65BE; }
span { border-color: rgb(221,101,190); }
td.TdClassName
{
border-color: #DD65BE;
}
.TagClassName
{
border-color: #DD65BE;
}
</style>