Html Css Color HEX #DD65C4 Free Speech Magenta
📋 copy color: '#DD65C4'red 221 ◦ green 101 ◦ blue 196
Shades of Free Speech Magenta #DD65C4
Tints of Free Speech Magenta #DD65C4
RGB
CMYK
RGB Variations
Color information
#DD65C4 (or 0xDD65C4) is known color: Free Speech Magenta. HEX triplet: DD, 65 and C4. RGB value is (221,101,196). Sum of RGB (Red+Green+Blue) = 221+101+196=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD65C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD65C4 is #229A3B. Grayscale: #939393. Windows color (decimal): -2267708 or 12871133. OLE color: 12871133.
HSL color Cylindrical-coordinate representation of color #DD65C4: hue angle of 312.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 #DD65C4 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 196 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.13 |
| HSL | 312.5º | 0.64% | 0.63% | - |
| HSV(B) | 312.5º | 0.54% | 0.87% | - |
| XYZ | 44.44 | 28.67 | 55.42 | - |
| YUV | 147.71 | 155.26 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 196 | 0 | 0.54 | 0.11 | 0.13 | 312.5 | 0.64 | 0.63 |
| Hex | DD | 65 | C4 | 0 | 36 | B | D | 138 | 40 | 3F |
| Octal | 335 | 145 | 304 | 0 | 66 | 13 | 15 | 470 | 100 | 77 |
| Binary | 11011101 | 1100101 | 11000100 | 0 | 110110 | 1011 | 1101 | 100111000 | 1000000 | 111111 |
Color Harmonies of #DD65C4
Complementary color
Monochromatic Colors of #DD65C4
Black with #DD65C4
Text Example
Text Example
White with #DD65C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD65C4; }
p { color: rgb(221,101,196); }
H1.HeaderClassName
{
color: #DD65C4;
}
.AnyTagClassName
{
color: #DD65C4;
}
</style>
background-color css
<style>
a { background-color: #DD65C4; }
a { background-color: rgb(221,101,196); }
div.DivClassName
{
background-color: #DD65C4;
}
.BgClassName
{
background-color: #DD65C4;
}
</style>
border-color css
<style>
span { border-color: #DD65C4; }
span { border-color: rgb(221,101,196); }
td.TdClassName
{
border-color: #DD65C4;
}
.TagClassName
{
border-color: #DD65C4;
}
</style>