Html Css Color HEX #DD65C6 Free Speech Magenta
📋 copy color: '#DD65C6'red 221 ◦ green 101 ◦ blue 198
Shades of Free Speech Magenta #DD65C6
Tints of Free Speech Magenta #DD65C6
RGB
CMYK
RGB Variations
Color information
#DD65C6 (or 0xDD65C6) is known color: Free Speech Magenta. HEX triplet: DD, 65 and C6. RGB value is (221,101,198). Sum of RGB (Red+Green+Blue) = 221+101+198=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 198 (77.73% from 255 or 38.08% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD65C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD65C6 is #229A39. Grayscale: #939393. Windows color (decimal): -2267706 or 13002205. OLE color: 13002205.
HSL color Cylindrical-coordinate representation of color #DD65C6: hue angle of 311.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 #DD65C6 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 198 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.13 |
| HSL | 311.5º | 0.64% | 0.63% | - |
| HSV(B) | 311.5º | 0.54% | 0.87% | - |
| XYZ | 44.67 | 28.76 | 56.62 | - |
| YUV | 147.94 | 156.26 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 198 | 0 | 0.54 | 0.10 | 0.13 | 311.5 | 0.64 | 0.63 |
| Hex | DD | 65 | C6 | 0 | 36 | A | D | 138 | 40 | 3F |
| Octal | 335 | 145 | 306 | 0 | 66 | 12 | 15 | 470 | 100 | 77 |
| Binary | 11011101 | 1100101 | 11000110 | 0 | 110110 | 1010 | 1101 | 100111000 | 1000000 | 111111 |
Color Harmonies of #DD65C6
Complementary color
Monochromatic Colors of #DD65C6
Black with #DD65C6
Text Example
Text Example
White with #DD65C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD65C6; }
p { color: rgb(221,101,198); }
H1.HeaderClassName
{
color: #DD65C6;
}
.AnyTagClassName
{
color: #DD65C6;
}
</style>
background-color css
<style>
a { background-color: #DD65C6; }
a { background-color: rgb(221,101,198); }
div.DivClassName
{
background-color: #DD65C6;
}
.BgClassName
{
background-color: #DD65C6;
}
</style>
border-color css
<style>
span { border-color: #DD65C6; }
span { border-color: rgb(221,101,198); }
td.TdClassName
{
border-color: #DD65C6;
}
.TagClassName
{
border-color: #DD65C6;
}
</style>