Html Css Color HEX #DD65BC Free Speech Magenta
📋 copy color: '#DD65BC'red 221 ◦ green 101 ◦ blue 188
Shades of Free Speech Magenta #DD65BC
Tints of Free Speech Magenta #DD65BC
RGB
CMYK
RGB Variations
Color information
#DD65BC (or 0xDD65BC) is known color: Free Speech Magenta. HEX triplet: DD, 65 and BC. RGB value is (221,101,188). Sum of RGB (Red+Green+Blue) = 221+101+188=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD65BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD65BC is #229A43. Grayscale: #929292. Windows color (decimal): -2267716 or 12346845. OLE color: 12346845.
HSL color Cylindrical-coordinate representation of color #DD65BC: hue angle of 316.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 #DD65BC is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 188 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.13 |
| HSL | 316.5º | 0.64% | 0.63% | - |
| HSV(B) | 316.5º | 0.54% | 0.87% | - |
| XYZ | 43.55 | 28.31 | 50.75 | - |
| YUV | 146.8 | 151.26 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 188 | 0 | 0.54 | 0.15 | 0.13 | 316.5 | 0.64 | 0.63 |
| Hex | DD | 65 | BC | 0 | 36 | F | D | 13C | 40 | 3F |
| Octal | 335 | 145 | 274 | 0 | 66 | 17 | 15 | 474 | 100 | 77 |
| Binary | 11011101 | 1100101 | 10111100 | 0 | 110110 | 1111 | 1101 | 100111100 | 1000000 | 111111 |
Color Harmonies of #DD65BC
Complementary color
Monochromatic Colors of #DD65BC
Black with #DD65BC
Text Example
Text Example
White with #DD65BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD65BC; }
p { color: rgb(221,101,188); }
H1.HeaderClassName
{
color: #DD65BC;
}
.AnyTagClassName
{
color: #DD65BC;
}
</style>
background-color css
<style>
a { background-color: #DD65BC; }
a { background-color: rgb(221,101,188); }
div.DivClassName
{
background-color: #DD65BC;
}
.BgClassName
{
background-color: #DD65BC;
}
</style>
border-color css
<style>
span { border-color: #DD65BC; }
span { border-color: rgb(221,101,188); }
td.TdClassName
{
border-color: #DD65BC;
}
.TagClassName
{
border-color: #DD65BC;
}
</style>