Html Css Color HEX #DD65BF Free Speech Magenta
📋 copy color: '#DD65BF'red 221 ◦ green 101 ◦ blue 191
Shades of Free Speech Magenta #DD65BF
Tints of Free Speech Magenta #DD65BF
RGB
CMYK
RGB Variations
Color information
#DD65BF (or 0xDD65BF) is known color: Free Speech Magenta. HEX triplet: DD, 65 and BF. RGB value is (221,101,191). Sum of RGB (Red+Green+Blue) = 221+101+191=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD65BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD65BF is #229A40. Grayscale: #929292. Windows color (decimal): -2267713 or 12543453. OLE color: 12543453.
HSL color Cylindrical-coordinate representation of color #DD65BF: hue angle of 315º 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 #DD65BF is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 191 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.13 |
| HSL | 315º | 0.64% | 0.63% | - |
| HSV(B) | 315º | 0.54% | 0.87% | - |
| XYZ | 43.88 | 28.44 | 52.47 | - |
| YUV | 147.14 | 152.76 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 191 | 0 | 0.54 | 0.14 | 0.13 | 315 | 0.64 | 0.63 |
| Hex | DD | 65 | BF | 0 | 36 | E | D | 13B | 40 | 3F |
| Octal | 335 | 145 | 277 | 0 | 66 | 16 | 15 | 473 | 100 | 77 |
| Binary | 11011101 | 1100101 | 10111111 | 0 | 110110 | 1110 | 1101 | 100111011 | 1000000 | 111111 |
Color Harmonies of #DD65BF
Complementary color
Monochromatic Colors of #DD65BF
Black with #DD65BF
Text Example
Text Example
White with #DD65BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD65BF; }
p { color: rgb(221,101,191); }
H1.HeaderClassName
{
color: #DD65BF;
}
.AnyTagClassName
{
color: #DD65BF;
}
</style>
background-color css
<style>
a { background-color: #DD65BF; }
a { background-color: rgb(221,101,191); }
div.DivClassName
{
background-color: #DD65BF;
}
.BgClassName
{
background-color: #DD65BF;
}
</style>
border-color css
<style>
span { border-color: #DD65BF; }
span { border-color: rgb(221,101,191); }
td.TdClassName
{
border-color: #DD65BF;
}
.TagClassName
{
border-color: #DD65BF;
}
</style>